-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
42 lines (39 loc) · 882 Bytes
/
config.yaml
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
# Main config settings
title: NLMN
baseURL: "https://www.nghinhut.dev"
languageCode: "en-us"
copyright: "This work is licensed under a Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)"
author:
name: "Nghi L. M. Nhựt"
email: "[email protected]"
module:
hugoVersion:
extended: false
min: "0.56.0"
mounts:
- source: web/content
target: content
- source: web/layouts
target: layouts
- source: posts
target: content/posts
- source: assets
target: static/assets
- source: web/i18n
target: i18n
- source: web/archetypes
target: archetypes
- source: _redirects
target: static/_redirects
disableKinds:
- taxonomy
- taxonomyTerm
pygmentsCodeFences: true
#canonifyurls: true
outputs:
section:
- HTML
- JSON
- RSS
enableGitInfo: true
# Other configurations