readme edits

This commit is contained in:
0x01fe 2024-04-23 12:40:51 -05:00
parent 6c2f7427f7
commit 492c2f923e

View File

@ -2,8 +2,5 @@
Code of the website hosted at https://www.0x01fe.net
Could I gitignore the config files?
Yes.
Do I?
no.
One might ask why my pretty simple website is written in Python. The answer is so that I can just drop markdown files in a folder and have them automatically formatted and uploaded. This is done using the fact that markdown translates to HTML perfectly and that Flask / Jinja2 templates are really easy to use!