I keep meaning to publish something to this domain, but never quite finishing anything, so here’s my attempt at getting some bare minium pushed. 🤪
Setup steps:
- create new github repo ’lillchan.github.io'
- git clone repo
- new hugo skeleton:
cd lillchan.github.io && hugo new site . --force -f yml
- yaml config recommended by papermod theme
- install papermod theme
- edit root config file
- publish post:
hugo new posts/my-first-post.md
- add archives page
- add search page
- start server + publish drafts:
hugo server --buildDrafts
- setup github pages with hugo
- needed to convert the git origin remote on this repo from http to ssh
- commit and push hugo site to repo