/blog

Primary LanguageCSS

My personal blog sources

How to run

  1. Have hugo installed by following the docs
  2. Run command hugo server
  3. Access the development version on http://localhost:1313

How to publish

  1. Run command hugo
  2. Copy the ./public folder to wherever you want to host it