Skip to content

Instantly share code, notes, and snippets.

@zwbetz-gh
Last active January 12, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zwbetz-gh/b482df9cbfae9d3173af4ff56afa219f to your computer and use it in GitHub Desktop.
Save zwbetz-gh/b482df9cbfae9d3173af4ff56afa219f to your computer and use it in GitHub Desktop.
Output of `hugo server -v` after multiple `config.toml` edits
C:\Hugo\Sites\configFileEdit>hugodev.exe env
Hugo Static Site Generator v0.54-DEV-E3CB8E6C windows/amd64 BuildDate: 2019-01-10T22:16:48-0600
GOOS="windows"
GOARCH="amd64"
GOVERSION="go1.11.2"
C:\Hugo\Sites\configFileEdit>hugodev.exe server -v
INFO 2019/01/12 10:42:08 No translation bundle found for default language "en"
INFO 2019/01/12 10:42:08 Translation func for language en not found, use default.
INFO 2019/01/12 10:42:08 i18n not initialized; if you need string translations, check that you have a bundle in /i18n that matches the site language or the default language.
INFO 2019/01/12 10:42:08 Using config file:
Building sites … INFO 2019/01/12 10:42:08 syncing static files to C:\Hugo\Sites\configFileEdit\
INFO 2019/01/12 10:42:08 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
| EN
+------------------+----+
Pages | 2
Paginator pages | 0
Non-page files | 0
Static files | 0
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Total in 7 ms
Watching for changes in C:\Hugo\Sites\configFileEdit\{content,data,layouts,static}
Watching for config changes in C:\Hugo\Sites\configFileEdit\config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
INFO 2019/01/12 10:42:41 No translation bundle found for default language "en"
INFO 2019/01/12 10:42:41 Translation func for language en not found, use default.
INFO 2019/01/12 10:42:41 i18n not initialized; if you need string translations, check that you have a bundle in /i18n that matches the site language or the default language.
INFO 2019/01/12 10:42:41 Using config file:
INFO 2019/01/12 10:42:41 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
INFO 2019/01/12 10:42:41 Received System Events: ["C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE "C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE]
Change detected, rebuilding site
2019-01-12 10:42:41.151 -0600
INFO 2019/01/12 10:42:41 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
Total in 2 ms
INFO 2019/01/12 10:42:52 No translation bundle found for default language "en"
INFO 2019/01/12 10:42:52 Translation func for language en not found, use default.
INFO 2019/01/12 10:42:52 i18n not initialized; if you need string translations, check that you have a bundle in /i18n that matches the site language or the default language.
INFO 2019/01/12 10:42:52 Using config file:
INFO 2019/01/12 10:42:52 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
INFO 2019/01/12 10:42:52 Received System Events: ["C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE "C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE]
Change detected, rebuilding site
2019-01-12 10:42:52.146 -0600
INFO 2019/01/12 10:42:52 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
Total in 2 ms
INFO 2019/01/12 10:42:57 No translation bundle found for default language "en"
INFO 2019/01/12 10:42:57 Translation func for language en not found, use default.
INFO 2019/01/12 10:42:57 i18n not initialized; if you need string translations, check that you have a bundle in /i18n that matches the site language or the default language.
INFO 2019/01/12 10:42:57 Using config file:
INFO 2019/01/12 10:42:57 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
INFO 2019/01/12 10:42:57 Received System Events: ["C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE "C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE]
Change detected, rebuilding site
2019-01-12 10:42:57.144 -0600
INFO 2019/01/12 10:42:57 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
Total in 3 ms
INFO 2019/01/12 10:43:03 No translation bundle found for default language "en"
INFO 2019/01/12 10:43:03 Translation func for language en not found, use default.
INFO 2019/01/12 10:43:03 i18n not initialized; if you need string translations, check that you have a bundle in /i18n that matches the site language or the default language.
INFO 2019/01/12 10:43:03 Using config file:
INFO 2019/01/12 10:43:03 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
INFO 2019/01/12 10:43:03 Received System Events: ["C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE "C:\\Hugo\\Sites\\configFileEdit\\config.toml": WRITE]
Change detected, rebuilding site
2019-01-12 10:43:03.146 -0600
INFO 2019/01/12 10:43:03 Found no layout for "404", language "en", output format "HTML": create a template below /layouts with one of these filenames: 404.html
Total in 1 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment