mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Merge branch 'master' of github.com:spf13/hugo
This commit is contained in:
commit
0e57fcc9c2
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ hugo
|
|||
docs/public*
|
||||
hugo.exe
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
|
|
@ -37,7 +37,7 @@ immediately, tell Hugo to watch for changes. **It will
|
|||
recreate the site faster than you can tab over to
|
||||
your browser to view the changes.**
|
||||
|
||||
$ hugo --source ~/mysite --watch
|
||||
$ hugo -s ~/mysite --watch
|
||||
Watching for changes. Press ctrl+c to stop
|
||||
15 pages created
|
||||
0 tags created
|
||||
|
|
Loading…
Reference in a new issue