Commit Graph

4 Commits

Author SHA1 Message Date
Bart Ribbers
4eda43f39b
Use templates better to remove a ton of code duplication (#254)
* Fix broken links in update posts

They were using relative links still which became invalid by moving
directories. It's better to link stuff absolutely anyway.

* Remove unused 'secure' registration and login pages

* Remove obsolete parse.py

* Use templates better to remove a ton of code duplication

Where it made sense I converted HTML pages to Markdown to ease writing
and discourage custom styling as much as possible. These pages can still
use custom HTML when necessary, and some do, but they are easier to read
and understand now.
2024-06-02 19:15:26 +10:00
downthecrop
f58c4c09f7
Drop Table Tool - Charm Drops (#236)
* remove pastes (was for manual static html creation)

* Basics of adding charms into the drop table tool

* Charms + Break Vue into component files
2023-09-21 00:00:45 +09:00
downthecrop
716d46090c Rewrite droptable tool in VueJS 2022-09-27 15:40:41 +09:00
downthecrop
36544df4f5 Add drop table tool to site 2022-01-08 13:27:11 -08:00