ОШИБКА: 2018/08/26 14:03:30 template.go: 350: template: theme / _default / baseof.html: 23: функция "resources" не определена - PullRequest
0 голосов
/ 26 августа 2018

Я установил hugo, создал каталог и использовал эту команду: hugo new site .

Затем я клонировал папку (hugo-coder) в themes и добавил строку theme = "hugo-coder".

Но после hugo server -w выдает эту ошибку:

ОШИБКА: 2018/08/26 14:03:30 template.go: 350: template: theme / _default / baseof.html: 23: функция "ресурсы" не определена

ОШИБКА: 2018/08/26 14:03:30 template.go: 350: template: theme / partials / header.html: 3: функция "absLangURL" notопределено

ОШИБКА: 2018/08/26 14:03:30 template.go: 350: template: theme / partials / post.html: 38: функция "default" не определена

0 draft content
0 future content
0 pages created
0 non-page files copied
0 paginator pages created
0 tags created
0 categories created
in 13 ms
Watching for changes in /home/insol/balkrishnajha.github.io/{data,content,layouts,static,themes}
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)

Я использую эту hugo theme .

1 Ответ

0 голосов
/ 27 августа 2018

Устранена проблема при обновлении версии Hugo.

Я установил Hugo, используя sudo apt-get install Hugo, который установил версию 0.16.

...