valentinesamuel / portfolio

Home Page:https://vsamuel.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Development

  • install hugo: https://gohugo.io/installation/
  • create new post: hugo new content posts/{title}/index.md
  • run site: hugo server
  • run site with draft content: hugo server -D
  • publish site: hugo