-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (37 loc) · 1.04 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
# SPDX-FileCopyrightText: 2022 Wilfred Nicoll <xyzroller@rollyourown.xyz>
# SPDX-License-Identifier: CC-BY-SA-4.0
title = "rollyourown template"
#Replace this URL with the URL for your domain
baseURL = "https://rollyourown.xyz"
theme = "ananke"
contentDir = "content"
defaultContentLanguage = "en"
SectionPagesMenu = "main"
enableRobotsTXT = true
[params]
text_color = ""
author = ""
favicon = ""
site_logo = ""
description = "rollyourown template"
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
recent_posts_number = 2
disable_share = true
##########################
# Privacy-related features
##########################
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true