Compare commits
2 Commits
bb4d1b53f1
...
85796c6716
Author | SHA1 | Date | |
---|---|---|---|
|
85796c6716 | ||
21779a7548 |
1
.gitignore
vendored
@@ -3,4 +3,3 @@
|
||||
novemila/.hugo_build.lock
|
||||
public/
|
||||
resources/
|
||||
themes/
|
||||
|
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "themes/typo"]
|
||||
path = themes/typo
|
||||
url = https://github.com/tomfran/typo.git
|
||||
[submodule "novemila/themes/typo"]
|
||||
path = novemila/themes/typo
|
||||
url = https://github.com/tomfran/typo.git
|
||||
|
Before Width: | Height: | Size: 11 KiB |
@@ -1,15 +0,0 @@
|
||||
:root {
|
||||
--content-primary: rgb(36, 36, 36);
|
||||
--content-secondary: rgb(117, 117, 117);
|
||||
--background: rgb(255, 255, 255);
|
||||
--code-background: rgb(249, 249, 249);
|
||||
--code-border: rgb(229, 229, 229);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--content-primary: rgb(252, 252, 252);
|
||||
--content-secondary: rgb(120, 138, 163);
|
||||
--background: rgb(25, 26, 31);
|
||||
--code-background: rgb(57, 53, 65);
|
||||
--code-border: rgb(50, 50, 50);
|
||||
}
|
@@ -1,39 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/fonts/JetBrainsMono/JetBrainsMono-Light.woff2') format('woff2');
|
||||
font-weight: light;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/fonts/JetBrainsMono/JetBrainsMono-LightItalic.woff2') format('woff2');
|
||||
font-weight: light;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/fonts/JetBrainsMono/JetBrainsMono-SemiBold.woff2') format('woff2');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/fonts/JetBrainsMono/JetBrainsMono-SemiBoldItalic.woff2') format('woff2');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/fonts/JetBrainsMono/JetBrainsMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
@@ -12,8 +12,9 @@
|
||||
--header-menu-top-gap: 1rem;
|
||||
|
||||
/* Typography */
|
||||
--font-body: 'JetBrainsMono', Georgia, Cambria, 'Noto Serif', 'Droif Serif', ui-serif, serif;
|
||||
--font-mono: 'JetBrainsMono', ui-monospace, monospace;
|
||||
--font-body: 'CommitMono', Georgia, Cambria, 'Noto Serif', 'Droif Serif', ui-serif, serif;
|
||||
|
||||
--font-mono: 'CommitMono', ui-monospace, monospace;
|
||||
|
||||
--h1-margin-top: 2rem;
|
||||
--h1-margin-bottom: 1.5rem;
|
||||
|
@@ -12,7 +12,7 @@ description = "It can only be attributable to human error"
|
||||
|
||||
# Appearance settings
|
||||
theme = 'auto'
|
||||
colorPalette = 'custom'
|
||||
colorPalette = 'default'
|
||||
hideHeader = false
|
||||
|
||||
# Intro on main page, content is markdown
|
||||
@@ -26,7 +26,7 @@ homeCollectionTitle = 'Posts'
|
||||
homeCollection = 'posts'
|
||||
|
||||
# Lists parameters
|
||||
paginationSize = 10
|
||||
paginationSize = 5
|
||||
listSummaries = true
|
||||
listDateFormat = '2 Jan 2006'
|
||||
showFooter = false
|
||||
@@ -67,4 +67,4 @@ url = "https://novemila.org/posts/index.xml"
|
||||
# Syntax highlight on code blocks
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
style = 'dracula'
|
||||
style = 'algol'
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 9.4 KiB |