-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
91 lines (78 loc) · 2.95 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
baseURL = "https://b3a.dev/"
languageCode = "en-us"
title = "b3a-dev"
theme = "timer-hugo"
# Google Analitycs
googleAnalitycsID = "G-4PV7KH6BP9"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "About"
url = "about"
weight = 2
[[menu.nav]]
name = "Talks"
url = "talks"
weight = 3
[[menu.nav]]
name = "Blog"
url = "blog"
weight = 4
[[menu.nav]]
name = "Contact"
url = "contact"
weight = 5
# Site Params
[params]
home = "Home"
logo = "images/logo.png"
dateFormat = "6 January 2006"
# Meta data
description = "beatrizmrg site"
author = "beatrizmrg"
# Banner Section
[params.banner]
enable = true
bgImage = "images/slider.jpg"
# heading = "HI, MY NAME IS BEATRIZ & I AM A"
heading = "Discover something new"
# description = "INSATIABLE LEARNER, PASSIONATE ABOUT TECHNOLOGY AND INNOVATION, I LOVE TO GET INVOLVED WITH OPEN SOURCE COMMUNITIES. THIS SITE SHOWCASES SOME OF MY CONTRIBUTIONS."
btn = true
btnText = "Download More"
btnURL = "https://themefisher.com/"
[[params.banner.flipText]]
# title = "SPEAKER"
[[params.banner.flipText]]
# title = "DEVELOPER"
[[params.banner.flipText]]
# title = " WOMEN IN TECH"
# Homepage About Section
[params.about]
enable = true
title = "ABOUT ME"
content = "Dedicated to architecture and innovation focused on cloud environments, I am an advocate for women in technology. <br> <br> Insatiable learner, I love to get involved with open source communities and contribute mainly as Speaker at technical community events. I am aiming to bring any of my ideas to life with code."
image = "images/about/about.jpg"
# Call to Action
[params.cta]
enable = true
title = "SO WHAT DO YOU THINK ?"
content = "Would you like to propose a part2 for some of the posts? Questions related to any of the contents?<br> Thank you in advance for any suggestions or advice."
btnText = "Contact with me"
btnURL = "/contact"
# Portfolio Section On Homepage
[params.portfolio]
enable = true
title = "Latest Contributions"
subtitle= "I would like to share some of my latest posts, talks at technical events, interviews and my most recent projects."
[params.footer]
[[params.footer.socialIcon]]
icon = "ion-social-twitter"
url = "https://twitter.com/beatrizmrg?"
[[params.footer.socialIcon]]
icon = "ion-social-github"
url = "https://github.com/b3a-dev"
[[params.footer.socialIcon]]
icon = "ion-ios-paper"
url = "https://medium.com/@beatrizmrg"