Hosted on github pages.
This blog uses hugo to generate a static website from markdown files.
Refer to hugo documentation for full detail.
Look in the content/
folder. Posts are written in markdown.
Locally, the blog can be previewed with:
hugo server -theme=hugo-xmin
Once ready to publish, build the static files:
hugo
This will write static files to docs/
.
Then, commit the changes and push.
Look in the themes/
folder and refer to hugo docs.