Welcome to my personal site!
Powered By Hugo:
- Hugo Quickstart
- Make a Hugo Blog From Scratch gives very good overview of all the basic components of Hugo
- Hugo Blank Theme by Vimux
Adding MathJax Support:
- Math-Typesetting In Hugo (Mathjax) By Geoff Ruddock
Favicon:
-
Create new post:
hugo new projects/<project-name> -
Fill in template
---
title: "My First Post"
date: 2019-03-26T08:47:11+01:00
draft: true
---
- Start local server with drafts enabled:
hugo server -D
4. Set `draft: False`
5. Deploy with `./deploy`