ReadMe:
To create a new page, create a file named for example
myfile.txt
(you can format it using markdown syntax) then add the file namemyfile.txt
to the list variableSOURCES
at the top ofMakefile
, then executemake
command.You can learn Markdown formatting with live preview [here].
To edit the sidebar link panel, edit the file
sidebar
. The syntax is the same as Markdown syntax.To edit the header, edit the file named:
template
.To edit the footer links edit the file named:
footbar
.For a page to have table of content add: [TOC] to the top of your source file (the
myfile.txt
text file). TOC will be created for<h2>
(##
in Markdown syntax) and higher headline tags in the source file. For example see [this] as the an html output generated by [this source code].Feel free to email me: arman@phas.ubc.ca about this template.
The source code of this page is here.