Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 491 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 491 Bytes

Meng Website

Usage

To commit a change and publish to the world

# From the main directory
$ hugo
$ cd public
$ git add .
$ git commit -m "commit msg"
$ git push origin master

Open a new story

# From main directory
$ hugo new stories/story_name.md

Open a new project

# From main directory
$ hugo new projects/project_name.md

When finished editing a post, remove the draft tag from the front matter or change it to false

draft = false