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.
 
 
 
Jay Moore/NQ4T 8522c09690 fix anytone 3 months ago
_includes Add Mastodon link 12 months ago
_layouts first deployment 1 year ago
blog fix anytone 3 months ago
pages add forum junk 1 year ago
public stupid width 11 months ago
software dev over 5 months ago
404.html first deployment 1 year ago
Gemfile first deployment 1 year ago
Gemfile.lock first deployment 1 year ago
LICENSE.md first deployment 1 year ago
README.md test3555 1 year ago
_config.yml make room in sidebar 1 year ago
about.md add software 1 year ago
atom.xml first deployment 1 year ago
index.html check tagging on main page 1 year ago
log.md more log tweaks 1 year ago
mirrors.md add forum junk 1 year ago
nodes.md no more allstar 5 months ago
nq4t.md Update some text 1 year ago
qrz.md no more allstar 5 months ago
station.md station formatting2 1 year 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