Based off the initial Wordpress redesign by Phillip Kahn, which is archived here
View this site at https://handbook.arctosdb.org To start on this website, use the search bar to find pages of your topic of interest
Save them as .markdown files. On GitHub pages, they may not render correctly with a different extension.
Different types of writeups are organized into Jekyll collections, kept in files that begin with YAML Front matter, like this sample file.
Placing the files into the appropriate directory will automatically sort them. They will not be listed if the title attribute contains the string "index".
The collection directories are:
_documentation_how_to_best_practicesTo create a collection, do the following:
_. For example, My Awesome Collection becomes the directory _my_awesome_collection../_config.yml, under the collections item, addmy_awesome_collection:
output: true
index.html file for your new collection, and in the front matter, give it the layout collection_index.