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 623799a76d FuckTheARRL 3 weeks ago
_includes Add Mastodon link 5 months ago
_layouts first deployment 9 months ago
blog FuckTheARRL 3 weeks ago
pages add forum junk 7 months ago
public stupid width 4 months ago
software Update Software Page 6 months ago
404.html first deployment 9 months ago
Gemfile first deployment 9 months ago
Gemfile.lock first deployment 9 months ago
LICENSE.md first deployment 9 months ago
README.md test3555 7 months ago
_config.yml make room in sidebar 8 months ago
about.md add software 8 months ago
atom.xml first deployment 9 months ago
index.html check tagging on main page 8 months ago
log.md more log tweaks 8 months ago
mirrors.md add forum junk 7 months ago
nodes.md an actual post 4 months ago
nq4t.md Update some text 7 months ago
qrz.md update qrz 5 months ago
station.md station formatting2 8 months 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