Compare commits

..

2 Commits

Author SHA1 Message Date
dado
85796c6716 Merge branch 'minimal' 2025-03-18 20:48:47 +01:00
yak
21779a7548 temi default, cambiato font, rimosso palette, 5 articoli in home e aggiunto favicon 2025-03-18 14:45:55 +01:00
30 changed files with 10 additions and 60 deletions

1
.gitignore vendored
View File

@@ -3,4 +3,3 @@
novemila/.hugo_build.lock
public/
resources/
themes/

3
.gitmodules vendored
View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

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

View File

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

View File

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

View File

@@ -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'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

1
novemila/themes/typo Submodule

Submodule novemila/themes/typo added at a7fc2d4a18