-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
53 lines (50 loc) · 1.67 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
49
50
51
52
53
baseURL = "https://blog.uncopied.art"
languageCode = "en-us"
title = "UNCOPIED blog"
theme = "ananke"
publishdir = "docs"
enableRobotsTXT = true
staticDir = ["static","static/images"]
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
[twitter]
card = "summary"
site = "@uncopied_art"
title = "UNCOPIED, a blog for uncopiers"
description = "Making original truly unique. Stories, making-of and use cases for UNCOPIED certificates of authenticity, expertise or inventory."
[languages]
[languages.en]
title = "UNCOPIED, a blog for uncopiers"
weight = 1
contentDir = "content/en"
languageCode = "en-us"
[languages.fr]
title = "UNCOPIED, le blogue des décopieurs"
weight = 2
contentDir = "content/fr"
languageCode = "fr-FR"
[params]
favicon = "/images/favicon.ico"
faviconApple = "/images/apple-touch-icon.png"
favicon32 = "/images/favicon-32x32.png"
favicon16 = "/images/favicon-16x16.png"
webmanifest = "/images/site.webmanifest"
site_logo = ""
description = "UNCOPIED certificates of authenticity, expertise or inventory for original art works : stories, making-of and use cases."
facebook = ""
twitter = "https://twitter.com/uncopied_art"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
rss = ""
# 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-min.jpg"
recent_posts_number = 5
env = "production"