-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
71 lines (59 loc) · 2.33 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
baseurl = "https://gogo2464.github.io/gogo-s-blog-cpe"
title = "CPE Blog"
languageCode = "en-us"
theme = "hello-4s3ti"
paginate = 10
[params]
defaultTheme = "dark"
EnableThemeToggle = true
EnableSharingButtons = true
EnableGlobalLanguageMenu = true
backgroundImage = "static/menu/hacker.png"
backgroundEffects = true
showPosts = true
tags = true
ReadMoreText = true
fontAwesome = { KitURL = "https://kit.fontawesome.com/0ed5cec925.js" }
ShowReadingTime = true
LastModDisplay = true
logo = { logoText = "coolapso.sh", logoCursorColor = "#ffffff" }
footer = { showVersion = true, socialIcons = true, author = true, rss = true, trademark = true, copyright = true, bottomText = ["Powered by <a href=\"http://gohugo.io\">Hugo</a>", "with <a href=\"https://github.com/coolapso/hugo-theme-hello-4s3ti\">Hello-friend-4s3ti</a>"] }
# Subtitle for home
homeSubtitle = "The official CPE free educational books for auditing cyber security issues only by practicing on real environment. CPE: the Cryptography and PWN elites that will send you to the CPE!"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "CPE online courses about cybersecurity"
keywords = "cryptography, buffer overflow"
images = [""]
#[taxonomies]
# category = "blog"
# tag = "tags"
# series = "series"
[languages]
[languages.en]
title = "CPE"
subtitle = "CPE: the school that schools to send you to cpe!"
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 = "crypto-pwn-elite(cpe): courses"
logoHomeLink = "/gogo-s-blog-cpe"
[[menu.main]]
identifier = "0toCrypto"
name = "Crypto"
url = "/from-0-to-crypto-by-projects"
weight = 1
[[menu.main]]
identifier = "0toOverflow"
name = "Pwn"
url = "/from-0-to-buffer-overflow-by-projects"
weight = 2
[[menu.main]]
identifier = "Putting-games-on-darknet"
name = "Elite"
url = "/putting-games-on-darknet"
weight = 3