Closed diogui closed 4 years ago
Reading the documentation here
"You can add some sample content to your site by placing the contents of the exampleSite directory in your /docs directory."
I've copied the content folder from themes/ace-documentation/exampleSite/content/ to docs/content/
themes/ace-documentation/exampleSite/content/
docs/content/
I run hugo serve
hugo serve
Error: Error building site: "..../docs/content/_index.md:6:1": failed to extract shortcode: template for shortcode "lead" not found
Thanks
My bad, I forget to add theme = "ace-documentation" at config.toml.
theme = "ace-documentation"
Thanks for great and quick support at Slack 👍
Reading the documentation here
I've copied the content folder from
themes/ace-documentation/exampleSite/content/
todocs/content/
I run
hugo serve
Error: Error building site: "..../docs/content/_index.md:6:1": failed to extract shortcode: template for shortcode "lead" not found
Thanks