-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (48 loc) · 1.56 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
baseurl = "https://totalgeek.info"
title = "Alan Ream"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
[params]
dateform = "January 2, 2006"
dateformShort = "January 2"
dateformNum = "January 2, 2006"
dateformNumTime = "January 2, 2006 3:04 PM"
# Subtitle for home
homeSubtitle = "Site Reliability Engineer"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Enable theme toggle
#
# This options enables the theme toggle for the theme.
# Per default, this option is off.
# The theme is respecting the prefers-color-scheme of the operating systeme.
# With this option on, the page user is able to set the scheme he wants.
enableThemeToggle = true
[params.logo]
logoMark = "$"
logoText = "cd /home/"
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
logoCursorDisabled = false
# Set to a valid CSS color to change the cursor in the logo.
logoCursorColor = "#67a2c9"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
logoCursorAnimate = "2s"
[params.portrait]
path = "images/profile.jpeg"
alt = "Portrait"
maxWidth = "250px"
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/aream2006"
[[params.social]]
name = "linkedin"
url = "https://linkedin.com/in/aream06"
[[menu.main]]
identifier = "about"
name = "About Me"
url = "/about"