blob: 49caab0e9debf133537e670e76d4a7a0b800604a (
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/colors.css` |
it's mit licensed so you can basically shamelessly copy it and i won't cry
|