/web-robwilliams

website for robwilliams.me

Primary LanguageLua

robwilliams.me website

  • powered by Hugo static website generator
  • deployed with Firebase, for free static file serving

Creating new post

$ hugo new content/post/YYYY-MM-DD-post-slug.md

Deploying

$ hugo -D
$ firebase deploy

Running locally

$ hugo server -D