This is the source code for https://docs.wattcarbon.com.
Pages are written in Kramdown Markdown and must have Front Matter to be registered by the build process. For example:
---
title: My Page Title -- This can be quite long! It shows up in the tab of your browser and in the top of the page
nav: Short name for nav bar
last_modified: 2025-01-01
---
## Your markdown content goes here
Use level-2 headings (`##`) at highest as level 1 is already used by the title.
nav
and last_modified
are optional.
Clone down github/pages-gem and run the following commands:
$ make image
$ SITE=/path/to/the/docs.wattcarbon.com/repo/on/your/machine make server
Then browse to http://localhost:4000 to view the site.
Note that changes to _config.yml
require a restart of the server.