feat: create index and about pages

This commit is contained in:
Alexis Fourmaux 2025-06-04 01:39:48 +02:00
parent cc39ed4c4e
commit 0c71f81c78
8 changed files with 61 additions and 21 deletions

9
sass/parts/_index.scss Normal file
View file

@ -0,0 +1,9 @@
section.last-articles {
margin-top: 4rem;
h1 {
border-bottom-width: .1rem;
border-bottom-style: solid;
border-bottom-color: var(--surface0);
}
}

View file

@ -3,6 +3,7 @@
@use 'shortcodes/callout';
@use 'parts/anchor';
@use 'parts/articles';
@use 'parts/index';
@use 'parts/code';
@use 'parts/footnote';
@use 'parts/misc';