-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
99 lines (99 loc) · 2.18 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
baseurl: 'www.tampashutter.net'
copyright: '© Ayoub Abedrabbo'
enablerobotstxt: true
languagecode: 'en-us'
languages:
en:
menu:
main:
- identifier: 'home'
name: 'Home'
url: '/'
weight: 10
#- identifier: "content"
# name: "Content"
# url: "/content/"
# weight: 20
- identifier: 'aboutme'
name: 'About Me'
url: '/aboutme/'
weight: 30
- identifier: 'gallery'
name: 'Gallery'
url: '/gallery/'
weight: 40
- identifier: 'contactme'
name: 'Contact Me @ Telegram'
url: 'https://t.me/AyoubAb1'
weight: 40
- identifier: 'Services'
name: 'Services'
url: '/services/'
weight: 50
# - identifier: 'Pricing'
# name: 'Pricing'
# url: '/pricing/'
# weight: 60
#- identifier: "shortcodes"
# name: "Shortcodes"
# url: "/shortcodes/"
# weight: 40
#- identifier: "customization"
# name: "Customization"
# url: "/customization/"
# weight: 50
#- identifier: "authors"
# name: "Authors"
# url: "/authors/"
# weight: 60
#- identifier: "series"
# name: "Series"
# url: "/series/"
# weight: 70
#- identifier: "categories"
# name: "Categories"
# url: "/categories/"
# weight: 80
#- identifier: "tags"
# name: "Tags"
# url: "/tags/"
# weight: 90
#- identifier: "search"
# name: "Search"
# url: "/search/"
# weight: 100
#weight: 10
markup:
goldmark:
renderer:
unsafe: true
highlight:
noclasses: false
tableofcontents:
endlevel: 6
ordered: true
startlevel: 2
outputs:
home:
- 'html'
- 'json'
- 'rss'
paginate: 50
params:
authors:
ayoub:
name: 'Ayoub Abedrabbo'
paige:
git:
commit_url_prefix: 'https://github.com/willfaught/paige/commit/'
taxonomies:
author: 'authors'
category: 'categories'
series: 'series'
tag: 'tags'
theme: 'paige'
timezone: 'America/New_York'
titlecasestyle: 'Go'
paige:
build:
timeout: 120s