-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
42 lines (37 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
baseURL = "https://lispysnake.com/"
languageCode = "en-gb"
title = "Lispy Snake, Ltd."
enableRobotsTXT = true
canonifyURLs = true
author = ["Ikey Doherty"]
paginate = 4
theme = "lispyfresh"
[params]
CompanyRegistration = "12179508"
CompanyAddress = "International House, 24 Holborn Viaduct, London, United Kingdom, EC1A 2BN"
CompanyEmail = "info@lispysnake.com"
SocialGithub = "https://github.com/lispysnake"
SocialTwitter = "https://twitter.com/LispySnakeLtd"
SocialMastodon = "https://mastodon.cloud/@lispysnake"
SocialYoutube = "https://www.youtube.com/channel/UCuss44_mYG4f011BZP_cknw"
SocialItch = "https://lispysnake.itch.io/"
[permalinks]
blog = "/blog/:year/:month/:day/:title/"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
[privacy.youtube]
privacyenhanced = true
[taxonomies]
author = "authors"
category = "categories"