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.txtto the list variableSOURCESat the top ofMakefile, then executemakecommand.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.txttext 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.