Basic project structure

This commit is contained in:
Nathan McCarty 2025-02-18 07:32:30 -05:00
parent e8b6224891
commit 544a526f54
4 changed files with 7 additions and 2 deletions

1
src/SSG/HTML.idr Normal file
View file

@ -0,0 +1 @@
module SSG.HTML

1
src/SSG/Parser/Core.idr Normal file
View file

@ -0,0 +1 @@
module SSG.Parser.Core

View file

@ -0,0 +1 @@
module SSG.Parser.Markdown