03/22/21
9/8/1442
This page now uses zola.
It was pretty straight forward to set up, simply following getting-started should get you up and running.
Deploying to GithubPages is also fairly simple deployment.
Couple of things I had to look for:
{{ page.date | date(format=$chrono_format_string) }}
example: {{ page.date | date(format="%D") }}
{ get_url(path=$path)}
example: { get_url(path="/")}
<br/>
Update1:
Turns out that css matters in markdown spacing. The above <br/>
trick is not needed if the css stylesheet used have a good enough spacing between paragraphs.
Line breaks if needed can be added with \
Currently I have switched to sakura css framework.
So far it looks quite nice and it adapts automatically to smaller screens.