mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 17:02:10 -05:00
quickstart.md: Put long options inside backticks
Also minor adjustment to blank lines.
This commit is contained in:
parent
242d6b4e6b
commit
c1b9e8d54b
1 changed files with 4 additions and 5 deletions
|
@ -81,7 +81,6 @@ We still lack any templates to tell us how to display the content.
|
||||||
|
|
||||||
git clone --recursive https://github.com/spf13/hugoThemes themes
|
git clone --recursive https://github.com/spf13/hugoThemes themes
|
||||||
|
|
||||||
|
|
||||||
## Step 5. Run Hugo
|
## Step 5. Run Hugo
|
||||||
|
|
||||||
Hugo contains it’s own high performance web server. Simply run `hugo
|
Hugo contains it’s own high performance web server. Simply run `hugo
|
||||||
|
@ -99,8 +98,8 @@ your content
|
||||||
|
|
||||||
We specified two options here.
|
We specified two options here.
|
||||||
|
|
||||||
* --theme to pick which theme.
|
* `--theme` to pick which theme.
|
||||||
* --buildDrafts because we want to display our content, both set to draft status
|
* `--buildDrafts` because we want to display our content, both set to draft status
|
||||||
|
|
||||||
To learn about what other options hugo has run
|
To learn about what other options hugo has run
|
||||||
|
|
||||||
|
@ -128,6 +127,7 @@ Stop the Hugo process by hitting ctrl+c. Then run the following:
|
||||||
Serving pages from exampleHugoSite/public
|
Serving pages from exampleHugoSite/public
|
||||||
Web Server is available at http://localhost:1313
|
Web Server is available at http://localhost:1313
|
||||||
Press ctrl+c to stop
|
Press ctrl+c to stop
|
||||||
|
|
||||||
Open your [favorite editor](http://vim.spf13.com), edit and save your content and watch as Hugo rebuilds and reloads automatically.
|
Open your [favorite editor](http://vim.spf13.com), edit and save your content and watch as Hugo rebuilds and reloads automatically.
|
||||||
|
|
||||||
It’s especially productive to leave a browser open on a second monitor
|
It’s especially productive to leave a browser open on a second monitor
|
||||||
|
@ -135,8 +135,7 @@ and just glance at it whenever you save. You don’t even need to tab to
|
||||||
your browser. Hugo is so fast, that the new site will be there before
|
your browser. Hugo is so fast, that the new site will be there before
|
||||||
you can look at the browser in most cases.
|
you can look at the browser in most cases.
|
||||||
|
|
||||||
|
Change and save this file. Notice what happened in your terminal.
|
||||||
Change and save this file.. Notice what happened in your terminal.
|
|
||||||
|
|
||||||
Change detected, rebuilding site
|
Change detected, rebuilding site
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue