blob: 4daca90b56f41d082b6b1be6ab6b96946d927125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# blog
this is the source of my blog website
## important locations for stuff
|**what** | **location** |
|----------------------|--------------------|
|**home page content** | `posts/index.md` |
|**posts** | `posts/*.md` |
|**pinned posts** | `pages/index.tsx` |
|**images** | `public/img/*` |
|**rss feed info** | `rss/base.xml` |
|**theme stuff** | `styles/theme.css` |
it's mit licensed so you can basically shamelessly copy it and i won't cry
|