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 d6f9d8cec3 add software 2 years ago
_includes change sidebar 2 years ago
_layouts first deployment 2 years ago
blog add software 2 years ago
pages missed a quotation mark 2 years ago
public iframe test 2 years ago
software add software 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 additional README cleanup 2 years ago
_config.yml fix that broke everything 2 years ago
about.md add software 2 years ago
atom.xml first deployment 2 years ago
index.html check tagging on main page 2 years ago
log.md add software 2 years ago
mirrors.md sidebar 2 years ago
nq4t.md sidebar 2 years ago
pistar.md iframe test 2 years ago
station.md add software 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. Shell scripts related to site development (post composition, page composition, testing) are also not here.

What's What & Where

  • Repository Root
    • about.md: The About NQ4T.com Page
    • 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