fredliang44 / hugo-theme-refine

A hugo theme
https://blog.fredliang.cn
MIT License
9 stars 1 forks source link

ERROR #1

Open iixiao9 opened 3 years ago

iixiao9 commented 3 years ago
[root@qwq site]# hugo server --buildDrafts --theme=refine --bind "0.0.0.0" -b "192.168.10.12"
Start building sites … 
ERROR 2020/11/30 00:56:15 failed to render pages: render of "page" failed: execute of template failed: template: _default/single.html:1:3: executing "_default/single.html" at <partial "head.html" .>: error calling partial: "/site/layouts/partials/head.html:83:10": execute of template failed: template: partials/head.html:83:10: executing "partials/head.html" at <.Content>: error calling Content: TOCSS: failed to transform "css/refine.scss" (text/x-scss): resource "scss/css/refine.scss_b95b077eb505d5c0aff8055eaced30ad" not found in file cache
Built in 38 ms
Error: Error building site: TOCSS: failed to transform "css/refine.scss" (text/x-scss): resource "scss/css/refine.scss_b95b077eb505d5c0aff8055eaced30ad" not found in file cache

iixiao9 commented 3 years ago

环境: linux config.toml配置文件

[root@qwq site]# cat config.toml 
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Refine"
license = "MIT"
licenselink = "http://192.168.10.12"
description = ""
homepage = "http://192.168.10.12"
tags = ["website", "starter", "responsive"]
features = []
theme_version = "1.0"
min_version = "0.48"

[author]
  name = "fredliang"
  homepage = "https://www.fredliang.cn"
[root@qwq site]#