@@ -188,7 +188,7 @@ languageCode = "en-us"
|
||||
# Add it only if you keep the theme in the `themes` directory.
|
||||
# Remove it if you use the theme as a remote Hugo Module.
|
||||
theme = "re-terminal"
|
||||
paginate = 5
|
||||
pagination.pagerSize = 5
|
||||
|
||||
[params]
|
||||
# dir name of your main content (default is `content/posts`).
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
background: var(--accent);
|
||||
color: color-mix(in srgb, var(--accent), var(--accent-contrast-color) 90%);;
|
||||
color: color-mix(in srgb, var(--accent), var(--accent-contrast-color) 90%);
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@ blockquote {
|
||||
|
||||
&.twitter-tweet {
|
||||
position: relative;
|
||||
background: color-mix(in srgb, var(--accent), transparent 90%);;
|
||||
background: color-mix(in srgb, var(--accent), transparent 90%);
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
border: 1px solid var(--accent);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@mixin menu {
|
||||
--shadow-color: color-mix(in srgb, var(--background), transparent 20%);;
|
||||
--shadow-color: color-mix(in srgb, var(--background), transparent 20%);
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
--shadow: 0 10px var(--shadow-color), -10px 10px var(--shadow-color), 10px 10px var(--shadow-color);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
margin: 0 auto;
|
||||
padding: 5px 10px;
|
||||
background: var(--background);
|
||||
color: color-mix(in srgb, var(--accent), transparent 70%);;
|
||||
color: color-mix(in srgb, var(--accent), transparent 70%);
|
||||
font-size: .8rem;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
&-meta {
|
||||
font-size: 1rem;
|
||||
margin-bottom: 10px;
|
||||
color: color-mix(in srgb, var(--accent), transparent 30%);;
|
||||
color: color-mix(in srgb, var(--accent), transparent 30%);
|
||||
|
||||
& > *:not(:first-child) {
|
||||
&::before {
|
||||
@@ -146,4 +146,4 @@ figure:has(.post-cover) {
|
||||
& > figcaption {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
baseurl = "https://re-terminal.nebrowser.com"
|
||||
languageCode = "en-us"
|
||||
# theme = "hugo-theme-re-terminal"
|
||||
paginate = 5
|
||||
pagination.pagerSize = 5
|
||||
|
||||
[params]
|
||||
contentTypeName = "posts"
|
||||
|
||||
Reference in New Issue
Block a user