A static site generator written in C#
Go to file
Robert Morrison 18ed0534b7
refactor(EVERYTHING): Refactor all the things.
With a little bit of OOP and a monster commit, I too can make a an ssg,
Ka-chow...

Changes:
-  added class to represent SiteFile
-  enabled conversion semi-automatic based on file type.
-  added template to Testing.
-  Removed awful code for dependency search
-  Removed awful code for enumerating directory
-  arguments to a class to allow for easier passing to other
  parts of the code.

TODO:
- 🐞Test and debug with a copy of a live site,
- ✍️ Add handling for Pandoc errors on stderr
- Look into parallelising as much as possible.
2024-01-16 11:00:35 +00:00
RuntimeSettings refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00
SiteFile refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00
Testing refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00
Utils refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00
.gitignore Update gitignore 2022-06-21 22:48:20 +01:00
.vimspector.json Initial Commit 2022-06-14 15:27:48 +02:00
csSiteGen.csproj refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00
Logo.png Add Logo 2022-07-07 02:00:02 +01:00
Logo.svg Add Logo 2022-07-07 02:00:02 +01:00
Program.cs refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00
TODO refactor(EVERYTHING): Refactor all the things. 2024-01-16 11:00:35 +00:00