diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-09-07 21:18:54 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-09-07 21:18:54 -0400 |
commit | ae00627e7c99fd21ce4ad8ec0692445f00a349b2 (patch) | |
tree | 9af9c980db9075fbc0e520443201d684a0a03832 /.gitignore | |
parent | 4ae354f108acaef8c78b778124d4638904bd7c69 (diff) | |
download | carpentertutoring-ae00627e7c99fd21ce4ad8ec0692445f00a349b2.tar.xz carpentertutoring-ae00627e7c99fd21ce4ad8ec0692445f00a349b2.zip |
feat: basic markdown post to html page loading
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ _site/ *.core PHPMailer-master + + +# Added by cargo + +/target |