summaryrefslogtreecommitdiffstats
path: root/exampleSite/config
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-18 01:07:09 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-18 01:07:09 +0200
commit363014f6238acf5a98f49dce629d60ca35f35397 (patch)
tree9ecef8ea41e18a8f9b3933d8e2ac3f7ef8ea731d /exampleSite/config
parentbb53f4add3aa3e9b57b7790e04810278a1180e93 (diff)
downloadgohugo-theme-ed-363014f6238acf5a98f49dce629d60ca35f35397.tar.gz
Generate hugo_stats.json file
Diffstat (limited to 'exampleSite/config')
-rw-r--r--exampleSite/config/production/config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config/production/config.yaml b/exampleSite/config/production/config.yaml
new file mode 100644
index 0000000..838d022
--- /dev/null
+++ b/exampleSite/config/production/config.yaml
@@ -0,0 +1,5 @@
+build:
+ # This tells Hugo to write a hugo_stats.json file to the project
+ # root as part of the build. It includes all tags, classes, and ids
+ # from your *.html templates.
+ writeStats: true