-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
executable file
·87 lines (67 loc) · 1.65 KB
/
hugo.toml
File metadata and controls
executable file
·87 lines (67 loc) · 1.65 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
baseURL = "https://sailes.co.uk"
languageCode = "en-us"
theme = "adritian-free-hugo-theme"
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/main.css"
[[params.plugins.css]]
URL = "css/rad-icons.css"
[[params.plugins.css]]
URL = "css/custom.css"
# JS Plugins
[[params.plugins.js]]
URL = "js/rad-animations.js"
[[params.plugins.js]]
URL = "js/sticky-header.js"
[[params.plugins.js]]
URL = "js/library/fontfaceobserver.js"
# navigation
[menu]
[[menu.header]]
name = "About"
URL = "#about"
weight = 2
[[menu.header]]
name = "Case Studies"
URL = "#portfolio"
weight = 3
[[menu.header]]
name = "Blog"
URL = "/blog"
weight = 4
[[menu.header]]
name = "Video"
URL = "#video"
weight = 5
[[menu.footer]]
name = "About"
URL = "#about"
weight = 2
[[menu.footer]]
name = "Portfolio"
URL = "#portfolio"
weight = 3
[[menu.footer]]
name = "Contact"
URL = "#contact"
weight = 4
[params]
description = 'In depth Serverless content'
images = ['images/default-open-graph.jpg']
title = 'Mark Sailes'
sections = ["showcase", "about", "education", "experience", "client-and-work", "video", "testimonial", "contact", "newsletter"]
homepageExperienceCount = 6
[params.google_analytics]
code = "UA-XXXXX-Y"
enabled = false
[params.logo]
text1 = "Mark"
text2 = "Sailes"
[params.footer]
copyright = "© Mark Sailes. Free Hugo theme by Adrián Moreno Peña."
[params.footer.radity_logo]
x = "img/general/design-and-code-radity.png"
_2x = "img/general/design-and-code-radity@2x.png"
alt = "Design & Code - Radity"