-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
80 lines (63 loc) · 1.6 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
# Base information
baseURL = "https://enesonus.com"
languageCode = "en-tr"
title = "Mehmet Enes Onuş"
theme = "hugo-developer-portfolio"
googleAnalytics = ""
# Remove this when using normally
themesDir = "themes"
# `
#[module]
# [[module.imports]]
# path = "github.com/samrobbins85/hugo-developer-portfolio"
# Plugins
[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"
# navigation
[menu]
[[menu.main]]
name = "About"
URL = "about"
weight=1
[[menu.main]]
name = "Blog"
URL = "blog"
weight=2
# [[menu.main]]
# name = "Portfolio"
# URL = "portfolio"
# weight=3
[[menu.main]]
name = "Contact"
URL = "contact"
weight=4
[params]
home = "Home"
# Meta data
description = "The website of Mehmet Enes Onuş"
author = "Mehmet Enes Onuş"
[params.contact]
enable = true
formAction = "https://formspree.io/f/xwkzerde" #contact form works with formspree.io
[params.footer]
email = "[email protected]"
address = "Istanbul, Turkey"
googlemaps = "https://www.google.com/maps/embed/v1/place?q=place_id:ChIJwbHYJaUqfEgRK0Ui9dVGimc&key=AIzaSyAE_4rVAKux_DSPcb_OdSRDaovtPOSk_3U"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "rainbow_dash"
tabWidth = 4