Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 5 additions & 31 deletions config/_default/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dataDir: data
archetypeDir: archetypes
disableKinds: ["taxonomy"]
enableEmoji: true
timeout: 300s
pagination:
path: blog
markup:
Expand All @@ -22,33 +23,6 @@ languages:
languageName: English
weight: 0

# menus:
# main:
# - name: events
# pageRef: /events
# weight: -150
# identifier: events
# - name: blog
# pageRef: /blog
# weight: -140
# identifier: blog
# - name: sponsor
# pageRef: /sponsor
# weight: -130
# identifier: sponsor
# - name: speaking
# pageRef: /speaking
# weight: -120
# identifier: speaking
# - name: organizing
# pageRef: /organizing
# weight: -110
# identifier: organizing
# - name: about
# pageRef: /about
# weight: -100
# identifier: about

permalinks:
page: /:contentbasename/
blog: /blog/:year/:month/:day/:title/
Expand Down Expand Up @@ -102,10 +76,7 @@ minify:

build:
buildStats:
disableClasses: true
disableIDs: true
disableTags: true
enable: true
enable: false
cacheBusters:
- source: (postcss|tailwind)\.config\.js
target: (css|styles|scss|sass)
Expand All @@ -116,6 +87,9 @@ caches:
assets:
dir: ":resourceDir/_gen"
maxAge: -1
getresource:
dir: ":resourceDir/_gen"
maxAge: -1
images:
dir: ":resourceDir/_gen"
maxAge: -1
Expand Down
Loading
Loading