-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (32 loc) · 1.01 KB
/
config.toml
File metadata and controls
37 lines (32 loc) · 1.01 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
baseURL = "https://jameskiefer.com/"
languageCode = "en-us"
title = "James Kiefer"
pygmentsCodeFences = true
pygmentsUseClasses = true
enableRobotsTXT = true
canonifyURLs = true
enableEmoji = true
googleAnalytics = "UA-124058172-1"
theme = "carbon"
timeout = 300000
[markup.goldmark.renderer]
unsafe = true
[params]
author = "James Kiefer"
publisher = "James Kiefer"
publisherLogo = "https://jameskiefer.com/logo.png"
portrait = "img/portrait.jpg"
description = "Release Engineer, Software Developer, Maker and Drone Pilot"
seoDescription = "An American Release Engineer, Software Developer, Maker and Drone Pilot"
tags = [
"James Kiefer", "Software Developer", "Maker", "Drone Pilot", "Release Engineer",
"DIY Ideas", "CNC Projects", "Laser Projects", "3D Printing", "Linux", "CAD",
"Electronics", "R/C"
]
[params.staticman]
username = "zinefer"
repository = "zinefer.github.com"
gitprovider = "github"
branch = "master"
baseurl = "staticman-owl.herokuapp.com"
notifications = false