feat: create index and about pages
This commit is contained in:
parent
76b2f3e986
commit
c42da160dc
8 changed files with 61 additions and 21 deletions
9
sass/parts/_index.scss
Normal file
9
sass/parts/_index.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue