-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (33 loc) · 985 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
37
38
baseURL = "https://amazing-lumiere-f876d4.netlify.com"
#baseURL = "http://david.work:8001"
languageCode = "en-us"
title = "Something lives here"
#theme = "gohugo-theme-ananke"
theme = "hyde-y-master"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[taxonomies]
tag = "tags"
category = "categories"
topic = "topics"
[params]
favicon = ""
description = "The last theme you'll ever need. Maybe."
facebook = "david9013"
twitter = "GoHugoIO"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-dark-gray"
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
recent_posts_number = 4
sidebar = "left"
brand = "Monster"
topline = "Playing with toys"
footline = "code with <i class='fa fa-heart'></i>"
copyright = "(c) 2020 Monster Something."