-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
48 lines (40 loc) · 1.11 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
# Copyright Adam B Kaplan
#
# SPDX-License-Identifier: CC-BY-4.0
title = "adambkaplan"
baseURL = "https://adambkaplan.com"
languageCode = "en-us"
theme = "ananke"
copyright = "Adam B Kaplan"
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 9
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = "images/icons/favicon.ico"
description = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-silver"
featured_image = "/images/mouna_loa_sunset.JPG"
[[params.ananke_socials]]
name = "linkedin"
url = "https://linkedin.com/in/adambkaplan"
verify = true
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/adambkaplan"
verify = true
[[params.ananke_socials]]
name = "mastodon"
url = "https://hachyderm.io/@adambkaplan"
verify = true
[[params.ananke_socials]]
name = "github"
url = "https://github.com/adambkaplan"
verify = true