Skip to content

Commit 241b21b

Browse files
committedMay 16, 2023
Create a struct with all of Hugo's config options
Primary motivation is documentation, but it will also hopefully simplify the code. Also, * Lower case the default output format names; this is in line with the custom ones (map keys) and how it's treated all the places. This avoids doing `stringds.EqualFold` everywhere. Closes #10896 Closes #10620
1 parent 6aededf commit 241b21b

File tree

337 files changed

+13014
-14535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+13014
-14535
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

2-
*.test
2+
*.test
3+
imports.*

‎cache/docs.go

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package cache contains the differenct cache implementations.
2+
package cache

0 commit comments

Comments
 (0)
Please sign in to comment.