Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit c11d08a

Browse files
committed
Add items to Readme
1 parent b666dff commit c11d08a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ Here's is an abbreviated version of the project structure. Certain config files
7878
| ├── devii.md // this page!
7979
├── whatever.md // every MD file in this directory becomes a blog post
8080
├── components
81+
| ├── BlogPost.tsx
8182
| ├── Code.tsx
82-
| ├── Markdown.tsx
83-
| ├── Header.tsx
83+
| ├── Footer.tsx
8484
| ├── Header.tsx
85+
| ├── Markdown.tsx
86+
| ├── Meta.tsx
8587
| ├── <various>
8688
├── loader.ts // contains utility functions for loading/parsing Markdown
8789
├── node_modules

0 commit comments

Comments
 (0)