We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088650f commit 4067179Copy full SHA for 4067179
config/_default/hugo.yaml
@@ -17,9 +17,11 @@ canonifyURLs: false
17
# Default to false and set to true for production in config/production/hugo.yaml
18
enableRobotsTXT: false
19
20
-# aasetDir: Location where Hugo looks for assets
+# assetDir: Location where Hugo looks for assets
21
assetDir: static
22
23
+publishDir: "public"
24
+
25
# Enable .GitInfo object for each page. This will give values to .Lastmod etc.
26
enableGitInfo: false
27
0 commit comments