This repository contains the Jekyll-powered GitHub Pages-hosted website, The Hornery, that is maintained by fusion809. This site is dedicated to Linux and other free (not necessarily the Free Software Foundation's definition of free, just free of monetary charge) operating systems. It predominantly discusses free and open-source software, although occasionally I will mention freeware software (that is, free to use, but proprietary-licensed software). The Hornery also has two subfolders powered by static site generators operating on other GitHub repositories of mine. They are:
Those interested in copyright information should see COPYRIGHT.md.
This repo (fusion809/fusion809.github.io) can also be used for demonstration purposes on how to create a Jekyll site. When I started this site my knowledge of CSS (and SCSS), HTML, JS, YML data files and using Jekyll or any static site generator was minimal/non-existent, and it is still no better than minimal, so my ability to set up this site and maintain it with so little knowledge is a testament to how easy Jekyll makes website creation.
This website is predominantly on Linux-related topics and includes howtos and comparisons of free software.
If you want to learn more about my FOSS contributions see the Projects page on The Hornery.
A little how-to on how to run Jekyll on Linux and how to set up a GitHub Pages-hosted Jekyll site that was once housed in this README can be found in the The Hornery. I used to use the Atom text editor to write most of The Hornery's posts, nowadays, however, I use GVim, the graphical user interface of Vim.
A natural question is why choose Jekyll, as opposed to static site generator X? The answer is multifold:
markdown-it
renderer (as opposed to the default marked
renderer) which does, optionally, support footnotes but it is not official supported by Hexo and can cause one some headaches down the track.