-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
69 lines (64 loc) · 1.52 KB
/
Copy pathconfig.yaml
File metadata and controls
69 lines (64 loc) · 1.52 KB
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
theme: anatole
baseURL: https://dereksrose.com/
languageCode: en-us
DefaultContentLanguage: en
title: "Derek Rose: A how to guide for overthiking things."
googleAnalytics: UA-153109937-1
enableGitInfo: true
DefaultContentLanguage: en
summarylength: 10
enableEmoji: true
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
pygmentsUseClasses: true
pygmentsCodeFences: true
pygmentsCodefencesGuessSyntax: true
params:
author: Derek Rose
title: Over-Engineering Is Fun
description: My various home automation, electronics, coding, and/or 3D printing projects.
profilePicture: "profile.png"
#keywords: ""
favicon: "favicons/"
customCss:
- css/flex.css
- css/lightbox.css
- css/figure.css
customJs: []
mainSections:
- posts
#images: ["images/site-feature-image.png"]
doNotLoadAnimations: = false
# option to specify your linkedin profile in the footer
socialIcons:
- icon: fab fa-github
title: Github
url: https://github.com/Bishma/
- icon: fab fa-mastodon
title: Mastodon
url: https://mas.to/@bishma
- icon: fab fa-linkedin
title: LinkedIn
url: https://www.linkedin.com/in/dereksrose/
copyright: Derek Rose - 2020
menu:
main:
- name: Home
identifier: home
weight: 100
url: "/"
- name: Posts
weight: 200
identifier: posts
url: "/posts/"
- name: Tags
weight: 200
identifier: tags
url: "/tags/"
- name: About
weight: 300
identifier: about
url: "/about/"