-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
128 lines (114 loc) · 3.88 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
baseurl = "https://cfaz.dev/"
languageCode = "en-us"
theme = "hello-friend-cfaz"
paginate = 15
enableRobotsTXT = true
#https://github.com/panr/hugo-theme-hello-friend/
#https://github.com/tomik23/zooom.js/
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
# Show reading time in minutes for posts
showReadingTime = false
# google search console verification code
googleVerificationCode = "cCFejK_e3MFSd-nynTCFKkawPutzEJYCJ4Y3hmLg38w"
# google analytics code
googleAnalyticsCode = "UA-146410600-1"
[params.social.github]
name = "github"
url = "https://github.com/cfazilleau"
[params.social.mastodon]
name = "mastodon"
url = "https://mastodon.gamedev.place/@cfaz"
[params.social.itchio]
name = "itchio"
url = "https://cfaz.itch.io/"
[params.social.linkedin]
name = "linkedin"
url = "https://www.linkedin.com/in/cfaz"
[params.social.mail]
name = "mail"
url = "mailto:contact@cfaz.dev"
[params.workedfor.u_orka]
tooltip = "Orka Games"
# link = "https://orkagames.com/"
image = "/homepage/orka.png"
[params.workedfor.v_behaviour]
tooltip = "Behaviour Interactive"
# link = "https://www.bhvr.com/"
image = "/homepage/behaviour.png"
[params.workedfor.w_momentfactory]
tooltip = "Moment Factory"
# link = "https://momentfactory.com/"
image = "/homepage/moment.png"
[params.workedfor.x_scopely]
tooltip = "Scopely"
# link = "https://www.scopely.com/"
image = "/homepage/scopely.png"
[params.workedfor.y_unity]
tooltip = "Unity"
# link = "https://www.unity.com/"
image = "/homepage/unity.png"
[params.workedfor.z_tkorp]
tooltip = "TKorp"
image = "/homepage/tkorp.png"
[markup.goldmark.renderer]
unsafe= true
[languages]
[languages.en]
languageName = "English"
contentDir = "content/en"
title = "CFaz.dev"
subtitle = "Blog & Portfolio"
keywords = "CFaz, CFaz.dev, Clement Fazilleau, Clement, Fazilleau, Blog, Developer, Site, Website, Projects, Code, Games, Programming"
copyright = "Clément Fazilleau"
menuMore = "Show more"
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
description = "Homemade professional website. Learn about me and my different projects on Unity for Nintendo Switch, Unreal for Oculus Quest, and many more..."
[languages.en.params.logo]
logoText = "cfaz.dev"
logoHomeLink = "/"
[[languages.en.menu.main]]
identifier = "posts"
name = "Latest posts"
url = "/posts/"
[[languages.en.menu.main]]
identifier = "projects"
name = "Portfolio"
url = "/categories/project/"
[languages.fr]
languageName = "Francais"
contentDir = "content/fr"
title = "Clément Fazilleau"
subtitle = "Blog & Portfolio"
keywords = "Clement Fazilleau, Clement, Fazilleau, Blog, Developpeur, Site, Website, Projets, Code, Jeux Video, Jeu Video, Programmation"
copyright = "Clément Fazilleau"
menuMore = "Voir plus"
writtenBy = "Rédigé par"
readMore = "Lire la suite"
readOtherPosts = "Lire d'autres posts"
newerPosts = "Posts plus récents"
olderPosts = "Posts plus anciens"
minuteReadingTime = "min read"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
[languages.fr.params.logo]
logoText = "cfaz.dev"
logoHomeLink = "/fr/"
[[languages.fr.menu.main]]
identifier = "posts"
name = "Derniers articles"
url = "/fr/posts/"
[[languages.fr.menu.main]]
identifier = "projects"
name = "Portfolio"
url = "/fr/categories/project/"