-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml.old
105 lines (85 loc) · 2.51 KB
/
hugo.toml.old
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://scpricope.com"
title = "Stefan Pricope"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
[permalinks]
posts = "/posts/:year/:month/:title/"
[params]
dateform = "2 Jan, 2006"
dateformShort = "2 Jan"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Colors for favicons
# [params.favicon.color]
# mask = "#1b1c1d"
# msapplication = "#1b1c1d"
# theme = "#1b1c1d"
[params.logo]
logoMark = "$"
logoText = "cd /home/"
logoHomeLink = "/"
# Subtitle for home
homeSubtitle = "Random posts and writeups"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = false
enableThemeToggle = true
# Metadata mostly used in document's head
description = "CTF and ocasional HTB writeups, bug bounty and random blog posts"
keywords = "homepage, blog, ctf, htb, hack the box, bug bounty"
images = [""]
[params.author]
name = "Stefan Pricope"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/pricopestefan/"
[[params.social]]
name = "github"
url = "https://github.com/PricopeStefan"
[[params.social]]
name = "hackthebox"
url = "https://app.hackthebox.com/profile/90938"
[[params.social]]
name = "tryhackme"
url = "https://tryhackme.com/p/sleshwave"
[params.utterances]
# Your GitHub repository
repository = "PricopeStefan/scpricope.com"
# label used for GitHub issues
label = "utterances"
# Blog Post <-> Issue mapping. This parameter is optional. Possible values are:
# - pathname
# - url
# - title
# - og:title
# - issue number
# - specific term
issueTerm = "pathname"
# Theme used: possible values are:
# - github-light
# - github-dark
# - preferred-color-scheme
# - github-dark-orange
# - icy-dark
# - dark-blue
# - photon-dark
# - boxy-light
# - gruvbox-dark
theme = "preferred-color-scheme"
[taxonomies]
tag = "tags"
category = "blog"
series = "series"
[menus]
[[menus.main]]
identifier = "blog"
name = "Blog"
pageRef = "/posts"
[[menus.main]]
identifier = "cv"
name = "CV"
url = "https://cv.scpricope.com"