zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
739 stars 260 forks source link

Configuration on markup.highlight.tabWidth = 4 have no affect #454

Open eval-exec opened 2 years ago

eval-exec commented 2 years ago

Thanks for your hugo-theme-zzo, I like it very much.

Default code markup tabWidth is 8, but I set it to 4 in configuration file: image but it have no affect markdown file is: image but it look like this: image

mamanongnong commented 2 years ago

The following error occurred while running the Hugo Server command. The error is as follows:

$ hugo server --themesDir ../.. Start building sites … hugo v0.88.1-5BC54738+extended windows/amd64 BuildDate=2021-09-04T09:39:19Z VendorInfo=gohugoio Error: Error building site: "D:\myhugo\mydocs\themes\zdoc\exampleSite\content\en\posts\rich-content.md:1:1": timed out initializing value. You may have a circular loop in a shortcode, or your site may have resources that take longer to build than the timeout limit in your Hugo config file. Built in 14064 ms

Is there something wrong with my configuration? Or there is a problem with the Hugo theme that needs to be fixed Please give me a reply when received. Thank you 🙂

eval-exec commented 2 years ago

The following error occurred while running the Hugo Server command.

The error is as follows:

$ hugo server --themesDir ../..

Start building sites … hugo v0.88.1-5BC54738+extended windows/amd64 BuildDate=2021-09-04T09:39:19Z VendorInfo=gohugoio Error: Error building site: "D:\myhugo\mydocs\themes\zdoc\exampleSite\content\en\posts\rich-content.md:1:1": timed out initializing value. You may have a circular loop in a shortcode, or your site may have resources that take longer to build than the timeout limit in your Hugo config file. Built in 14064 ms Is there something wrong with my configuration? Or there is a problem with the Hugo theme that needs to be fixed Please give me a reply when received. Thank you slightly_smiling_face

I guess It's a network issue about rich content , remove /content/en/posts/rich-content.md then try again

mamanongnong commented 2 years ago

Problem solved, thank you very much