From c11d08a2f0438bc0ecf93f52171c55a9cd4b8329 Mon Sep 17 00:00:00 2001 From: Jon Winstanley Date: Mon, 26 Oct 2020 21:27:53 +0000 Subject: [PATCH] Add items to Readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 820e32f..8cad7e6 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,12 @@ Here's is an abbreviated version of the project structure. Certain config files | ├── devii.md // this page! ├── whatever.md // every MD file in this directory becomes a blog post ├── components +| ├── BlogPost.tsx | ├── Code.tsx -| ├── Markdown.tsx -| ├── Header.tsx +| ├── Footer.tsx | ├── Header.tsx +| ├── Markdown.tsx +| ├── Meta.tsx | ├── ├── loader.ts // contains utility functions for loading/parsing Markdown ├── node_modules