-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
36 lines (34 loc) · 886 Bytes
/
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
baseurl = "https://terriblecode.com/"
theme = "cocoa-eh"
disablefancyfonts = true
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
author = "Eli Uriegas"
title = "terriblecode"
disqusshortname = ""
newContentEditor = "nvim"
pluralizelisttitles = false
googleanalytics = "UA-82077088-1"
[permalinks]
blog = "blog/:slug/"
[params]
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Random thoughts about coding and stuff"
copyright = "Copyright © 2018 Eli Uriegas"
logofile = "img/logo.png"
faviconfile = "img/favicon.png"
highlightjs = true
progressively = true
lang = "en"
github = "seemethere"
email = "eliasuriegas@gmail.com"
linkedin = "elias-uriegas"
twitter = "_seemethere"
social_banner = "img/logo.png"
latestpostcount = 10
fathomurl = "stats.terriblecode.com"