Update Mainpage and Theme
All checks were successful
Build Hugo Site / build (push) Successful in 41s
All checks were successful
Build Hugo Site / build (push) Successful in 41s
This commit is contained in:
parent
9a31a338ea
commit
1e0a60d8a6
65
hugo.toml
65
hugo.toml
@ -3,3 +3,68 @@ languageCode = 'en-us'
|
|||||||
title = 'Ben Hays'
|
title = 'Ben Hays'
|
||||||
theme = "hello-friend-ng"
|
theme = "hello-friend-ng"
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
||||||
|
[params]
|
||||||
|
dateform = "Jan 2, 2006"
|
||||||
|
dateformShort = "Jan 2"
|
||||||
|
dateformNum = "2006-01-02"
|
||||||
|
dateformNumTime = "2006-01-02 15:04"
|
||||||
|
|
||||||
|
customCSS = ["css/style.css"]
|
||||||
|
|
||||||
|
# Subtitle for home
|
||||||
|
homeSubtitle = "Information Security Student"
|
||||||
|
|
||||||
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||||
|
disableReadOtherPosts = false
|
||||||
|
|
||||||
|
# Disable Un-needed features
|
||||||
|
enableSharingButtons = false
|
||||||
|
enableGlobalLanguageMenu = false
|
||||||
|
|
||||||
|
# Metadata
|
||||||
|
description = ""
|
||||||
|
keywords = "homepage, blog"
|
||||||
|
images = [""]
|
||||||
|
|
||||||
|
# Generator Options
|
||||||
|
enableRobotsTXT = true
|
||||||
|
enableGitInfo = true
|
||||||
|
enableEmoji = true
|
||||||
|
enableMissingTranslationPlaceholders = false
|
||||||
|
disableRSS = false
|
||||||
|
disableSitemap = false
|
||||||
|
disable404 = false
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Ben Hays"
|
||||||
|
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]
|
||||||
|
subtitle = "Information Security Student"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "blog"
|
||||||
|
name = "Posts"
|
||||||
|
url = "/posts"
|
||||||
|
|
||||||
|
[params.logo]
|
||||||
|
logoMark = ""
|
||||||
|
logoText = "Ben Hays"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
logoCursorDisabled = true
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "email"
|
||||||
|
url = "mailto:benhays@benhays.org"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "github"
|
||||||
|
url = "https://github.com/BenHays42"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "linkedin"
|
||||||
|
url = "https://www.linkedin.com/"
|
||||||
|
19
static/css/style.css
Normal file
19
static/css/style.css
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
main p {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
main h1 {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
background: linear-gradient(90deg, rgba(148,147,249,1) 0%, rgba(178,147,249,1) 48%, rgba(189,147,249,1) 100%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
background: radial-gradient(circle, rgba(35,36,37,1) 50%, rgba(36,37,37,1) 100%) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #BD93F9 !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user