Here all the log files together.
After Update Hugo from 0.41 to 0.42.1 the static files are missing.
Hugo Static Site Generator v0.42.1 linux/amd64 BuildDate: 2018-06-13T10:16:36Z
I changed nothing on my Page. I would only update Hugo. The Page error is on my multi language page. On my single language Page the Update works fine. The Repo is not public. Please send me am PM, then I
give you access. I am a gitlab user
Build with Hugo 0.42.1
[user@tobbie homepage]$ hugo server -vvv
WARN 2018/06/19 07:27:24 No translation bundle found for default language "de"
WARN 2018/06/19 07:27:24 Translation func for language en not found, use default.
WARN 2018/06/19 07:27:24 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.
WARN 2018/06/19 07:27:24 Translation func for language de not found, use default.
WARN 2018/06/19 07:27:24 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.
INFO 2018/06/19 07:27:24 Using config file: /home/user/Projects/homepage/config.toml
Building sites … INFO 2018/06/19 07:27:24 syncing static files to /en
WARN 2018/06/19 07:27:24 No Static directory found
INFO 2018/06/19 07:27:24 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
INFO 2018/06/19 07:27:24 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
| EN | DE
+------------------+----+----+
Pages | 21 | 17
Paginator pages | 0 | 0
Non-page files | 0 | 0
Static files | 0 | 0
Processed images | 0 | 0
Aliases | 0 | 0
Sitemaps | 1 | 1
Cleaned | 0 | 0
Total in 47 ms
Watching for changes in /home/user/Projects/homepage/{content,layouts,themes}
Watching for config changes in /home/user/Projects/homepage/config.toml
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)
Web Server is available at http://localhost:1314/ (bind address 127.0.0.1)
Press Ctrl+C to stop
Here the config.toml
title = "Company"
languageCode = "en-us"
theme = "example"
contentDir = "content"
layoutDir = "layouts"
publishDir = "public"
staticDir = "static"
canonifyurls = true
enableRobotsTXT = "true"
defaultContentLanguage = "de"
defaultContentLanguageInSubdir = true
[languages]
[languages.en]
baseURL = "https://example.com/"
languageName = "Englisch"
languageCode = "en-us"
contentDir = "content/en"
[languages.de]
baseURL = "https://example.de/"
languageName = "German"
languageCode = "de-de"
contentDir = "content/de"
disableKinds = [
"taxonomy",
"taxonomyTerm"
]
[sitemap]
ChangeFreq = "weekly"
Priority = ".5"
[params]
author = "Example"
description = "Website"
publisher = "example.com"
copyright = "Example"
provider = "GitLab"
repo_url = "https://gitlab.com//example/homepage"
version = "0.1.0"
logo = "images/Logo-Standard.jpg"
googlefonts = [
"Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic",
"Roboto+Mono:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic"
]
Build with Hugo 0.41
[user@tobbie homepage]$ hugo server -vvv
INFO 2018/06/19 07:37:32 Using config file: /home/user/Projects/homepage/config.toml
Building sites … WARN 2018/06/19 07:37:32 Unable to find Static Directory: /home/user/Projects/homepage/static/
INFO 2018/06/19 07:37:32 syncing static files to /en
WARN 2018/06/19 07:37:32 No translation bundle found for default language "de"
WARN 2018/06/19 07:37:32 Translation func for language en not found, use default.
WARN 2018/06/19 07:37:32 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.
WARN 2018/06/19 07:37:32 Unable to find Static Directory: /home/user/Projects/homepage/static/
INFO 2018/06/19 07:37:32 syncing static files to /de
WARN 2018/06/19 07:37:32 Translation func for language de not found, use default.
WARN 2018/06/19 07:37:32 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.
INFO 2018/06/19 07:37:32 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
INFO 2018/06/19 07:37:32 found taxonomies: map[string]string{"category":"categories", "tag":"tags"}
| EN | DE
+------------------+----+----+
Pages | 21 | 17
Paginator pages | 0 | 0
Non-page files | 0 | 0
Static files | 22 | 22
Processed images | 0 | 0
Aliases | 0 | 0
Sitemaps | 1 | 1
Cleaned | 0 | 0
Total in 71 ms
WARN 2018/06/19 07:37:32 Skip dataDir: lstat /home/user/Projects/homepage/data: no such file or directory
WARN 2018/06/19 07:37:32 Skip i18nDir: lstat /home/user/Projects/homepage/i18n: no such file or directory
WARN 2018/06/19 07:37:32 Skip staticDir: lstat /home/user/Projects/homepage/static/: no such file or directory
Watching for changes in /home/user/Projects/homepage/{content,layouts,themes}
Watching for config changes in /home/user/Projects/homepage/config.toml
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)
Web Server is available at http://localhost:1314/ (bind address 127.0.0.1)
Press Ctrl+C to stop