A static site generator written in C#
Go to file
Robert Morrison 8abd5b5990
Add functionality to determine if files are new
This currently relies on the last modified date and a dotfile.
I may change this later to use a hash to detect changes
however this method seems good enough.
2022-06-21 22:39:22 +01:00
Testing/src Add testing directory 2022-06-21 22:32:52 +01:00
.gitignore Initial Commit 2022-06-14 15:27:48 +02:00
.vimspector.json Initial Commit 2022-06-14 15:27:48 +02:00
csSiteGen.csproj Remove useless comment 2022-06-20 03:47:23 +01:00
Program.cs Add functionality to determine if files are new 2022-06-21 22:39:22 +01:00