Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 982 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 982 Bytes

Jeremy Meiss | Personal website

CircleCI Netlify Status Last Commit License

Personal website built using @gohugoio and Hugo Profile theme and deployed via Netlify.

Local dev

  • Clone the repo and submodule, and launch local server
git clone --recursive https://github.com/jerdog/jerdog-me-hugo.git
cd jerdog-me-hugo
hugo server
  • To start a new post:
hugo new posts/new-post.md
  • To have Hugo display future posts and drafts:
hugo server --buildDrafts --buildFuture