Skip to content

Commit b8c81a7

Browse files
gleicondgryski
authored andcommitted
fix hugo usage from content/ to repo root due to config files
1 parent f51f280 commit b8c81a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ draft = true
1717
```
1818

1919
The easiest way to do this is to have [hugo](http://gohugo.io) create
20-
the new post for you.
20+
the new post for you from the repository root.
2121

2222
hugo new "section/title of post"
2323

2424
For example if I was writing a post for the 2014 advent called "go awesome":
2525

26-
hugo new "advent-2014/go-awesome.md"
26+
hugo new "content/advent-2014/go-awesome.md"
2727

2828
Hugo will automatically create the file and put the proper metadata in place.
2929
Just make sure to review the metadata and adjust as needed.

0 commit comments

Comments
 (0)