aboutsummaryrefslogtreecommitdiff
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* configure blog directory indexFlorian Fischer2025-07-033-1/+20
|
* remove whitespace around pre elements in listsFlorian Fischer2025-07-031-0/+4
|
* fix linkable rules and support nestingFlorian Fischer2025-07-033-8/+23
|
* move wasm_exec.js to js subdirFlorian Fischer2025-07-033-5/+5
|
* add new line before src retrieval commandFlorian Fischer2025-07-031-2/+2
|
* add boss overview pagesFlorian Fischer2025-07-034-7/+223
|
* copy JS files and do not include card listings titleFlorian Fischer2025-07-031-3/+2
|
* retrieve draft rates in card listingsFlorian Fischer2025-07-032-0/+45
|
* move linkable rule js into seperate fileFlorian Fischer2025-07-032-20/+44
|
* add rss feedFlorian Fischer2025-05-184-2/+77
|
* html: do not wrap codeFlorian Fischer2025-05-181-0/+6
|
* specify the language of the rulesFlorian Fischer2025-05-182-1/+2
|
* make rules in html linkableFlorian Fischer2025-05-183-1/+38
|
* add html editorconfigFlorian Fischer2025-05-011-0/+3
|
* improve wasm support during build timeFlorian Fischer2025-04-103-556/+6
| | | | | Copy wasm_exec.js bundled with the used go version. Generalise the wasm build rule.
* explicitly use bash as shellFlorian Fischer2025-04-041-0/+1
|
* add random tile selection from map to the web toolsFlorian Fischer2025-01-273-28/+607
|
* slightly improve the languageFlorian Fischer2024-12-051-2/+2
|
* fix css linkcolor selectorFlorian Fischer2024-12-051-1/+1
|
* link to cgitFlorian Fischer2024-03-161-2/+2
|
* update pandoc flags for embedding pictures in the htmlFlorian Fischer2022-12-281-1/+1
|
* improve the rules html pageFlorian Fischer2022-09-251-3/+5
| | | | | Clarify that the official rules are the English ones. Reword the describtion of the linked pages.
* also apply color schemes to tools.htmlFlorian Fischer2022-02-151-2/+18
|
* use css variables to aplly colorsFlorian Fischer2022-02-151-11/+33
|
* cleanup template cssFlorian Fischer2022-02-151-8/+5
| | | | Remove unused css and introduce line breaks for better readability.
* use python to generate card listingsFlorian Fischer2022-01-041-8/+4
| | | | | | | | | | The previous make/shell based approach results in only a single placeholder id 'placeholder-0' because we invoke generate_card.py for each card which will initialize the placeholder id count each time with 0. Now we generate the whole car listing in python which greatly reduces the number of program invocations and allows the placeholder id to be incremented for each listed card.
* html/maps: add tyrant mapFlorian Fischer2021-12-121-0/+1
|
* html/tools: add tyrant random house toolFlorian Fischer2021-12-121-1/+31
|
* html/tools: seperate range and highlightRandomFlorian Fischer2021-12-121-5/+5
|
* html/tools: rename map to xyFlorian Fischer2021-12-121-7/+7
|
* add the tyrant ai rules and tyrant set to cards.htmlFlorian Fischer2021-12-101-0/+3
|
* html: add script generating hoverable card links with image previewsFlorian Fischer2021-12-084-65/+54
|
* rename cash_or_trash to cash_or_trash!Florian Fischer2021-12-081-1/+1
|
* add blog post about economy piecesFlorian Fischer2021-12-073-3/+112
|
* [html] add decks page and cleanup makefileFlorian Fischer2021-12-064-24/+56
|
* [html/tools] correct random range from textFlorian Fischer2021-11-011-1/+3
|
* [html/cars] add potion setFlorian Fischer2021-10-191-0/+2
|
* [html/make] only build rules html with numbered sectionsFlorian Fischer2021-04-281-5/+5
|
* [html/make] generate numbered sections and self-contained htmlFlorian Fischer2021-04-281-1/+1
|
* improve tools.html styleFlorian Fischer2021-04-031-20/+52
|
* add simple web toolsFlorian Fischer2021-04-023-2/+190
|
* only the set headline as link in card listingsFlorian Fischer2021-03-281-1/+1
|
* link to set pdfs in card listingFlorian Fischer2021-03-281-1/+1
|
* make html depend on the template and tweak sidebar cssFlorian Fischer2021-03-282-34/+35
|
* fix html template cssFlorian Fischer2021-03-281-0/+1
|
* link the new set renders in the cards pageFlorian Fischer2021-03-281-7/+7
|
* fix intro headline (thx luca :*)Florian Fischer2021-03-281-1/+1
|
* [html] add missing cards pageFlorian Fischer2021-03-271-0/+39
|
* add en and de card listings to web pageFlorian Fischer2021-03-271-20/+49
|
* [html] reduce left padding of <ul> in our sidebarsFlorian Fischer2021-03-271-1/+1
|