-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
125 lines (105 loc) · 3.85 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
117
118
119
120
121
122
123
124
125
# Site settings
baseurl = "https://leons.dev" #without ending slash
languageCode = "en-gb"
title = "Antony Leons - Tech Enthusiast, Coder and Investor"
# Disable unnecessary kinds
disableKinds = ["page", "section", "taxonomy", "taxonomyTerm", "RSS"]
# Enter your tracking code to enable Google Analytics
#googleAnalytics = "UA-135515365-1"
enableRobotsTXT =true
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = "1"
[params]
# Images settings
# Icons, backgrounds and avatars folders are placed in theme's static/images folder.
# You may place your images in corresponding folders and then set only filenames below to
# change page's appearance
# Site icons
favicon_ico = "favicon.ico"
favicon_ico_sizes = "16x16 32x32"
appleicon = "apple.png"
# Additional options to supplement icons served
#favicon_png = "favicon.png"
#favicon_png_sizes = "96x96"
#favicon_svg = "favicon.svg"
# Link custom assets relative to /static
#custom_js = [""]
#custom_css = ["background.css", "icons.css"]
# Customization switches
# Overwrite FontAwesome: see icons.css
# custom_icons = true
# Overwrite background: see background.css
# custom_background = true
description = "Antony Leons' personal site with links to his blog, CV and mail, also a showcase to potential employers and clients"
# Personal data
[params.personal]
# If name is not set, author is used
name = "Antony Leons"
# Avatars can be written to images/avatars/
avatar = "antony.jpg"
position = "Software Developer"
livesIn = "[Hull, UK](https://goo.gl/maps/8Hj1NPc26a52)"
scope = [
"Tech Enthusiast, and Coder",
"Currently Dev @ CGI",
]
biography = "I'm an advocate for Cloud, Flutter, and Generative AI."
# Contact form settings
# [params.contact]
# 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 yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
# email = "antony@leons.dev"
# It is possible to substitute formspring with other providers
# as an example the mailout plugin from caddy.
# Provide the post URL for the form and depending on the provider
# add some custom JS script to finish the implementation.
#postURL = "https://example.com/mailout/"
# enable = true
# title = "Contact Me!"
# namePlaceholder = "Name"
# emailPlaceholder = "Email"
# messagePlaceholder = "Message"
# buttonText = "Send"
# success = "Thank you for contacting me."
# error = "Message could not be send. Please contact me at antony@leons.dev"
# Google invisible captcha
# [params.contact.captcha]
# sitekey = "6Lfj_JcUAAAAANQ4PsOKYRdeDOTujHD8N8NWcp55"
# Add optional form fields to identify contact forms.
#[[params.contact.fields.hidden]]
# name = "someID"
# value = "example.com"
#[[params.contact.fields.hidden]]
# Special values for name such as "page" and "site" will be autofilled
# name = "page"
# Social settings
# You may change these with your social links or add others
[[params.social]]
title = "Blog"
icon = "fab fa-btc"
link = "https://blog.leons.dev"
target = "_blank"
rel = "noreferrer"
[[params.social]]
title = "Mail"
icon = "far fa-envelope"
link = "mailto:antony@leons.dev"
target = "_blank"
rel = "noreferrer"
[[params.social]]
title = "CV"
icon = "far fa-address-card"
link = "https://cv.leons.dev"
target = "_blank"
rel = "noreferrer"