diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -4,13 +4,13 @@ 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` | +|**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 |