-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
116 lines (88 loc) · 4.03 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
# Site settings
baseurl = "https://openbeelab.org/"
languageCode = "en-us"
title = "OPENBEELAB"
theme = "hugo-freelancer-theme"
[params]
# You can use Markdown syntax for urls [text](//url.to/source) for
# most longer texts.
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "Mr. Hugo"
description = "My awesome description"
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email youself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "postmaster@openbeelab.org"
[params.navigation]
brand = ""
[params.header]
# Copy your own image into './static/img/'' if you wish
image = "profile.png"
name = "OpenBeeLab.org"
subtitle = "Hackers & Bees "
[params.portfolio]
# All projects defined in their own files. You can find example projects
# at 'exampleSite/data/projects'. Copy the 'projects' folder into the 'data' directory
# at the root of this Hugo site.
# For more informtion take a look at the README.
title = "Portfolio"
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttontext = "Close"
[params.about]
title = "About"
# The about text is splitted into a left and right column
left = "OpenBeeLab est un programme de recherches Libres et Open-Source autour des abeilles. On produit logiciels, matériels, capteurs, dispositifs, gestes artistiques, et publications... et on partage tout ça."
right = "OpenBeelab is Free and open-source research programm about bees. We do software, hardware, databases, sensors, art, publications... and we share all of this."
[params.about.button]
text = "Download theme"
link = "//github.com/digitalcraftsman/hugo-freelancer-theme/archive/master.zip"
icon = "download"
[params.contact]
title = "Contact"
# 'error' defines error messages for invalid inputs
[params.contact.form.name]
text = "Name"
error = "Please enter your name."
[params.contact.form.email]
text = "Email Adress"
error = "Please enter your email address."
[params.contact.form.phone]
text = "Phone Number"
error = "Please enter your phone number."
[params.contact.form.message]
text = "Message"
error = "Please enter a message."
[params.contact.form.button]
text = "Send"
[params.footer]
copyright = "Published under the Apache License 2.0. Powered by [Hugo](//gohugo.io)."
[params.footer.location]
title = "Location"
# Postal address (add as many lines as necessary)
address = ["mainly Bordeaux, France"]
[params.footer.social]
title = "Around the web"
# All icons using Fontawesome's icon font. Look at fortawesome.github.io/Font-Awesome/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
[[params.footer.social.networks]]
icon = "fa-github"
link = "//github.com/spf13/hugo"
[[params.footer.social.networks]]
icon = "fa-stack-overflow"
link= "//stackoverflow.com/questions/tagged/hugo"
[params.footer.credits]
title = "About Freelancer"
text = "Freelance is a free to use, open source Bootstrap theme created by [Start Bootstrap](//startbootstrap.com)."