You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
nq4t 5438818bc2 update README 2 years ago
_includes change source URL 2 years ago
_layouts first deployment 2 years ago
blog Station Page and Images 2 years ago
pages missed a quotation mark 2 years ago
public update the css foo 2 years ago
404.html first deployment 2 years ago
Gemfile first deployment 2 years ago
Gemfile.lock first deployment 2 years ago
LICENSE.md first deployment 2 years ago
README.md update README 2 years ago
_config.yml fix that broke everything 2 years ago
about.md first deployment 2 years ago
atom.xml first deployment 2 years ago
index.html check tagging on main page 2 years ago
log.md first deployment 2 years ago
mirrors.md minor page fixes 2 years ago
nq4t.md markup requires spaces for headings 2 years ago
station.md Station Page and Images 2 years ago

README.md

Source Code For NQ4T.com

Most of the content used to create nq4t.com is in this repository. The site is rendered in Jekyll every time a post/page/change is pushed to the repository. The complete theme is also stored within this repository. Pages are written in a mix of markdown and/or HTML, depending on what suits me at the time. Some pages are entirely written in Liquid/Jekyll and are just templates for rendering the site.

NQ4T.com is a static website. It is not rendered at load time. Some elements, such as the iframes on Logs, may be dynamically rendered.

What's Not Here

Images and mirrored page content are not in this repository. They are added to the doucment-root after Jekyll renders the site. Additional media files are also not in this repository.

What's What & Where

  • Repository Root
    • nq4t.md: The About NQ4T Page
    • station.md: The Station Page
    • mirrors.md: The Mirrors Page
    • log.md: The Log Page, mostly iframes
  • /blog/_posts: All the markup for posts.
  • /pages/_posts: All the markup for pages.
  • /_layouts, /public, /_includes Contains the Jekyll theme and CSS