-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (52 loc) · 1.41 KB
/
config.toml
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
baseurl = "https://www.calex.org/"
theme = "cocoa-eh-hugo-theme"
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
author = "Curtis Alexander"
title = "calex.org"
# disqusshortname = ""
pluralizelisttitles = false
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
disableKinds = ["taxonomy", "taxonomyTerm"]
[permalinks]
blog = "blog/:slug/"
[params]
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Personal blog for Curtis Alexander"
copyright = "Copyright © 2017-{year} Curtis Alexander"
# copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/"
logofile = "img/calex-logo.jpg"
faviconfile = "img/calex-logo.jpg"
highlightjs = true
progressively = true
share = false
# latestpostcount = 5
github = "curtisalexander"
# email = "[email protected]"
linkedin = "curtis-r-alexander"
# twitter = "example"
# facebook = "facebook_id"
# social_banner = "img/banner.png"
usesmallsummarycard = true
posts_navigation = false
# issoHost = "comments.domain.tld:1234"
# githubRepo = "curtisalexander/calex"
small_banner_logo = true
noreadingtime = true
[params.colors]
identifier = "#527fc1f"
identifier_dark = "#1a3152"
trivial = "#6a7a8b"
foreground = "#181d2a"
background = "#f9f9f9"
background_dark = "#282a36"
code = "#87a5d2"
type = "#97d28b"
special = "#ffcb8d"
value = "#96c2d7"
statement = "#ff8e91"