-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
55 lines (52 loc) · 1.75 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
baseURL = "https://andresmeireles.github.op" # The URL of your site
languageCode = "br" # The language you want to display the site in
title = "André Meireles" # The title you want to appear in the address bar
theme = "hugo-developer-portfolio" # The theme, don't change this
defaultContentLanguage = 'br'
[languages]
[languages.br]
weight = 1
languageName = "português"
[[languages.br.menu.main]]
name = "Contato"
URL = "contact"
[[languages.br.menu.main]]
name = "Sobre"
URL = "about"
[languages.en]
weight = 2
languageName = "inglês"
[[languages.en.menu.main]]
name = "Contact"
URL = "contact"
[[languages.en.menu.main]]
name = "About"
URL = "about"
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"
# JS Plugins
[[params.plugins.js]]
URL = "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"
[[params.plugins.js]]
URL = "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"
# [menu]
# [[menu.main]]
# name = "About"
# URL = "about"
# [[menu.main]]
# name = "Contact"
# URL = "contact"
[params]
home = "Home" # What you want the homepage to show up as in the menu bar
# Meta data
description = "Uma pagina de apresentação de André Meireles"
author = "André Meireles"
[params.contact]
formAction = "https://formspree.io/<Insert code>" # Add your formspree URL here to get emails
# This contains the contact information for the footer
[params.footer]
email = "[email protected]"
address = "Pará, BR"
googlemaps = "https://www.google.com/maps/embed/v1/place?q=place_id:ChIJwbHYJaUqfEgRK0Ui9dVGimc&key=AIzaSyAE_4rVAKux_DSPcb_OdSRDaovtPOSk_3U"