hugo

Posted on Apr 7, 2026
  • hugo new site blog
  • cd blog
  • git submodule add https://github.com/athul/archie.git themes/archie/
  • echo “theme = ‘archie’” » hugo.toml
  • hugo new content content/posts/my-first-post.md
  • hugo server –buildDrafts
  • hugo server -D
  • ssh -L 1313:localhost:1313 user@vps
  • open brower at laptop and access 127.0.0.1:1313