Commit e1a7e59
authored
Rewrite in Svelte (#9)
* chore!: delete nuxt website
* feat: setup sveltekit template
* feat: switch to static rendering
* fix: remove favicon
* fix: move `+layout.js` to `routes` folder
* feat: setup stylesheet
* feat: setup layout with mobile responsiveness
* refactor: move `style.css` into `+layout.svelte`
* feat: switch `layout.js` to typescript and populate home page
* feat: add global allocators test post
* feat: improve home page and add post list
* chore: small cleanups
* feat: create callout component
* chore: other small tweaks
* feat: add history page
* refactor: make the homepage a `.svelte` file again
* feat: center content and increase mobile width boundary
* feat: bump deps and install `feed`
* feat: move post loading logic to separate file
* feat: support rss and atom
* feat: sort posts by date
* feat: add rust pointer metadata article
* feat: add probability article
* feat: ticklowerperm mod announcement
* feat: 4 years of bevy post
* fix: discord link
* feat: add github-flavored markdown formatter
* fix: add key to post listing
* fix: switch to `remark-footnotes`
Nothing else works with `mdsvex` D:
* refactor: make footnotes consistent
* feat: add title
* feat: add syntax highlighting
* feat: automatic deployment in ci
* fix: remove erroneous fallback page1 parent eeb6010 commit e1a7e59
File tree
44 files changed
+2141
-10666
lines changed- .github/workflows
- assets
- components
- content
- composables
- layouts
- pages
- blog
- server
- plugins
- src
- lib
- server
- routes
- atom.xml
- blog
- 2023-06-27-global-allocators
- 2023-08-06-ptr-metadata
- 2023-10-23-probability
- 2023-11-03-announcing-ticklowerperm
- 2024-08-18-4-years-of-bevy
- feed.xml
- history
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+2141
-10666
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 1 | | |
10 | 2 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
14 | 10 | | |
15 | | - | |
| 11 | + | |
16 | 12 | | |
17 | | - | |
18 | | - | |
| 13 | + | |
19 | 14 | | |
20 | | - | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments