Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 344 Bytes

Yoe web site source

This site is built with hugo.

Setup

  • install hugo
  • clone this repo

Common operations

  • run development server and show draft posts: hugo server -D
  • create a new post: hugo new posts/<post-name>.md
  • generate web site (outputs files in public directory): HUGO_ENV=production hugo