-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
110 lines (89 loc) · 2.72 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
baseURL = 'https://eshirvana.github.io'
languageCode = 'en-us'
#defaultContentLanguage = 'fr'
title = 'ehsan shirvanian'
theme = "hello-friend-ng"
paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = 'All Rights Reserved.'
[params]
[params.author]
name = "ehsan shirvanian"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
# homeSubtitle = "data engineer, traveler, photographer"
# homeSubtitle = "exploring the world one bit at a time."
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = false
# Metadata mostly used in document's head
description = "My homepage"
keywords = "homepage, blog,Ehsan Shirvanian, ehsan, shirvanian"
images = [""]
#backgroundImage = "https://source.unsplash.com/featured/1920x1080/"
enableThemeToggle = true
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
[languages.en.params]
title = "Ehsan Shirvanian"
homeSubtitle = "data engineer, traveler, photographer"
homeSubtitle2 = "data engineer, traveler, photographer"
keywords = ""
readOtherPosts = "Read other posts"
weight = 1
[languages.en.params.logo]
logoMark = " "
logoText = "ehsan@home:~$"
logoHomeLink = "/"
[languages.fr]
[languages.fr.params]
title = "Ehsan Shirvanian"
homeSubtitle = "Ingénieur de données, voyageur, photographe"
keywords = ""
readOtherPosts = "Read other posts"
weight = 2
[languages.fr.params.logo]
logoMark = " "
logoText = "ehsan@home:~$"
logoHomeLink = "/"
# [params.portrait]
# path = "https://avatars.githubusercontent.com/u/72626662?v=4"
# alt = "Portrait"
# maxWidth = "150px"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/shirvanian/"
[[params.social]]
name = "github"
url = "https://github.com/eshirvana/"
[[params.social]]
name = "stackoverflow"
url = "https://stackoverflow.com/u/1367454/"
[[params.social]]
name = "instagram"
url = "https://instagram.com/eshirvana/"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
identifier = "about"
name = "~/about"
url = "/about"
# [[menu.main]]
# identifier = "posts"
# name = "~/posts"
# url = "posts/"
[params.footer]
trademark = false
author = false
copyright= false
bottomText = ["exploring the world one bit at a time."]