diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..49caab0 --- /dev/null +++ b/readme.md @@ -0,0 +1,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 |