aboutsummaryrefslogtreecommitdiff
path: root/html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* adapt html Makefile and recvDraftRates.jsdraftsimFlorian Fischer2025-07-281-2/+11
|
* configure blog directory indexFlorian Fischer2025-07-031-1/+1
|
* fix linkable rules and support nestingFlorian Fischer2025-07-031-1/+1
|
* move wasm_exec.js to js subdirFlorian Fischer2025-07-031-3/+3
|
* add boss overview pagesFlorian Fischer2025-07-031-3/+23
|
* copy JS files and do not include card listings titleFlorian Fischer2025-07-031-3/+2
|
* add rss feedFlorian Fischer2025-05-181-1/+9
|
* specify the language of the rulesFlorian Fischer2025-05-181-1/+1
|
* make rules in html linkableFlorian Fischer2025-05-181-1/+12
|
* improve wasm support during build timeFlorian Fischer2025-04-101-2/+5
| | | | | 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-271-7/+12
|
* update pandoc flags for embedding pictures in the htmlFlorian Fischer2022-12-281-1/+1
|
* 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: add script generating hoverable card links with image previewsFlorian Fischer2021-12-081-8/+17
|
* add blog post about economy piecesFlorian Fischer2021-12-071-2/+7
|
* [html] add decks page and cleanup makefileFlorian Fischer2021-12-061-14/+9
|
* [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
|
* add simple web toolsFlorian Fischer2021-04-021-1/+6
|
* 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-281-3/+4
|
* add en and de card listings to web pageFlorian Fischer2021-03-271-20/+49
|
* fix sidebar overlapping with main content and remove white spaceFlorian Fischer2021-03-251-1/+1
|
* add YAML links to cards html pageFlorian Fischer2021-03-251-0/+1
|
* [html] fix rules creationFlorian Fischer2021-03-071-8/+15
|
* [html] generate cards listingFlorian Fischer2021-03-011-14/+51
|
* [html] add pandoc template using a sidebar for the tocFlorian Fischer2021-02-241-5/+4
|
* add simple website to make muhq's game more accessibleFlorian Fischer2021-02-201-0/+35
TODO: show all cards on the website