-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (36 loc) · 1.26 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
baseurl = ""
languageCode = "en-us"
title = "random_jy"
theme = "hyde-x"
copyright = "Jon Young"
contentdir = "content"
layoutdir = "themes/hyde-x/layouts"
staticdir = "static"
publishdir = "public"
[Author]
name = "Jon Young"
[Permalinks]
blog = "/:year/:month/:day/:filename/"
# [Taxonomies]
# tag = ["family", "hacker", "diy"]
# category = ["family", "hacker", "diy"]
[params]
# Used when a given page doesn't set its own.
defaultDescription = "Random thoughts on random things from JY"
# Changes sidebar background and link/accent colours.
# See below for more colour options.
# This also works: "theme-base-08 layout-reverse", or just "layout-reverse".
theme = "theme-base-08"
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Blog".
home = "Blog"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "sunburst"
# Displays under the author name in the sidebar, keep it short.
tagline = "family man, coder, diy'r"
# integrations
googleAnalytics = "UA-60216723-1"
twitter = "https://twitter.com/random_jyoung"
github = "https://github.com/thejaywhy"
linkedin = "https://www.linkedin.com/in/jonryoung"