josephhutch / aether

A responsive and clean Hugo theme for blogs
MIT License
146 stars 70 forks source link

Error while generating #29

Closed kmahyyg closed 4 years ago

kmahyyg commented 5 years ago
╰─ hugo --minify --gc --verbose                                                                                                                                                      (-127) ↵  9516  20:37:25 
INFO 2019/04/15 20:37:27 No translation bundle found for default language "en"
INFO 2019/04/15 20:37:27 Translation func for language en not found, use default.
INFO 2019/04/15 20:37:27 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/04/15 20:37:27 Using config file: 
Building sites … INFO 2019/04/15 20:37:27 syncing static files to /media/kmahyyg/linuxdata/WorkData/HostedOnGithub/kmahyyg.github.io/public/
INFO 2019/04/15 20:37:27 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
INFO 2019/04/15 20:37:27 Alias "/categories/page/1/index.html" translated to "categories/page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/categories/code/page/1/index.html" translated to "categories/code/page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/categories/network/page/1/index.html" translated to "categories/network/page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/categories/life/page/1/index.html" translated to "categories/life/page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/page/1/index.html" translated to "page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/categories/school/page/1/index.html" translated to "categories/school/page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/tags/page/1/index.html" translated to "tags/page/1/index.html"
INFO 2019/04/15 20:37:27 Alias "/categories/tech/page/1/index.html" translated to "categories/tech/page/1/index.html"
Total in 154 ms
Error: Error building site: failed to render pages: parse error:2:73: unexpected ending in qualified rule, expected left brace token
    2:   href="https://www.kmahyyg.xyz/installation-and-configure-of-riot-im-ser

Not working with the --minify parameters while trying to generate, please check if there's anything wrong with your template. I've already checked that my front matter is correct.

josephhutch commented 5 years ago

I've tested my site using the --minify option and I am not able to replicate this error. Can you provide more information about the installation-and-configure-of-riot-im-ser page that the error occurred on?