-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
52 lines (50 loc) · 1.3 KB
/
hugo.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
baseURL = "https://gitperr.github.io"
title = "Alper Polat"
languageCode = "en-us"
theme = "devise"
relativeURLs = true
enableEmoji = true
googleAnalytics = ""
enableRobotsTXT = true
copyright = "© Copyright 2024, Alper Polat"
# Main menu items
[menu]
[[menu.main]]
identifier = "about"
name = "About"
title = "About"
url = "/about/"
weight = -110
[[menu.main]]
identifier = "resume"
name = "Resume"
title = "Resume"
url = "/career/alper_polat_resume.pdf"
weight = -100
[[menu.main]]
identifier = "projects"
name = "Projects"
title = "Projects"
url = "/projects/"
weight = -90
[params]
description = "DevOps Engineer"
header_title = "Alper Polat"
header_subtitle = "DevOps Engineer | Finland"
home_image = "/images/me.jpg"
recent_posts = 3
mainSections = ["posts", "post", "blog"]
[params.style]
backgroundColor = "#f8f9fa"
homeImageBorderColor = "#ffffff"
fontFamilyBase = "Helvetica Neue"
fontColor = "#212529"
[[params.social]]
fa_icon = "fab fa-github fa-1x"
href = "https://github.com/gitperr"
[[params.social]]
fa_icon = "fab fa-linkedin-in fa-1x"
href = "https://www.linkedin.com/in/talperpolat"
[[params.social]]
fa_icon = "fas fa-envelope fa-1x"
href = "mailto:[email protected]"