-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
41 lines (38 loc) · 773 Bytes
/
hugo.yaml
File metadata and controls
41 lines (38 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
baseURL: "https://noid-linux.github.io/"
languageCode: "en-us"
title: "Noid Linux"
menus:
main:
- name: Home
url: /
weight: 1
- name: Download
url: /download/
weight: 2
- name: Packages
url: /packages/
weight: 3
- name: Blog
url: /blog/
weight: 4
- name: ❤️ Donate
url: /donate/
weight: 5
markup:
highlight:
noClasses: false
build:
buildStats:
enable: true
cachebusters:
- source: 'assets/notwatching/hugo_stats\.json'
target: css
- source: '(postcss|tailwind)\.config\.js'
target: css
module:
mounts:
- source: assets
target: assets
- disableWatch: true
source: hugo_stats.json
target: assets/notwatching/hugo_stats.json