My personal site v4 (now archived).
Created with Sveltekit
`npm run create`
content/posts folder in project root.index.md by convention./content/posts/my-first-post/index.md
content/TILs folder in the project root./content/TILs/0123.md
.md, .svelte.md, .svx..svelte.md and .svx extensions, you can put a Svelte component inside the markdown..md for maximum portability..mp4 and .webm.

js {1} will highlight the first line.js {3-5} will highlight line 3 to 5.js {1, 3-5} will highlight the first line and line 3 to 5.jsx title="Graph.tsx"jsx showLineNumbersjsx showLineNumbers{15} will start from line 15.