Blogging with org
Here are the explanations and the source code of the blogging engine developed for this website (7d.nz). It's build with Emacs and org-mode, creates static HTML pages and got inspired by ox-hugo.
While you reader can start reading it here, you'll probably be more at ease under Emacs especially when dwelling into the details of the code. Lucky for you, every pages of this website provides it's source in org, in the footer.
Update:
Org 9.7.2 One way to understand how it works could be…Inserting characters pairs
An easy way to emphasize or enclose words or region with pairs matching : “”, «», [], and parentheses of course. Unbreakable spaces are also inserted around where the typographical convention demands it.
Init.org
This is my Emacs configuration, organized in an
init.org
file, with conditional section evaluations.