Compare commits

...

2 commits

Author SHA1 Message Date
77c9234c9f Merge branch 'main' of https://git.jossco.de/Jocelyn/hsmwebsite 2024-11-27 22:00:17 +01:00
c85a7861e6 Updated ToDo 2024-11-19 22:53:42 +01:00

View file

@ -1,6 +1,6 @@
# About this page # About this page
This page is written in Markdown, and transformed to HTML using a custom templating engine written in Bash script. It makes heavy use of `sed` and other Unix utilities. This page is written in Markdown, and transformed to HTML using a custom templating engine written in Bash script. It makes heavy use of `sed`, `awk` and other Unix utilities.
Writing this was really fun, and a great little project to test and improve my skills :smiley: Writing this was really fun, and a great little project to test and improve my skills :smiley:
Once I cleaned up the code, the generator will be made public under the MIT license. Once I cleaned up the code, the generator will be made public under the MIT license.
@ -10,6 +10,10 @@ Feature ToDo-list:
- Properly support subdirectories - Properly support subdirectories
- Add more buttons to the nav bar - Add more buttons to the nav bar
- Make mobile friendly - Make mobile friendly
- Make templates more powerful - Write markdown parser in bash
Feature Done-list:
- Make templates more powerful (using `awk`)
If you have any questions about this, you can reach out to me. If you have any questions about this, you can reach out to me.