Markup - MarkDown
Most static site generators defaults to MarkDown as a markup language. So I better learn it. There is a Markdown Cheatsheet available. Wikipedia:Markdown.
read moreanother markup option - wikicreole
The wikicreole markup system looks almost like the markup that Mediawiki uses, which is nice. I have used mediawiki a lot, so this is one syntax that I am familiar with. Wikicreole exists as a plugin for Pelican as well Creole Reader.
read moreEasy to break
Pelican works, but it seems a bit fragile. 'make html' works all the time, but 'make publish' followed by the necessary git commands doesn't always give the expected result. Sometimes only the text is published, and lacks the "theme", which creates a bad look.
2017-09-01: and it broke again today …
read moreSecond post
This is just the second blog post. The inspiration for doing this came from this article. Other options for static website generators are Jekyll written in Ruby, Hyde written in Python, Hexo written in Javascript (nodeJS), Hugo written in Go, Cactus written in Python and using Django, Lektor in Python …
read moreLearning git and github
I am just learning about git, github and so on. Nothing interesting here.
read more