This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
105 lines (87 loc) · 2.64 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
baseURL = "https://jochalek.github.io"
title = "Justin Ochalek"
languageCode = "en-us"
theme = "hello-friend-ng"
# relativeURLs = true
enableEmoji = true
# googleAnalytics = ""
enableRobotsTXT = true
# copyright = "© 2020, Justin Ochalek"
paginate = 10
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "Justin Ochalek"
[params]
dateform = "Dec 16, 2020"
dateformShort = "Dec 16"
dateformNum = "2020-12-16"
dateformNumTime = "2020-12-16 20:23"
# Subtitle for home
homeSubtitle = "Medical Student // Informatics Enthusiast"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you linke
enableSharingButtons = true
# Metadata mostly used in document's head
description = "This is where I explore interesting ideas"
keywords = "homepage, blog"
images = [""]
# Default theme "light" or "dark"
defaultTheme = "light"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
# Colors for favicons
#
[params.favicon.color]
mask = "#252627"
msapplication = "#252627"
theme = "#252627"
[params.logo]
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"
# Uncomment this if you want a portrait on your start page
#
# [params.portrait]
# path = "/img/image.jpg"
# alt = "Portrait"
# maxWidth = "50px"
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/jochalek"
[[params.social]]
name = "linkedin"
url = "http://linkedin.com/in/justin-ochalek-b9278a64"
[languages]
[languages.en]
title = "Justin Ochalek"
subtitle = "A simple theme for Hugo"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "/V\\/V\\/*\u26A1*__.~-\u221A\\.^...-\u221A\\.^...-\u221A\\.^.."
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "posts/"