Skip to content

Instantly share code, notes, and snippets.

@zwbetz-gh
zwbetz-gh / output.txt
Last active January 12, 2019 16:45
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.
@zwbetz-gh
zwbetz-gh / errors.txt
Created October 12, 2018 15:23
Output of generateThemeSite.sh, take two
IEUser@IE11Win7 MINGW32 /c/Hugo/Sites/hugoThemes/_script (master)
$ ./generateThemeSite.sh
Using https://github.com/gohugoio/hugoThemesSite.git for theme site
Using https://github.com/gohugoio/hugoBasicExample.git for example site
Using themes dir /c/Hugo/Sites/hugoThemes
Using site dir /c/Hugo/Sites/hugoThemes/_script/hugoThemeSite
Cloning into 'themeSite'...
remote: Enumerating objects: 1959, done.
remote: Total 1959 (delta 0), reused 0 (delta 0), pack-reused 1959
Receiving objects: 100% (1959/1959), 144.56 MiB | 6.12 MiB/s, done.
@zwbetz-gh
zwbetz-gh / errors.txt
Last active October 12, 2018 03:30
Output after running generateThemeSite.sh
IEUser@IE11Win7 MINGW32 /c/Hugo/Sites/hugoThemes/_script (master)
$ ./generateThemeSite.sh
Using https://github.com/gohugoio/hugoThemesSite.git for theme site
Using https://github.com/gohugoio/hugoBasicExample.git for example site
Using themes dir /c/Hugo/Sites/hugoThemes
Using site dir /c/Hugo/Sites/hugoThemes/_script/hugoThemeSite
From https://github.com/gohugoio/hugoThemesSite
* branch master -> FETCH_HEAD
Fetching submodule themes/gohugoioTheme
Already up to date.