Update Mainpage and Theme
All checks were successful
Build Hugo Site / build (push) Successful in 41s

This commit is contained in:
Ben Hays 2023-10-23 16:29:15 -04:00
parent 9a31a338ea
commit 1e0a60d8a6
2 changed files with 85 additions and 1 deletions

View File

@ -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
View 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;
}