This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
93 lines (93 loc) · 2.08 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
copyright: Made with ♥ | © Code Crumbs
title: Code 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: team
name: Team
weight: 20
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:
name: "Kartikey Singh Chauhan"
dhruv:
name: "Dhruv Tandon"
kunwar:
name: "Kunwar Utkarsh"
shreya:
name: "Shreya Maurya"
yashashv:
name: "Yashashv Samtani"
taxonomies:
author: "team"
paginate: 50
permalinks:
articles: /:year/:month/:day/:title/
blog: /:year/:month/:day/:title/
timezone: Asia/Kolkata
titlecasestyle: Go