We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e05bc9 commit 132e8c6Copy full SHA for 132e8c6
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm test
32
33
- name: Run Hugo
34
- run: hugo -s public -d $GITHUB_WORKSPACE/public
+ run: hugo -d $GITHUB_WORKSPACE/public
35
36
- name: Test HTML
37
continue-on-error: true
hugo.toml
@@ -15,9 +15,7 @@ googleanalytics = "G-KVLFMQXEF1"
15
16
disableKinds = [
17
"RSS",
18
- "category",
19
- "taxonomy",
20
- "taxonomyTerm"
+ "taxonomy"
21
]
22
23
# Keep this as is
0 commit comments