File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,10 @@ https://github.com/tjklint/tjklint.github.io
209
209
// next.js, good gradients and framer motion
210
210
https :// github.com/kristianka/kristiankahkonen.com
211
211
212
+ // excellent styling, vite, svelte core member
213
+ https :// bjornlu.com/
214
+ https :// github.com/bluwy/website
215
+
212
216
---------- -
213
217
za local state mora react ili solid
214
218
for state between pages nanostore with localStorage
Original file line number Diff line number Diff line change 1
1
---
2
+ // must be at top
3
+ import ' @/assets/styles/github-markdown.css' ;
4
+
2
5
import { Markdown } from ' astro-remote' ;
3
6
4
7
import List from ' @/layouts/List.astro' ;
5
8
import { BOOKMARKS } from ' @/constants/data' ;
6
- import { getPageMetadata } from ' @/utils/metadata' ;
7
-
8
- import ' @/assets/styles/github-markdown.css' ;
9
-
10
9
import { SELECTORS } from ' @/constants/dom' ;
10
+ import { getPageMetadata } from ' @/utils/metadata' ;
11
11
12
12
const { README_RAW_URL, REPO } = BOOKMARKS ;
13
13
You can’t perform that action at this time.
0 commit comments