Skip to content

Commit

Permalink
hugo-hacker-testbed-template-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedrone404 committed Dec 4, 2024
1 parent 710dbcd commit 407f9d9
Show file tree
Hide file tree
Showing 7 changed files with 602 additions and 605 deletions.
7 changes: 4 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@

#LAST MODIFICATION DATE: 2024/11/22
#LAST MODIFICATION DATE: 2024/12/04

languageCode = "en"
title = "Hugo Hacker Theme"
theme = "mainroad"
paginate = 14
BaseURL = "https://spacedrone404.github.io/hugo-hacker-testbed-template/"
BaseURL = "/"
DefaultContentLanguage = "en"
disableHugoGeneratorInject = true


[markup]
[markup.goldmark]
[markup.goldmark.renderer]
Expand All @@ -17,7 +18,7 @@ disableHugoGeneratorInject = true
[module]
[module.hugoVersion]
extended = true
min = "0.121"
min = "0.121.0"

[Params]
description = "Hugo Hacker Theme" # Site description. Used in meta description
Expand Down
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
11 changes: 7 additions & 4 deletions themes/mainroad/assets/css/archive/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
}


@font-face {
font-family: "FiraSansRegular";
src: url("../../fonts/FiraSans-Regular.woff2") format("woff2");
Expand Down Expand Up @@ -676,25 +677,26 @@ select {
}

.logo {
padding: 24px;
padding: 12px;
}

.logo__link {
display: inline-block;
margin-top: -7px;
}

.logo__item {
display: inline-block;
vertical-align: middle;
}
}


.logo__text {
text-transform: uppercase;
text-transform: uppercase
}

.logo--mixed .logo__item {
margin: 0.7rem auto;
margin: .7rem auto
}

.logo--mixed .logo__img {
Expand All @@ -704,6 +706,7 @@ select {
width: 100%;
margin-top: -14px;
margin-bottom: -28px;
scale: 104%;
}

.logo--mixed .logo__text {
Expand Down
Loading

0 comments on commit 407f9d9

Please sign in to comment.