Here’s the customary how I made this site using X post.
This site is built using Hugo and ox-hugo
.
The source is written in Org mode, which is converted to markdown by ox-hugo
.
To get started yourself, check out the initial commit of the source repository
and build from there.
Some notes:
- I’m using the
Hugo-coder
theme. - Since the conversion from Org to markdown is done using an Emacs plugin, the
emacs
folder contains a simpleinit.el
to importox-hugo
and a function to export all*.org
files in the repository apart from those inside theemacs
folder itself. - The
makefile
contains thebuild-content
rule to call the conversion, andbuild-site
to invoke Hugo. Just runningmake
will do both of these and serve the site locally.