-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (29 loc) · 1.06 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
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------
baseURL = "http://shepherdcrafted.com/"
title = "Shepherd Crafted"
theme = "hugo-story"
languageCode = "en-us"
# This doesn't appear to be used in Hugo Story
copyright = "Shepherd Crafted, LLC"
enableRobotsTXT = true
## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "your-google-analytics-id"
## -----------------------------------------------
## Site Parameters
## -----------------------------------------------
[Params]
description = "Finely crafted metal and artwork"
logo = "images/banner.jpg"
favicon = true
[Params.social]
email = "[email protected]"
# instagram = "https://instagram.com"
# facebook = "https://facebook.com"
# pinterest = "https://www.pinterest.com/ShepherdCrafted"
# youtube = "https://youtube.com"
# twitter = "https://twitter.com/ShepherdCrafted"