-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
148 lines (128 loc) · 3.97 KB
/
config.toml
File metadata and controls
148 lines (128 loc) · 3.97 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# The URL the site will be built for
base_url = "https://quentin-rodriguez.github.io/portio-zola"
#
minify_html = true
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
#
default_language = "fr"
[languages.en]
title = "Portio Zola"
generate_feeds = true
build_search_index = false
taxonomies = [
{ name = "tags", feed = true, render = true, paginate_by = 9 },
{ name = "categories", feed = true, render = true, paginate_by = 9 },
]
[languages.en.translations]
contact_me = "Contact me"
start_project = "Let's Start a Project"
showing_all = "Showing All"
hire_me_now = "Hire Me Now"
get_in_touch = "Get in touch"
see_details = "See Details"
sitemap = "Sitemap"
address = "Address"
phone = "Téléphone"
email = "Email"
categories_description = "Showing all posts with the category"
tags_description = "Showing all posts with the tag"
opening_hours = "Working hours"
form_title = "Contact form"
form_button = "Send Message"
form_input_name = "Name"
form_input_email = "Email"
form_input_message = "Message"
form_input_agreement = "I agree that my submitted data is being collected and stored."
copyright = "All right reserved copyright © Portio 2020"
# Menus
home = "Home"
about = "About"
service = "Service"
work = "Work"
resume = "Resume"
blog = "Blog"
contact = "Contact"
# Sitemaps
about_me = "About me"
frequently_ask_question = "Frequently Ask Question"
privacy_and_policy = "Privacy & Policy"
latest_article = "Latest Article"
[languages.fr]
title = "Portio Zola"
generate_feeds = true
build_search_index = false
taxonomies = [
{ name = "tags", feed = true, render = true, paginate_by = 9 },
{ name = "categories", feed = true, render = true, paginate_by = 9 },
]
[languages.fr.translations]
contact_me = "Contactez‑moi"
start_project = "Commencer un projet"
showing_all = "Afficher tout"
hire_me_now = "Engagez‑moi maintenant"
get_in_touch = "Entrer en contact"
see_details = "Voir les détails"
sitemap = "Plan du site"
address = "Adresse"
phone = "Téléphone"
email = "E‑mail"
categories_description = "Affichage de tous les articles de la catégorie"
tags_description = "Affichage de tous les articles du tag"
opening_hours = "Horaires d'ouverture"
form_title = "Formulaire de contact"
form_button = "Envoyer le message"
form_input_name = "Nom"
form_input_email = "E‑mail"
form_input_message = "Message"
form_input_agreement = "J’accepte que mes données soumises soient collectées et stockées."
copyright = "Tous droits réservés © Portio 2020"
# Menus
home = "Accueil"
about = "À propos"
service = "Services"
work = "Réalisations"
resume = "CV"
blog = "Blog"
contact = "Contact"
# Sitemaps
about_me = "À propos de moi"
frequently_ask_question = "Foire aux questions"
privacy_and_policy = "Politique de confidentialité"
latest_article = "Dernier article"
[extra]
date_format = "%d %B, %Y"
logo = "images/logo.png"
footer_logo = "images/logo.png"
# google_analytics = "YOUR TOKEN FOR GOOGLE ANALYTICS"
formspree_url = "YOUR FORMSPREE URL"
display_cta = true
menus = [
{ name = "home", url = "#home" },
{ name = "about", url = "#about" },
{ name = "service", url = "#service" },
{ name = "work", url = "#portfolio" },
{ name = "resume", url = "#resume" },
{ name = "blog", url = "#blog" },
{ name = "contact", url = "#contact" }
]
sitemaps = [
{ name = "about_me", url = "#about" },
{ name = "frequently_ask_question", url = "#" },
{ name = "privacy_and_policy", url = "#" },
{ name = "latest_article", url = "#" }
]
socials = [
{ icon = "facebook-original", url = "https://www.facebook.com/" },
{ icon = "linkedin-original", url = "https://www.linkedin.com/" },
{ icon = "pinterest", url = "https://www.pinterest.com" },
{ icon = "twitter-original", url = "https://www.twitter.com" }
]
[extra.address]
phone = "+(448) 833 5272 332"
email = "hello@example.com"
address = "23 Khan Niketon, Grand Street, NYK."
opening_hours = "Open from 10am to 6pm (close at 5pm Sundays) "
[extra.map]
latitude = "48.864716"
longitude = "2.349014"