-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
108 lines (108 loc) · 2.43 KB
/
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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
baseurl: https://kodec.tech/
copyright: Made with ♥ | © Kode Crumbs
title: Kode Crumbs
description: A student-led highschool computer club!
enablerobotstxt: true
languagecode: en-us
languages:
en:
menu:
main:
- identifier: home
name: Home
weight: 10
url: /
- identifier: joinus
name: Join Us
weight: 20
url: /joinus/
- identifier: projects
name: Projects
weight: 30
url: /projects/
- identifier: faq
name: FAQs
weight: 40
url: /faq/
- identifier: team
name: Team
weight: 50
url: /team/
- identifier: search
name: Search
weight: 60
url: /search/
weight: 10
markup:
goldmark:
renderer:
unsafe: true
highlight:
noclasses: false
tableofcontents:
endlevel: 6
ordered: true
startlevel: 2
module:
imports:
- path: github.com/willfaught/paige
mounts:
# Default mounts
- source: "archetypes"
target: "archetypes"
- source: "assets"
target: "assets"
- source: "content"
target: "content"
- source: "data"
target: "data"
- source: "i18n"
target: "i18n"
- source: "layouts"
target: "layouts"
- source: "static"
target: "static"
# Bootstrap
- source: "node_modules/bootstrap/dist/css"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.css"]
- source: "node_modules/bootstrap/dist/js"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.bundle.js"]
- source: "node_modules/bootstrap/js/dist"
target: "static/_paige/bootstrap"
- source: "node_modules/bootstrap/scss"
target: "assets/_paige/bootstrap"
# Bootstrap Icons
- source: "node_modules/bootstrap-icons/font/fonts"
target: "static/_paige/bootstrap-icons/fonts"
- source: "node_modules/bootstrap-icons/font"
target: "assets/_paige/bootstrap-icons"
includeFiles: ["/bootstrap-icons.css"]
outputs:
home:
- html
- json
- rss
params:
authors:
kartikey-chauhan:
name: "Kartikey Singh Chauhan"
kunwar-utkarsh:
name: "Kunwar Utkarsh"
shreya-maurya:
name: "Shreya Maurya"
chitransh-verma:
name: "Chitransh Verma"
taxonomies:
author: "team"
paginate: 30
permalinks:
team: /:year/:month/:day/:title/
projects: /:year/:month/:day/:title/
timezone: Asia/Kolkata
titlecasestyle: Go
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 1