Merge commit '30c0d485eaff6d70df1be0353911ddca485d52bf'
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 20 Nov 2017 10:19:16 +0000 (11:19 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 20 Nov 2017 10:19:16 +0000 (11:19 +0100)
31 files changed:
1  2 
docs/content/commands/hugo.md
docs/content/commands/hugo_benchmark.md
docs/content/commands/hugo_check.md
docs/content/commands/hugo_check_ulimit.md
docs/content/commands/hugo_config.md
docs/content/commands/hugo_convert.md
docs/content/commands/hugo_convert_toJSON.md
docs/content/commands/hugo_convert_toTOML.md
docs/content/commands/hugo_convert_toYAML.md
docs/content/commands/hugo_env.md
docs/content/commands/hugo_gen.md
docs/content/commands/hugo_gen_autocomplete.md
docs/content/commands/hugo_gen_chromastyles.md
docs/content/commands/hugo_gen_doc.md
docs/content/commands/hugo_gen_man.md
docs/content/commands/hugo_import.md
docs/content/commands/hugo_import_jekyll.md
docs/content/commands/hugo_list.md
docs/content/commands/hugo_list_drafts.md
docs/content/commands/hugo_list_expired.md
docs/content/commands/hugo_list_future.md
docs/content/commands/hugo_new.md
docs/content/commands/hugo_new_site.md
docs/content/commands/hugo_new_theme.md
docs/content/commands/hugo_server.md
docs/content/commands/hugo_undraft.md
docs/content/commands/hugo_version.md
docs/content/content-management/multilingual.md
docs/content/content-management/static-files.md
docs/content/getting-started/directory-structure.md
docs/static/images/blog/hugo-31-poster.png

index a3a5cedf99e9c64ea0d7faa74e29ecd2156b0020,0000000000000000000000000000000000000000..836298378d0bb9598c7bfe0c80bdef1338e484da
mode 100644,000000..100644
--- /dev/null
@@@ -1,83 -1,0 +1,83 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
-   -b, --baseURL string          hostname (and path) to the root, e.g. http://spf13.com/
-   -D, --buildDrafts             include content marked as draft
-   -E, --buildExpired            include expired content
-   -F, --buildFuture             include content with publishdate in the future
-       --cacheDir string         filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-       --canonifyURLs            if true, all relative URLs will be canonicalized using baseURL
-       --cleanDestinationDir     remove files from destination not found in static directories
-       --config string           config file (default is path/config.yaml|json|toml)
-   -c, --contentDir string       filesystem path to content directory
-       --debug                   debug output
-   -d, --destination string      filesystem path to write files to
-       --disable404              do not render 404 page
-       --disableKinds strings    disable different kind of pages (home, RSS etc.)
-       --disableRSS              do not build RSS files
-       --disableSitemap          do not build Sitemap file
-       --enableGitInfo           add Git revision, date and author info to the pages
-       --forceSyncStatic         copy all files when static is changed.
-   -h, --help                    help for hugo
-       --i18n-warnings           print missing translations
-       --ignoreCache             ignores the cache directory
-   -l, --layoutDir string        filesystem path to layout directory
-       --log                     enable Logging
-       --logFile string          log File path (if set, logging enabled automatically)
-       --noChmod                 don't sync permission mode of files
-       --noTimes                 don't sync modification time of files
-       --pluralizeListTitles     pluralize titles in lists using inflect (default true)
-       --preserveTaxonomyNames   preserve taxonomy names as written ("Gérard Depardieu" vs "gerard-depardieu")
-       --quiet                   build in quiet mode
-       --renderToMemory          render to memory (only useful for benchmark testing)
-   -s, --source string           filesystem path to read files relative from
-       --stepAnalysis            display memory and timing of different steps of the program
-       --templateMetrics         display metrics about template executions
-       --templateMetricsHints    calculate some improvement hints when combined with --templateMetrics
-   -t, --theme string            theme to use (located in /themes/THEMENAME/)
-       --themesDir string        filesystem path to themes directory
-       --uglyURLs                if true, use /filename.html instead of /filename/
-   -v, --verbose                 verbose output
-       --verboseLog              verbose logging
-   -w, --watch                   watch filesystem for changes and recreate as needed
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo"
 +slug: hugo
 +url: /commands/hugo/
 +---
 +## hugo
 +
 +hugo builds your site
 +
 +### Synopsis
 +
 +
 +hugo is the main command, used to build your Hugo site.
 +
 +Hugo is a Fast and Flexible Static Site Generator
 +built with love by spf13 and friends in Go.
 +
 +Complete documentation is available at http://gohugo.io/.
 +
 +```
 +hugo [flags]
 +```
 +
 +### Options
 +
 +```
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++  -b, --baseURL string             hostname (and path) to the root, e.g. http://spf13.com/
++  -D, --buildDrafts                include content marked as draft
++  -E, --buildExpired               include expired content
++  -F, --buildFuture                include content with publishdate in the future
++      --cacheDir string            filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
++      --canonifyURLs               if true, all relative URLs will be canonicalized using baseURL
++      --cleanDestinationDir        remove files from destination not found in static directories
++      --config string              config file (default is path/config.yaml|json|toml)
++  -c, --contentDir string          filesystem path to content directory
++      --debug                      debug output
++  -d, --destination string         filesystem path to write files to
++      --disable404                 do not render 404 page
++      --disableKinds stringSlice   disable different kind of pages (home, RSS etc.)
++      --disableRSS                 do not build RSS files
++      --disableSitemap             do not build Sitemap file
++      --enableGitInfo              add Git revision, date and author info to the pages
++      --forceSyncStatic            copy all files when static is changed.
++  -h, --help                       help for hugo
++      --i18n-warnings              print missing translations
++      --ignoreCache                ignores the cache directory
++  -l, --layoutDir string           filesystem path to layout directory
++      --log                        enable Logging
++      --logFile string             log File path (if set, logging enabled automatically)
++      --noChmod                    don't sync permission mode of files
++      --noTimes                    don't sync modification time of files
++      --pluralizeListTitles        pluralize titles in lists using inflect (default true)
++      --preserveTaxonomyNames      preserve taxonomy names as written ("Gérard Depardieu" vs "gerard-depardieu")
++      --quiet                      build in quiet mode
++      --renderToMemory             render to memory (only useful for benchmark testing)
++  -s, --source string              filesystem path to read files relative from
++      --stepAnalysis               display memory and timing of different steps of the program
++      --templateMetrics            display metrics about template executions
++      --templateMetricsHints       calculate some improvement hints when combined with --templateMetrics
++  -t, --theme string               theme to use (located in /themes/THEMENAME/)
++      --themesDir string           filesystem path to themes directory
++      --uglyURLs                   if true, use /filename.html instead of /filename/
++  -v, --verbose                    verbose output
++      --verboseLog                 verbose logging
++  -w, --watch                      watch filesystem for changes and recreate as needed
 +```
 +
 +### SEE ALSO
 +* [hugo benchmark](/commands/hugo_benchmark/)  - Benchmark Hugo by building a site a number of times.
 +* [hugo check](/commands/hugo_check/)  - Contains some verification checks
 +* [hugo config](/commands/hugo_config/)        - Print the site configuration
 +* [hugo convert](/commands/hugo_convert/)      - Convert your content to different formats
 +* [hugo env](/commands/hugo_env/)      - Print Hugo version and environment info
 +* [hugo gen](/commands/hugo_gen/)      - A collection of several useful generators.
 +* [hugo import](/commands/hugo_import/)        - Import your site from others.
 +* [hugo list](/commands/hugo_list/)    - Listing out various types of content
 +* [hugo new](/commands/hugo_new/)      - Create new content for your site
 +* [hugo server](/commands/hugo_server/)        - A high performance webserver
 +* [hugo undraft](/commands/hugo_undraft/)      - Undraft resets the content's draft status
 +* [hugo version](/commands/hugo_version/)      - Print the version number of Hugo
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 8ffa1cf9b73b5adeda70f3630504608cd9bc9de4,0000000000000000000000000000000000000000..ef3c2423b556c6438e0c9ca868221afe493b92bc
mode 100644,000000..100644
--- /dev/null
@@@ -1,75 -1,0 +1,75 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
-   -b, --baseURL string          hostname (and path) to the root, e.g. http://spf13.com/
-   -D, --buildDrafts             include content marked as draft
-   -E, --buildExpired            include expired content
-   -F, --buildFuture             include content with publishdate in the future
-       --cacheDir string         filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-       --canonifyURLs            if true, all relative URLs will be canonicalized using baseURL
-       --cleanDestinationDir     remove files from destination not found in static directories
-   -c, --contentDir string       filesystem path to content directory
-   -n, --count int               number of times to build the site (default 13)
-       --cpuprofile string       path/filename for the CPU profile file
-   -d, --destination string      filesystem path to write files to
-       --disable404              do not render 404 page
-       --disableKinds strings    disable different kind of pages (home, RSS etc.)
-       --disableRSS              do not build RSS files
-       --disableSitemap          do not build Sitemap file
-       --enableGitInfo           add Git revision, date and author info to the pages
-       --forceSyncStatic         copy all files when static is changed.
-   -h, --help                    help for benchmark
-       --i18n-warnings           print missing translations
-       --ignoreCache             ignores the cache directory
-   -l, --layoutDir string        filesystem path to layout directory
-       --memprofile string       path/filename for the memory profile file
-       --noChmod                 don't sync permission mode of files
-       --noTimes                 don't sync modification time of files
-       --pluralizeListTitles     pluralize titles in lists using inflect (default true)
-       --preserveTaxonomyNames   preserve taxonomy names as written ("Gérard Depardieu" vs "gerard-depardieu")
-       --renderToMemory          render to memory (only useful for benchmark testing)
-   -s, --source string           filesystem path to read files relative from
-       --stepAnalysis            display memory and timing of different steps of the program
-       --templateMetrics         display metrics about template executions
-       --templateMetricsHints    calculate some improvement hints when combined with --templateMetrics
-   -t, --theme string            theme to use (located in /themes/THEMENAME/)
-       --themesDir string        filesystem path to themes directory
-       --uglyURLs                if true, use /filename.html instead of /filename/
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo benchmark"
 +slug: hugo_benchmark
 +url: /commands/hugo_benchmark/
 +---
 +## hugo benchmark
 +
 +Benchmark Hugo by building a site a number of times.
 +
 +### Synopsis
 +
 +
 +Hugo can build a site many times over and analyze the running process
 +creating a benchmark.
 +
 +```
 +hugo benchmark [flags]
 +```
 +
 +### Options
 +
 +```
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++  -b, --baseURL string             hostname (and path) to the root, e.g. http://spf13.com/
++  -D, --buildDrafts                include content marked as draft
++  -E, --buildExpired               include expired content
++  -F, --buildFuture                include content with publishdate in the future
++      --cacheDir string            filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
++      --canonifyURLs               if true, all relative URLs will be canonicalized using baseURL
++      --cleanDestinationDir        remove files from destination not found in static directories
++  -c, --contentDir string          filesystem path to content directory
++  -n, --count int                  number of times to build the site (default 13)
++      --cpuprofile string          path/filename for the CPU profile file
++  -d, --destination string         filesystem path to write files to
++      --disable404                 do not render 404 page
++      --disableKinds stringSlice   disable different kind of pages (home, RSS etc.)
++      --disableRSS                 do not build RSS files
++      --disableSitemap             do not build Sitemap file
++      --enableGitInfo              add Git revision, date and author info to the pages
++      --forceSyncStatic            copy all files when static is changed.
++  -h, --help                       help for benchmark
++      --i18n-warnings              print missing translations
++      --ignoreCache                ignores the cache directory
++  -l, --layoutDir string           filesystem path to layout directory
++      --memprofile string          path/filename for the memory profile file
++      --noChmod                    don't sync permission mode of files
++      --noTimes                    don't sync modification time of files
++      --pluralizeListTitles        pluralize titles in lists using inflect (default true)
++      --preserveTaxonomyNames      preserve taxonomy names as written ("Gérard Depardieu" vs "gerard-depardieu")
++      --renderToMemory             render to memory (only useful for benchmark testing)
++  -s, --source string              filesystem path to read files relative from
++      --stepAnalysis               display memory and timing of different steps of the program
++      --templateMetrics            display metrics about template executions
++      --templateMetricsHints       calculate some improvement hints when combined with --templateMetrics
++  -t, --theme string               theme to use (located in /themes/THEMENAME/)
++      --themesDir string           filesystem path to themes directory
++      --uglyURLs                   if true, use /filename.html instead of /filename/
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index f732588f95d564c9ee18c80a0ac691712b42ccfb,0000000000000000000000000000000000000000..fa8cc9a029f66db609c0901fc83f4ef26290610c
mode 100644,000000..100644
--- /dev/null
@@@ -1,38 -1,0 +1,38 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo check"
 +slug: hugo_check
 +url: /commands/hugo_check/
 +---
 +## hugo check
 +
 +Contains some verification checks
 +
 +### Synopsis
 +
 +
 +Contains some verification checks
 +
 +### Options
 +
 +```
 +  -h, --help   help for check
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +* [hugo check ulimit](/commands/hugo_check_ulimit/)    - Check system ulimit settings
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 053618b04fcd011a20bb7d5eaa961c4a51f39e15,0000000000000000000000000000000000000000..6b2554b43ecfa21f308d5c4ee4ea2f46a05ed3e2
mode 100644,000000..100644
--- /dev/null
@@@ -1,42 -1,0 +1,42 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo check ulimit"
 +slug: hugo_check_ulimit
 +url: /commands/hugo_check_ulimit/
 +---
 +## hugo check ulimit
 +
 +Check system ulimit settings
 +
 +### Synopsis
 +
 +
 +Hugo will inspect the current ulimit settings on the system.
 +This is primarily to ensure that Hugo can watch enough files on some OSs
 +
 +```
 +hugo check ulimit [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for ulimit
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo check](/commands/hugo_check/)  - Contains some verification checks
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 39ca0a8be3422700b79da903c2f0542a6254a8b2,0000000000000000000000000000000000000000..e45926f1c20c90b745da061c2099a76a5650d6fd
mode 100644,000000..100644
--- /dev/null
@@@ -1,41 -1,0 +1,41 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo config"
 +slug: hugo_config
 +url: /commands/hugo_config/
 +---
 +## hugo config
 +
 +Print the site configuration
 +
 +### Synopsis
 +
 +
 +Print the site configuration, both default and custom settings.
 +
 +```
 +hugo config [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for config
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 775e37c9475f58e6789892ea8e077652d7cbb568,0000000000000000000000000000000000000000..825350ce169228fba081a925e1ee2a89b3199095
mode 100644,000000..100644
--- /dev/null
@@@ -1,45 -1,0 +1,45 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo convert"
 +slug: hugo_convert
 +url: /commands/hugo_convert/
 +---
 +## hugo convert
 +
 +Convert your content to different formats
 +
 +### Synopsis
 +
 +
 +Convert your content (e.g. front matter) to different formats.
 +
 +See convert's subcommands toJSON, toTOML and toYAML for more information.
 +
 +### Options
 +
 +```
 +  -h, --help            help for convert
 +  -o, --output string   filesystem path to write files to
 +  -s, --source string   filesystem path to read files relative from
 +      --unsafe          enable less safe operations, please backup first
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +* [hugo convert toJSON](/commands/hugo_convert_tojson/)        - Convert front matter to JSON
 +* [hugo convert toTOML](/commands/hugo_convert_totoml/)        - Convert front matter to TOML
 +* [hugo convert toYAML](/commands/hugo_convert_toyaml/)        - Convert front matter to YAML
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 6f53030de0af8f6b4a768b5b355bfee0c27d6e2e,0000000000000000000000000000000000000000..42000aa452f1ae2aa474b3360241345929429d0d
mode 100644,000000..100644
--- /dev/null
@@@ -1,45 -1,0 +1,45 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo convert toJSON"
 +slug: hugo_convert_toJSON
 +url: /commands/hugo_convert_tojson/
 +---
 +## hugo convert toJSON
 +
 +Convert front matter to JSON
 +
 +### Synopsis
 +
 +
 +toJSON converts all front matter in the content directory
 +to use JSON for the front matter.
 +
 +```
 +hugo convert toJSON [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for toJSON
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +  -o, --output string    filesystem path to write files to
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +      --unsafe           enable less safe operations, please backup first
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo convert](/commands/hugo_convert/)      - Convert your content to different formats
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 2e91e7173fb46bd64b77d42de101b12519d3005e,0000000000000000000000000000000000000000..9d1e30bcf636bdab6f8e47e69b771cfbae115a5b
mode 100644,000000..100644
--- /dev/null
@@@ -1,45 -1,0 +1,45 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo convert toTOML"
 +slug: hugo_convert_toTOML
 +url: /commands/hugo_convert_totoml/
 +---
 +## hugo convert toTOML
 +
 +Convert front matter to TOML
 +
 +### Synopsis
 +
 +
 +toTOML converts all front matter in the content directory
 +to use TOML for the front matter.
 +
 +```
 +hugo convert toTOML [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for toTOML
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +  -o, --output string    filesystem path to write files to
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +      --unsafe           enable less safe operations, please backup first
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo convert](/commands/hugo_convert/)      - Convert your content to different formats
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index ed0520f08ea59f2bcdaec7df2eb3b288e0b538d8,0000000000000000000000000000000000000000..cb6dac3e97ebe763731ee31a57b5642a4aef3c6e
mode 100644,000000..100644
--- /dev/null
@@@ -1,45 -1,0 +1,45 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo convert toYAML"
 +slug: hugo_convert_toYAML
 +url: /commands/hugo_convert_toyaml/
 +---
 +## hugo convert toYAML
 +
 +Convert front matter to YAML
 +
 +### Synopsis
 +
 +
 +toYAML converts all front matter in the content directory
 +to use YAML for the front matter.
 +
 +```
 +hugo convert toYAML [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for toYAML
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +  -o, --output string    filesystem path to write files to
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +      --unsafe           enable less safe operations, please backup first
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo convert](/commands/hugo_convert/)      - Convert your content to different formats
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 3bc5041af1043911545273007106694a3f90378d,0000000000000000000000000000000000000000..38d72686514c47f4549f7a84efcfda8ef2621157
mode 100644,000000..100644
--- /dev/null
@@@ -1,41 -1,0 +1,41 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo env"
 +slug: hugo_env
 +url: /commands/hugo_env/
 +---
 +## hugo env
 +
 +Print Hugo version and environment info
 +
 +### Synopsis
 +
 +
 +Print Hugo version and environment info. This is useful in Hugo bug reports.
 +
 +```
 +hugo env [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for env
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index c82aeac4cc583045249b75e5682bbb62ebd5b633,0000000000000000000000000000000000000000..3aafee1e3a9bf6dcd774bd59ca929bea6576b1c4
mode 100644,000000..100644
--- /dev/null
@@@ -1,41 -1,0 +1,41 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo gen"
 +slug: hugo_gen
 +url: /commands/hugo_gen/
 +---
 +## hugo gen
 +
 +A collection of several useful generators.
 +
 +### Synopsis
 +
 +
 +A collection of several useful generators.
 +
 +### Options
 +
 +```
 +  -h, --help   help for gen
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +* [hugo gen autocomplete](/commands/hugo_gen_autocomplete/)    - Generate shell autocompletion script for Hugo
 +* [hugo gen chromastyles](/commands/hugo_gen_chromastyles/)    - Generate CSS stylesheet for the Chroma code highlighter
 +* [hugo gen doc](/commands/hugo_gen_doc/)      - Generate Markdown documentation for the Hugo CLI.
 +* [hugo gen man](/commands/hugo_gen_man/)      - Generate man pages for the Hugo CLI
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index e66642916a988f902c0d5b7dff6fb5aea2f22668,0000000000000000000000000000000000000000..024d63427b5f76cb9b56d10b5cc49295b558c5fe
mode 100644,000000..100644
--- /dev/null
@@@ -1,59 -1,0 +1,59 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo gen autocomplete"
 +slug: hugo_gen_autocomplete
 +url: /commands/hugo_gen_autocomplete/
 +---
 +## hugo gen autocomplete
 +
 +Generate shell autocompletion script for Hugo
 +
 +### Synopsis
 +
 +
 +Generates a shell autocompletion script for Hugo.
 +
 +NOTE: The current version supports Bash only.
 +      This should work for *nix systems with Bash installed.
 +
 +By default, the file is written directly to /etc/bash_completion.d
 +for convenience, and the command may need superuser rights, e.g.:
 +
 +      $ sudo hugo gen autocomplete
 +
 +Add `--completionfile=/path/to/file` flag to set alternative
 +file-path and name.
 +
 +Logout and in again to reload the completion scripts,
 +or just source them in directly:
 +
 +      $ . /etc/bash_completion
 +
 +```
 +hugo gen autocomplete [flags]
 +```
 +
 +### Options
 +
 +```
 +      --completionfile string   autocompletion file (default "/etc/bash_completion.d/hugo.sh")
 +  -h, --help                    help for autocomplete
 +      --type string             autocompletion type (currently only bash supported) (default "bash")
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo gen](/commands/hugo_gen/)      - A collection of several useful generators.
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 7b70cd4830e2f68dd7e904efa5f8aed06e56148b,0000000000000000000000000000000000000000..d042910eba5102985de4b36a08ecc9e5191a5381
mode 100644,000000..100644
--- /dev/null
@@@ -1,46 -1,0 +1,46 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo gen chromastyles"
 +slug: hugo_gen_chromastyles
 +url: /commands/hugo_gen_chromastyles/
 +---
 +## hugo gen chromastyles
 +
 +Generate CSS stylesheet for the Chroma code highlighter
 +
 +### Synopsis
 +
 +
 +Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if pygmentsUseClasses is enabled in config.
 +
 +See https://help.farbox.com/pygments.html for preview of available styles
 +
 +```
 +hugo gen chromastyles [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help                    help for chromastyles
 +      --highlightStyle string   style used for highlighting lines (see https://github.com/alecthomas/chroma) (default "bg:#ffffcc")
 +      --linesStyle string       style used for line numbers (see https://github.com/alecthomas/chroma)
 +      --style string            highlighter style (see https://help.farbox.com/pygments.html) (default "friendly")
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo gen](/commands/hugo_gen/)      - A collection of several useful generators.
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index a368bc2c16ae0089ffdfa370f163ffa52f07c953,0000000000000000000000000000000000000000..7513b5150c763424abbaceaeb1e0a634f4d148a5
mode 100644,000000..100644
--- /dev/null
@@@ -1,48 -1,0 +1,48 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo gen doc"
 +slug: hugo_gen_doc
 +url: /commands/hugo_gen_doc/
 +---
 +## hugo gen doc
 +
 +Generate Markdown documentation for the Hugo CLI.
 +
 +### Synopsis
 +
 +
 +Generate Markdown documentation for the Hugo CLI.
 +
 +This command is, mostly, used to create up-to-date documentation
 +of Hugo's command-line interface for http://gohugo.io/.
 +
 +It creates one Markdown file per command with front matter suitable
 +for rendering in Hugo.
 +
 +```
 +hugo gen doc [flags]
 +```
 +
 +### Options
 +
 +```
 +      --dir string   the directory to write the doc. (default "/tmp/hugodoc/")
 +  -h, --help         help for doc
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo gen](/commands/hugo_gen/)      - A collection of several useful generators.
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index c4f45f3367375ae6dbc805a4a3d4451ff22595ac,0000000000000000000000000000000000000000..e420fec750a788da814271748486f487871583e6
mode 100644,000000..100644
--- /dev/null
@@@ -1,44 -1,0 +1,44 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo gen man"
 +slug: hugo_gen_man
 +url: /commands/hugo_gen_man/
 +---
 +## hugo gen man
 +
 +Generate man pages for the Hugo CLI
 +
 +### Synopsis
 +
 +
 +This command automatically generates up-to-date man pages of Hugo's
 +command-line interface.  By default, it creates the man page files
 +in the "man" directory under the current directory.
 +
 +```
 +hugo gen man [flags]
 +```
 +
 +### Options
 +
 +```
 +      --dir string   the directory to write the man pages. (default "man/")
 +  -h, --help         help for man
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo gen](/commands/hugo_gen/)      - A collection of several useful generators.
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 585945263eb3e5d71661607d9c76ea3d333563d3,0000000000000000000000000000000000000000..04c0cb9b762d25644919631bea94b7cfbeaec0ac
mode 100644,000000..100644
--- /dev/null
@@@ -1,40 -1,0 +1,40 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo import"
 +slug: hugo_import
 +url: /commands/hugo_import/
 +---
 +## hugo import
 +
 +Import your site from others.
 +
 +### Synopsis
 +
 +
 +Import your site from other web site generators like Jekyll.
 +
 +Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_path`.
 +
 +### Options
 +
 +```
 +  -h, --help   help for import
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +* [hugo import jekyll](/commands/hugo_import_jekyll/)  - hugo import from Jekyll
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 65dc9a5eab773fb05bc7034208a2a2e44d8d14e5,0000000000000000000000000000000000000000..f46698433cbfdab0fe90cb53fcaac0d0425c4ac1
mode 100644,000000..100644
--- /dev/null
@@@ -1,44 -1,0 +1,44 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo import jekyll"
 +slug: hugo_import_jekyll
 +url: /commands/hugo_import_jekyll/
 +---
 +## hugo import jekyll
 +
 +hugo import from Jekyll
 +
 +### Synopsis
 +
 +
 +hugo import from Jekyll.
 +
 +Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`.
 +
 +```
 +hugo import jekyll [flags]
 +```
 +
 +### Options
 +
 +```
 +      --force   allow import into non-empty target directory
 +  -h, --help    help for jekyll
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo import](/commands/hugo_import/)        - Import your site from others.
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 07423aba967a5c36202cf24fcce9b91868eea361,0000000000000000000000000000000000000000..df8e8cb840119ccf8846bf0a975fbc870763eebc
mode 100644,000000..100644
--- /dev/null
@@@ -1,43 -1,0 +1,43 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo list"
 +slug: hugo_list
 +url: /commands/hugo_list/
 +---
 +## hugo list
 +
 +Listing out various types of content
 +
 +### Synopsis
 +
 +
 +Listing out various types of content.
 +
 +List requires a subcommand, e.g. `hugo list drafts`.
 +
 +### Options
 +
 +```
 +  -h, --help            help for list
 +  -s, --source string   filesystem path to read files relative from
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +* [hugo list drafts](/commands/hugo_list_drafts/)      - List all drafts
 +* [hugo list expired](/commands/hugo_list_expired/)    - List all posts already expired
 +* [hugo list future](/commands/hugo_list_future/)      - List all posts dated in the future
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 853736a35d639e38dea64b9c87b10afa20ac3450,0000000000000000000000000000000000000000..893d7105bdc2889a9f59bf35aefd18cf91def92c
mode 100644,000000..100644
--- /dev/null
@@@ -1,42 -1,0 +1,42 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo list drafts"
 +slug: hugo_list_drafts
 +url: /commands/hugo_list_drafts/
 +---
 +## hugo list drafts
 +
 +List all drafts
 +
 +### Synopsis
 +
 +
 +List all of the drafts in your content directory.
 +
 +```
 +hugo list drafts [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for drafts
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo list](/commands/hugo_list/)    - Listing out various types of content
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 8de9c7a15d1a4265ee56cb06a4f4ad496af40e4a,0000000000000000000000000000000000000000..846990057e5c301a74ee46f25451abc532690c23
mode 100644,000000..100644
--- /dev/null
@@@ -1,43 -1,0 +1,43 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo list expired"
 +slug: hugo_list_expired
 +url: /commands/hugo_list_expired/
 +---
 +## hugo list expired
 +
 +List all posts already expired
 +
 +### Synopsis
 +
 +
 +List all of the posts in your content directory which has already
 +expired.
 +
 +```
 +hugo list expired [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for expired
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo list](/commands/hugo_list/)    - Listing out various types of content
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 243199057dbf1e6b0fde7ad6b8cad8d8593632b1,0000000000000000000000000000000000000000..387558926e6ea5f2eb3e94d61164734c694334dd
mode 100644,000000..100644
--- /dev/null
@@@ -1,43 -1,0 +1,43 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo list future"
 +slug: hugo_list_future
 +url: /commands/hugo_list_future/
 +---
 +## hugo list future
 +
 +List all posts dated in the future
 +
 +### Synopsis
 +
 +
 +List all of the posts in your content directory which will be
 +posted in the future.
 +
 +```
 +hugo list future [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for future
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo list](/commands/hugo_list/)    - Listing out various types of content
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 6b4f927db9dcb4493c5338b381a7d25149adabf3,0000000000000000000000000000000000000000..eaa9c3fdf0e5f9b1a5ff290a377a54d207e7c438
mode 100644,000000..100644
--- /dev/null
@@@ -1,51 -1,0 +1,51 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo new"
 +slug: hugo_new
 +url: /commands/hugo_new/
 +---
 +## hugo new
 +
 +Create new content for your site
 +
 +### Synopsis
 +
 +
 +Create a new content file and automatically set the date and title.
 +It will guess which kind of file to create based on the path provided.
 +
 +You can also specify the kind with `-k KIND`.
 +
 +If archetypes are provided in your theme or site, they will be used.
 +
 +```
 +hugo new [path] [flags]
 +```
 +
 +### Options
 +
 +```
 +      --editor string   edit new content with this editor, if provided
 +  -h, --help            help for new
 +  -k, --kind string     content type to create
 +  -s, --source string   filesystem path to read files relative from
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +* [hugo new site](/commands/hugo_new_site/)    - Create a new site (skeleton)
 +* [hugo new theme](/commands/hugo_new_theme/)  - Create a new theme
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 4a812179d5ec5edc5d46b426785a5068e21cbe3b,0000000000000000000000000000000000000000..f4b5c2a9a3e3d7fd4b83637d07cfbac7ac550932
mode 100644,000000..100644
--- /dev/null
@@@ -1,46 -1,0 +1,46 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo new site"
 +slug: hugo_new_site
 +url: /commands/hugo_new_site/
 +---
 +## hugo new site
 +
 +Create a new site (skeleton)
 +
 +### Synopsis
 +
 +
 +Create a new site in the provided directory.
 +The new site will have the correct structure, but no content or theme yet.
 +Use `hugo new [contentPath]` to create new content.
 +
 +```
 +hugo new site [path] [flags]
 +```
 +
 +### Options
 +
 +```
 +      --force           init inside non-empty directory
 +  -f, --format string   config & frontmatter format (default "toml")
 +  -h, --help            help for site
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo new](/commands/hugo_new/)      - Create new content for your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index e8718e98af0a66b43bcc69d1b2aa0a5eb9c0af6e,0000000000000000000000000000000000000000..3f3989cd5f1cea14125f18cf5af4067887d2c10a
mode 100644,000000..100644
--- /dev/null
@@@ -1,45 -1,0 +1,45 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo new theme"
 +slug: hugo_new_theme
 +url: /commands/hugo_new_theme/
 +---
 +## hugo new theme
 +
 +Create a new theme
 +
 +### Synopsis
 +
 +
 +Create a new theme (skeleton) called [name] in the current directory.
 +New theme is a skeleton. Please add content to the touched files. Add your
 +name to the copyright line in the license and adjust the theme.toml file
 +as you see fit.
 +
 +```
 +hugo new theme [name] [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for theme
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -s, --source string    filesystem path to read files relative from
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo new](/commands/hugo_new/)      - Create new content for your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 6d722e8aacca86a4dcfb6b0d29816a9b42a1631f,0000000000000000000000000000000000000000..1581ef54b50bfb8e4f2b50afab8409043909ae3f
mode 100644,000000..100644
--- /dev/null
@@@ -1,93 -1,0 +1,93 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
-       --appendPort              append port to baseURL (default true)
-   -b, --baseURL string          hostname (and path) to the root, e.g. http://spf13.com/
-       --bind string             interface to which the server will bind (default "127.0.0.1")
-   -D, --buildDrafts             include content marked as draft
-   -E, --buildExpired            include expired content
-   -F, --buildFuture             include content with publishdate in the future
-       --cacheDir string         filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-       --canonifyURLs            if true, all relative URLs will be canonicalized using baseURL
-       --cleanDestinationDir     remove files from destination not found in static directories
-   -c, --contentDir string       filesystem path to content directory
-   -d, --destination string      filesystem path to write files to
-       --disable404              do not render 404 page
-       --disableFastRender       enables full re-renders on changes
-       --disableKinds strings    disable different kind of pages (home, RSS etc.)
-       --disableLiveReload       watch without enabling live browser reload on rebuild
-       --disableRSS              do not build RSS files
-       --disableSitemap          do not build Sitemap file
-       --enableGitInfo           add Git revision, date and author info to the pages
-       --forceSyncStatic         copy all files when static is changed.
-   -h, --help                    help for server
-       --i18n-warnings           print missing translations
-       --ignoreCache             ignores the cache directory
-   -l, --layoutDir string        filesystem path to layout directory
-       --liveReloadPort int      port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
-       --meminterval string      interval to poll memory usage (requires --memstats), valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". (default "100ms")
-       --memstats string         log memory usage to this file
-       --navigateToChanged       navigate to changed content file on live browser reload
-       --noChmod                 don't sync permission mode of files
-       --noHTTPCache             prevent HTTP caching
-       --noTimes                 don't sync modification time of files
-       --pluralizeListTitles     pluralize titles in lists using inflect (default true)
-   -p, --port int                port on which the server will listen (default 1313)
-       --preserveTaxonomyNames   preserve taxonomy names as written ("Gérard Depardieu" vs "gerard-depardieu")
-       --renderToDisk            render to Destination path (default is render to memory & serve from there)
-   -s, --source string           filesystem path to read files relative from
-       --stepAnalysis            display memory and timing of different steps of the program
-       --templateMetrics         display metrics about template executions
-       --templateMetricsHints    calculate some improvement hints when combined with --templateMetrics
-   -t, --theme string            theme to use (located in /themes/THEMENAME/)
-       --themesDir string        filesystem path to themes directory
-       --uglyURLs                if true, use /filename.html instead of /filename/
-   -w, --watch                   watch filesystem for changes and recreate as needed (default true)
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo server"
 +slug: hugo_server
 +url: /commands/hugo_server/
 +---
 +## hugo server
 +
 +A high performance webserver
 +
 +### Synopsis
 +
 +
 +Hugo provides its own webserver which builds and serves the site.
 +While hugo server is high performance, it is a webserver with limited options.
 +Many run it in production, but the standard behavior is for people to use it
 +in development and use a more full featured server such as Nginx or Caddy.
 +
 +'hugo server' will avoid writing the rendered and served content to disk,
 +preferring to store it in memory.
 +
 +By default hugo will also watch your files for any changes you make and
 +automatically rebuild the site. It will then live reload any open browser pages
 +and push the latest content to them. As most Hugo sites are built in a fraction
 +of a second, you will be able to save and see your changes nearly instantly.
 +
 +```
 +hugo server [flags]
 +```
 +
 +### Options
 +
 +```
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++      --appendPort                 append port to baseURL (default true)
++  -b, --baseURL string             hostname (and path) to the root, e.g. http://spf13.com/
++      --bind string                interface to which the server will bind (default "127.0.0.1")
++  -D, --buildDrafts                include content marked as draft
++  -E, --buildExpired               include expired content
++  -F, --buildFuture                include content with publishdate in the future
++      --cacheDir string            filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
++      --canonifyURLs               if true, all relative URLs will be canonicalized using baseURL
++      --cleanDestinationDir        remove files from destination not found in static directories
++  -c, --contentDir string          filesystem path to content directory
++  -d, --destination string         filesystem path to write files to
++      --disable404                 do not render 404 page
++      --disableFastRender          enables full re-renders on changes
++      --disableKinds stringSlice   disable different kind of pages (home, RSS etc.)
++      --disableLiveReload          watch without enabling live browser reload on rebuild
++      --disableRSS                 do not build RSS files
++      --disableSitemap             do not build Sitemap file
++      --enableGitInfo              add Git revision, date and author info to the pages
++      --forceSyncStatic            copy all files when static is changed.
++  -h, --help                       help for server
++      --i18n-warnings              print missing translations
++      --ignoreCache                ignores the cache directory
++  -l, --layoutDir string           filesystem path to layout directory
++      --liveReloadPort int         port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
++      --meminterval string         interval to poll memory usage (requires --memstats), valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". (default "100ms")
++      --memstats string            log memory usage to this file
++      --navigateToChanged          navigate to changed content file on live browser reload
++      --noChmod                    don't sync permission mode of files
++      --noHTTPCache                prevent HTTP caching
++      --noTimes                    don't sync modification time of files
++      --pluralizeListTitles        pluralize titles in lists using inflect (default true)
++  -p, --port int                   port on which the server will listen (default 1313)
++      --preserveTaxonomyNames      preserve taxonomy names as written ("Gérard Depardieu" vs "gerard-depardieu")
++      --renderToDisk               render to Destination path (default is render to memory & serve from there)
++  -s, --source string              filesystem path to read files relative from
++      --stepAnalysis               display memory and timing of different steps of the program
++      --templateMetrics            display metrics about template executions
++      --templateMetricsHints       calculate some improvement hints when combined with --templateMetrics
++  -t, --theme string               theme to use (located in /themes/THEMENAME/)
++      --themesDir string           filesystem path to themes directory
++      --uglyURLs                   if true, use /filename.html instead of /filename/
++  -w, --watch                      watch filesystem for changes and recreate as needed (default true)
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index d324342dc670aee2c51715ba2634bd3e7a577290,0000000000000000000000000000000000000000..e8b67071912c4a60affaafb2f3ad6ef74d70c576
mode 100644,000000..100644
--- /dev/null
@@@ -1,43 -1,0 +1,43 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo undraft"
 +slug: hugo_undraft
 +url: /commands/hugo_undraft/
 +---
 +## hugo undraft
 +
 +Undraft resets the content's draft status
 +
 +### Synopsis
 +
 +
 +Undraft resets the content's draft status
 +and updates the date to the current date and time.
 +If the content's draft status is 'False', nothing is done.
 +
 +```
 +hugo undraft path/to/content [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for undraft
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index aba0b7b552f5303ed2afcd3d6e3cca9355de1c06,0000000000000000000000000000000000000000..850be51a0df246e6b3f77e4ee33c84c0cbd5e6cb
mode 100644,000000..100644
--- /dev/null
@@@ -1,41 -1,0 +1,41 @@@
- date: 2017-10-15T10:19:48+02:00
 +---
- ###### Auto generated by spf13/cobra on 15-Oct-2017
++date: 2017-11-18T10:28:35+01:00
 +title: "hugo version"
 +slug: hugo_version
 +url: /commands/hugo_version/
 +---
 +## hugo version
 +
 +Print the version number of Hugo
 +
 +### Synopsis
 +
 +
 +All software has versions. This is Hugo's.
 +
 +```
 +hugo version [flags]
 +```
 +
 +### Options
 +
 +```
 +  -h, --help   help for version
 +```
 +
 +### Options inherited from parent commands
 +
 +```
 +      --config string    config file (default is path/config.yaml|json|toml)
 +      --debug            debug output
 +      --log              enable Logging
 +      --logFile string   log File path (if set, logging enabled automatically)
 +      --quiet            build in quiet mode
 +  -v, --verbose          verbose output
 +      --verboseLog       verbose logging
 +```
 +
 +### SEE ALSO
 +* [hugo](/commands/hugo/)      - hugo builds your site
 +
++###### Auto generated by spf13/cobra on 18-Nov-2017
index 48bed1bb00701d6768757640f94c9f7598d2b251,0000000000000000000000000000000000000000..4a646741d43a1105310ab0a8d3c20c323ea06a9c
mode 100644,000000..100644
--- /dev/null
@@@ -1,294 -1,0 +1,353 @@@
- By having the same *base filename*, the content pieces are linked together as translated pieces.
 +---
 +title: Multilingual Mode
 +linktitle: Multilingual and i18n
 +description: Hugo supports the creation of websites with multiple languages side by side.
 +date: 2017-01-10
 +publishdate: 2017-01-10
 +lastmod: 2017-01-10
 +categories: [content management]
 +keywords: [multilingual,i18n, internationalization]
 +menu:
 +  docs:
 +    parent: "content-management"
 +    weight: 150
 +weight: 150   #rem
 +draft: false
 +aliases: [/content/multilingual/,/content-management/multilingual/]
 +toc: true
 +---
 +
 +You should define the available languages in a `Languages` section in your site configuration.
 +
 +## Configure Languages
 +
 +The following is an example of a TOML site configuration for a multilingual Hugo project:
 +
 +{{< code file="config.toml" download="config.toml" >}}
 +DefaultContentLanguage = "en"
 +copyright = "Everything is mine"
 +
 +[params.navigation]
 +help  = "Help"
 +
 +[Languages]
 +[Languages.en]
 +title = "My blog"
 +weight = 1
 +[Languages.en.params]
 +linkedin = "english-link"
 +
 +[Languages.fr]
 +copyright = "Tout est à moi"
 +title = "Mon blog"
 +weight = 2
 +[Languages.fr.params]
 +linkedin = "lien-francais"
 +[Languages.fr.navigation]
 +help  = "Aide"
 +{{< /code >}}
 +
 +Anything not defined in a `[Languages]` block will fall back to the global
 +value for that key (e.g., `copyright` for the English [`en`] language).
 +
 +With the configuration above, all content, sitemap, RSS feeds, paginations,
 +and taxonomy pages will be rendered below `/` in English (your default content language) and then below `/fr` in French.
 +
 +When working with front matter `Params` in [single page templates][singles], omit the `params` in the key for the translation.
 +
 +If you want all of the languages to be put below their respective language code, enable `defaultContentLanguageInSubdir: true`.
 +
 +Only the obvious non-global options can be overridden per language. Examples of global options are `baseURL`, `buildDrafts`, etc.
 +
++## Configure Multilingual Multihost
++
++From **Hugo 0.31** we support multiple languages in a multihost configuration. See [this issue](https://github.com/gohugoio/hugo/issues/4027) for details.
++
++This means that you can now confugre a `baseURL` per `language`:
++
++
++> If a `baseURL` is set on the `language` level, then all languages must have one and they must all be different.
++
++Example:
++
++```bash
++[languages]
++[languages.no]
++baseURL = "https://example.no"
++languageName = "Norsk"
++weight = 1
++title = "På norsk"
++
++[languages.en]
++baseURL = "https://example.com"
++languageName = "English"
++weight = 2
++title = "In English"
++```
++
++With the above, the two sites will be generated into `public` with their own root:
++
++```bash
++public
++├── en
++└── no
++```
++
++**All URLs (i.e `.Permalink` etc.) will be generated from that root. So the English home page above will have its `.Permalink` set to `https://example.com/`.**
++
++When you run `hugo server` we will start multiple HTTP servers. You will typlically see something like this in the console:
++
++```bash
++Web Server is available at 127.0.0.1:1313 (bind address 127.0.0.1)
++Web Server is available at 127.0.0.1:1314 (bind address 127.0.0.1)
++Press Ctrl+C to stop
++```
++
++Live reload and `--navigateToChanged` between the servers work as expected.
++
 +## Taxonomies and Blackfriday
 +
 +Taxonomies and [Blackfriday configuration][config] can also be set per language:
 +
 +
 +{{< code file="bf-config.toml" >}}
 +[Taxonomies]
 +tag = "tags"
 +
 +[blackfriday]
 +angledQuotes = true
 +hrefTargetBlank = true
 +
 +[Languages]
 +[Languages.en]
 +weight = 1
 +title = "English"
 +[Languages.en.blackfriday]
 +angledQuotes = false
 +
 +[Languages.fr]
 +weight = 2
 +title = "Français"
 +[Languages.fr.Taxonomies]
 +plaque = "plaques"
 +{{< /code >}}
 +
 +## Translate Your Content
 +
 +Translated articles are identified by the name of the content file.
 +
 +### Examples of Translated Articles
 +
 +1. `/content/about.en.md`
 +2. `/content/about.fr.md`
 +
 +In this example, the `about.md` will be assigned the configured `defaultContentLanguage`. 
 +
 +1. `/content/about.md`
 +2. `/content/about.fr.md`
 +
 +This way, you can slowly start to translate your current content without having to rename everything. If left unspecified, the default value for `defaultContentLanguage` is `en`.
 +
- If you need distinct URLs per language, you can set the slug in the non-default language file. For example, you can define a custom slug for a French translation in the front matter of `content/about.fr.md` as follows:
++By having the same **directory and base filename**, the content pieces are linked together as translated pieces.
 +
- {{%note %}}
- Hugo currently uses the base filename as the translation key, which can be an issue with identical filenames in different sections.
- We will fix this in https://github.com/gohugoio/hugo/issues/2699
- {{% /note %}}
- {{< todo >}}Rewrite/remove the above one issue is fixed.{{< /todo >}}
++You can also set the key used to link the translations explicitly in front matter:
 +
++```yaml
++translationKey: "my-story"
 +```
++
++
++{{% note %}}
++**Before Hugo 0.31**, the file's directory was not considered when looking for translations. This did not work when you named all of your content files, say, `index.md`. Now we use the full content path.
++{{% /note %}}
++
++If you need distinct URLs per language, you can set the slug in the non-default language file. For example, you can define a custom slug for a French translation in the front matter of `content/about.fr.md` as follows:
++
++```yaml
 +slug: "a-propos"
 +
 +```
 +
 +At render, Hugo will build both `/about/` and `/a-propos/` as properly linked translated pages.
 +
 +
 +## Link to Translated Content
 +
 +To create a list of links to translated content, use a template similar to the following:
 +
 +{{< code file="layouts/partials/i18nlist.html" >}}
 +{{ if .IsTranslated }}
 +<h4>{{ i18n "translations" }}</h4>
 +<ul>
 +    {{ range .Translations }}
 +    <li>
 +        <a href="{{ .Permalink }}">{{ .Lang }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a>
 +    </li>
 +    {{ end}}
 +</ul>
 +{{ end }}
 +{{< /code >}}
 +
 +The above can be put in a `partial` (i.e., inside `layouts/partials/`) and included in any template, be it for a [single content page][contenttemplate] or the [homepage][]. It will not print anything if there are no translations for a given page, or if there are translations---in the case of the homepage, section listing, etc.---a site with only render one language.
 +
 +The above also uses the [`i18n` function][i18func] described in the next section.
 +
 +## Translation of Strings
 +
 +Hugo uses [go-i18n][] to support string translations. [See the project's source repository][go-i18n-source] to find tools that will help you manage your translation workflows.
 +
 +Translations are collected from the `themes/<THEME>/i18n/` folder (built into the theme), as well as translations present in `i18n/` at the root of your project. In the `i18n`, the translations will be merged and take precedence over what is in the theme folder. Language files should be named according to [RFC 5646][] with names such as `en-US.toml`, `fr.toml`, etc.
 +
++{{% note %}}
++From **Hugo 0.31** you no longer need to use a valid language code. It _can be_ anything.
++
++See https://github.com/gohugoio/hugo/issues/3564
++
++{{% /note %}}
++
 +From within your templates, use the `i18n` function like this:
 +
 +```
 +{{ i18n "home" }}
 +```
 +
 +This uses a definition like this one in `i18n/en-US.toml`:
 +
 +```
 +[home]
 +other = "Home"
 +```
 +
 +Often you will want to use to the page variables in the translations strings. To do that, pass on the "." context when calling `i18n`:
 +
 +```
 +{{ i18n "wordCount" . }}
 +```
 +
 +This uses a definition like this one in `i18n/en-US.toml`:
 +
 +```
 +[wordCount]
 +other = "This article has {{ .WordCount }} words."
 +```
 +An example of singular and plural form:
 +
 +```
 +[readingTime]
 +one = "One minute read"
 +other = "{{.Count}} minutes read"
 +```
 +And then in the template:
 +
 +```
 +{{ i18n "readingTime" .ReadingTime }}
 +```
 +To track down missing translation strings, run Hugo with the `--i18n-warnings` flag:
 +
 +```
 + hugo --i18n-warnings | grep i18n
 +i18n|MISSING_TRANSLATION|en|wordCount
 +```
 +
 +## Customize Dates
 +
 +At the time of this writing, Golang does not yet have support for internationalized locales, but if you do some work, you can simulate it. For example, if you want to use French month names, you can add a data file like ``data/mois.yaml`` with this content:
 +
 +~~~yaml
 +1: "janvier"
 +2: "février"
 +3: "mars"
 +4: "avril"
 +5: "mai"
 +6: "juin"
 +7: "juillet"
 +8: "août"
 +9: "septembre"
 +10: "octobre"
 +11: "novembre"
 +12: "décembre"
 +~~~
 +
 +... then index the non-English date names in your templates like so:
 +
 +~~~html
 +<time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
 +  Article publié le {{ .Date.Day }} {{ index $.Site.Data.mois (printf "%d" .Date.Month) }} {{ .Date.Year }} (dernière modification le {{ .Lastmod.Day }} {{ index $.Site.Data.mois (printf "%d" .Lastmod.Month) }} {{ .Lastmod.Year }})
 +</time>
 +~~~
 +
 +This technique extracts the day, month and year by specifying ``.Date.Day``, ``.Date.Month``, and ``.Date.Year``, and uses the month number as a key, when indexing the month name data file.
 +
 +## Menus
 +
 +You can define your menus for each language independently. The [creation of a menu][menus] works analogous to earlier versions of Hugo, except that they have to be defined in their language-specific block in the configuration file:
 +
 +```
 +defaultContentLanguage = "en"
 +
 +[languages.en]
 +weight = 0
 +languageName = "English"
 +
 +[[languages.en.menu.main]]
 +url    = "/"
 +name   = "Home"
 +weight = 0
 +
 +
 +[languages.de]
 +weight = 10
 +languageName = "Deutsch"
 +
 +[[languages.de.menu.main]]
 +url    = "/"
 +name   = "Startseite"
 +weight = 0
 +```
 +
 +The rendering of the main navigation works as usual. `.Site.Menus` will just contain the menu of the current language. Pay attention to the generation of the menu links. `absLangURL` takes care that you link to the correct locale of your website. Otherwise, both menu entries would link to the English version as the default content language that resides in the root directory.
 +
 +```
 +<ul>
 +    {{- $currentPage := . -}}
 +    {{ range .Site.Menus.main -}}
 +    <li class="{{ if $currentPage.IsMenuCurrent "main" . }}active{{ end }}">
 +        <a href="{{ .URL | absLangURL }}">{{ .Name }}</a>
 +    </li>
 +    {{- end }}
 +</ul>
 +
 +```
 +
 +## Missing translations
 +
 +If a string does not have a translation for the current language, Hugo will use the value from the default language. If no default value is set, an empty string will be shown.
 +
 +While translating a Hugo website, it can be handy to have a visual indicator of missing translations. The [`enableMissingTranslationPlaceholders` configuration option][config] will flag all untranslated strings with the placeholder `[i18n] identifier`, where `identifier` is the id of the missing translation.
 +
 +{{% note %}}
 +Hugo will generate your website with these missing translation placeholders. It might not be suited for production environments.
 +{{% /note %}}
 +
 +## Multilingual Themes support
 +
 +To support Multilingual mode in your themes, some considerations must be taken for the URLs in the templates. If there is more than one language, URLs must meet the following criteria:
 +
 +* Come from the built-in `.Permalink` or `.URL`
 +* Be constructed with
 +    * The [`relLangURL` template function][rellangurl] or the [`absLangURL` template function][abslangurl] **OR**
 +    * Prefixed with `{{ .LanguagePrefix }}`
 +
 +If there is more than one language defined, the `LanguagePrefix` variable will equal `/en` (or whatever your `CurrentLanguage` is). If not enabled, it will be an empty string and is therefore harmless for single-language Hugo websites.
 +
 +[abslangurl]: /functions/abslangurl
 +[config]: /getting-started/configuration/
 +[contenttemplate]: /templates/single-page-templates/
 +[go-i18n-source]: https://github.com/nicksnyder/go-i18n
 +[go-i18n]: https://github.com/nicksnyder/go-i18n
 +[homepage]: /templates/homepage/
 +[i18func]: /functions/i18n/
 +[menus]: /content-management/menus/
 +[rellangurl]: /functions/rellangurl
 +[RFC 5646]: https://tools.ietf.org/html/rfc5646
 +[singles]: /templates/single-page-templates/
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..c8ad75de37bf775c6023d3905c2ac7c4b22b5e7f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,45 @@@
++---
++title: Static Files
++description: "The `static` folder is where you place all your **static files**."
++date: 2017-11-18
++categories: [content management]
++keywords: [source, directories]
++menu:
++  docs:
++    parent: "content-management"
++    weight: 130
++weight: 130   #rem
++aliases: [/static-files]
++toc: true
++---
++
++The `static` folder is where you place all your **static files**, e.g. stylesheets, JavaScript, images etc.
++
++You can set the name of the static folder to use in your configuration file, for example `config.toml`.  From **Hugo 0.31** you can configure as many static directories as you need. All the files in all the static directories will form a union filesystem.
++
++Example:
++
++```toml
++staticDir = ["static1", "static2"]
++[languages]
++[languages.no]
++staticDir = ["staticDir_override", "static_no"]
++baseURL = "https://example.no"
++languageName = "Norsk"
++weight = 1
++title = "På norsk"
++
++[languages.en]
++staticDir2 = "static_en"
++baseURL = "https://example.com"
++languageName = "English"
++weight = 2
++title = "In English"
++```
++
++In the above, with no theme used:
++
++* The English site will get its static files as a union of "static1", "static2" and "static_en". On file duplicates, the right-most version will win.
++* The Norwegian site will get its static files as a union of "staticDir_override" and "static_no".
++
++**Note:** The example above is a [multihost setup](/content-management/multilingual/#configure-multilingual-multihost). In a regular setup, all the static directories will be available to all sites.
index b5dc9a2ff1f0e48fecd17a4f9c627c28aea51ffb,0000000000000000000000000000000000000000..2403d1812013ccd53e61be600173e7c90831a20b
mode 100644,000000..100644
--- /dev/null
@@@ -1,84 -1,0 +1,89 @@@
- `static`
 +---
 +title: Directory Structure
 +linktitle: Directory Structure
 +description: Hugo's CLI scaffolds a project directory structure and then takes that single directory and uses it as the input to create a complete website.
 +date: 2017-01-02
 +publishdate: 2017-02-01
 +lastmod: 2017-03-09
 +categories: [getting started,fundamentals]
 +keywords: [source, organization, directories]
 +menu:
 +  docs:
 +    parent: "getting-started"
 +    weight: 50
 +weight: 50
 +sections_weight: 50
 +draft: false
 +aliases: [/overview/source-directory/]
 +toc: true
 +---
 +
 +## New Site Scaffolding
 +
 +{{< youtube sB0HLHjgQ7E >}}
 +
 +Running the `hugo new site` generator from the command line will create a directory structure with the following elements:
 +
 +```
 +.
 +├── archetypes
 +├── config.toml
 +├── content
 +├── data
 +├── layouts
 +├── static
 +└── themes
 +```
 +
 +
 +## Directory Structure Explained
 +
 +The following is a high-level overview of each of the directories with links to each of their respective sections with in the Hugo docs.
 +
 +[`archetypes`](/content-management/archetypes/)
 +: You can create new content files in Hugo using the `hugo new` command.
 +By default, hugo will create new content files with at least `date`, `title` (inferred from the file name), and `draft = true`. This saves time and promotes consistency for sites using multiple content types. You can create your own [archetypes][] with custom preconfigured front matter fields as well.
 +
 +[`config.toml`](/getting-started/configuration/)
 +: Every Hugo project should have a configuration file in TOML, YAML, or JSON format at the root. Many sites may need little to no configuration, but Hugo ships with a large number of [configuration directives][] for more granular directions on how you want Hugo to build your website.
 +
 +[`content`][]
 +: All content for your website will live inside this directory. Each top-level folder in Hugo is considered a [content section][]. For example, if your site has three main sections---`blog`, `articles`, and `tutorials`---you will have three directories at `content/blog`, `content/articles`, and `content/tutorials`. Hugo uses sections to assign default [content types][].
 +
 +[`data`](/templates/data-templates/)
 +: This directory is used to store configuration files that can be
 +used by Hugo when generating your website. You can write these files in YAML, JSON, or TOML format. In addition to the files you add to this folder, you can also create [data templates][] that pull from dynamic content.
 +
 +[`layouts`][]
 +: Stores templates in the form of `.html` files that specify how views of your content will be rendered into a static website. Templates include [list pages][lists], your [homepage][], [taxonomy templates][], [partials][], [single page templates][singles], and more.
 +
++[`static`][]
 +: stores all the static content for your future website: images, CSS, JavaScript, etc. When Hugo builds your site, all assets inside your static directory are copied over as-is. A good example of using the `static` folder is for [verifying site ownership on Google Search Console][searchconsole], where you want Hugo to copy over a complete HTML file without modifying its content.
 +
++{{% note %}}
++From **Hugo 0.31** you can have multiple static directories.
++{{% /note %}}
++
 +{{% note %}}
 +Hugo does not currently ship with an asset pipeline ([#3207](https://github.com/gohugoio/hugo/issues/3207)). You can solicit support from the community in the [Hugo forums](https://discourse.gohugo.io) or check out a few of the [Hugo starter kits](/tools/starter-kits/) for examples of how Hugo developers are managing static assets.
 +{{% /note %}}
 +
 +
 +[archetypes]: /content-management/archetypes/
 +[configuration directives]: /getting-started/configuration/#all-variables-yaml
 +[`content`]: /content-management/organization/
 +[content section]: /content-management/sections/
 +[content types]: /content-management/types/
 +[data templates]: /templates/data-templates/
 +[homepage]: /templates/homepage/
 +[`layouts`]: /templates/
++[`static`]: /content-management/static-files/
 +[lists]: /templates/list/
 +[pagevars]: /variables/page/
 +[partials]: /templates/partials/
 +[searchconsole]: https://support.google.com/analytics/answer/1142414?hl=en
 +[singles]: /templates/single-page-templates/
 +[starters]: /tools/starter-kits/
 +[taxonomies]: /content-management/taxonomies/
 +[taxonomy templates]: /templates/taxonomy-templates/
 +[types]: /content-management/types/
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..e11e53aa7d6d9ea698716ee249b851a507a23812
new file mode 100644 (file)
Binary files differ