Utilties for the discerning C programmer
Documentation is written in plain-text Markdown format.
Jekyll then transforms the Markdown source into a static web site.
Your help in extending and correcting this documentation is quite welcome.
When writing or maintaing documentation, please keep in mind:
.md
extension.title:
frontmatter at the top of every file.
If you’re not familiar, frontmatter is a fancy way of referring to this:---
title: 'how to use Program X'
order: 1
---
order
directive above is used to set the ordering of your document
in the left sidebar of the web page.
A higher value is higher placement.To build the documentation and preview it locally:
make
bundle exec jekyll serve
man pages are also written in Markdown, then run through md2man by the build system, to generate troff for install on target machines.
Please:
PAGE_NAME.md
title
frontmatter with man: