/blog

My blog, talking tech and maybe a few other things

Primary LanguageHTMLMIT LicenseMIT

blog

Made with Hugo

  • installation
    • install git git --version
    • install go go version
    • install gcc gcc --version
    • install hugo CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest

Some interesting Hugo themes:

Add a new post: hugo new content content/posts/my-new-post.md

Development: hugo server -D See content at localhost hugo new --kind post contest/posts/<name>.md

Deployment: cloudfare pages runs the build on push to main...