-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
66 lines (56 loc) · 1.32 KB
/
hugo.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
baseURL: https://propromo-software.github.io/propromo.releases/
languageCode: en-us
title: propromo.releases
# module:
# imports:
# - path: github.com/adityatelange/hugo-PaperMod
# disable: false
# theme: ["github.com/adityatelange/hugo-PaperMod"]
theme: "PaperMod"
params:
defaultTheme: auto
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowToc: true
env: production
search:
enable: true
default: true
placeholder: "Search posts..."
homeInfoParams:
Title: "Propromo Releases"
Content: "Project Progress Monitoring - Release Notes and Updates"
socialIcons:
- name: github
url: "https://github.com/propromo-software"
# assets:
# favicon: "/assets/favicon.ico"
# favicon16x16: "/assets/favicon-16x16.png"
# favicon32x32: "/assets/favicon-32x32.png"
outputs:
home:
- HTML
- RSS
- JSON
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: search
name: Search
url: /search/
weight: 30
- identifier: github
name: GitHub
url: https://github.com/propromo-software
weight: 40