-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
61 lines (61 loc) · 1.35 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
baseURL: https://example.com
languageCode: en
DefaultContentLanguage: en
title: R-gators
theme: anatole
summarylength: 10
enableEmoji: yes
enableRobotsTXT: yes
pygmentsUseClasses: yes
pygmentsCodeFences: yes
pygmentsCodefencesGuessSyntax: yes
params:
author: R-gators
customCss: []
customJs: []
description: Gator. UF 🧡💙. Speaks R. 📍 Gainesville, Florida
doNotLoadAnimations: no
favicon: favicons/
images: images/site-feature-image.png
keywords: ''
mainSections: post
math:
enable: no
use: katex
profilePicture: images/UF-R.png
simpleAnalytics: {}
socialIcons:
- icon: fab fa-twitter
title: Twitter
url: https://twitter.com
- icon: fab fa-linkedin
title: Linkedin
url: https://de.linkedin.com/
- icon: fab fa-github
title: GitHub
url: https://github.com/lxndrblz/anatole/
- icon: fab fa-instagram
title: instagram
url: https://www.instagram.com/
- icon: fas fa-envelope
title: e-mail
url: mailto:mail@example.com
title: R-gators
menu:
main:
- identifier: home
name: Home
url: /
weight: 100
- identifier: posts
name: Posts
url: /post/
weight: 300
- identifier: about
name: About
url: /about/
weight: 299
- identifier: contact
name: Contact
url: /contact/
weight: 400