My blog

Netlify Status

This is the source of my site: https://iamwoz.com

Local dev

Install:

# start a new post
./newpost.sh my_super_duper_post
# run local dev server (-D to show drafts)
hugo server -D
# or, run local dev server, accessible on the local network
hugo server -D --bind 0.0.0.0
# if using Netlify functions
ntl dev -c "hugo server -D"

Publish to the web

# build content & put in public/
# publish.sh lists more steps like proof reading, lighthouse etc.
./publish.sh
# publish to web - simples!
git push

todo

  • get working on github pages
    • add custom domain
    • remove/amend netlify related stuff
  • remove netlify functions, make this site totally static
    • removes netlify build & node dependencies
  • include only links in rss
  • make inline code like this prettier
  • display tags
    • in post
    • in post list
    • page of all tags?
  • light syntax highlighting for light mode
  • how to find links to my posts?
  • find dead links
  • any SEO I should be doing?
  • hello