1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/config
Jonathan Coates 178126725e
Add more eldritch horrors to the build system
- Add a basic data exporter to the test mod, run via a /ccexport
   command. This dumps all of CC's recipes, and the item icons needed to
   display those recipes.

 - Post-process our illuaminate HTML, applying several transforms:
    - Apply syntax highlighting to code blocks. We previously did this
      at runtime, so this shaves some bytes off the bundle.

    - Convert a mc-recipe custom element into a recipe grid using
      react/react-dom.

 - Add a recipe to the speaker page. I'll probably clean this up in the
   future (though someone else is free to too!), but it's a nice
   start and proof-of-concept.

I tried so hard here to use next.js and MDX instead of rolling our own
solution again, but it's so hard to make it play well with "normal"
Markdown, which isn't explicitly written for MDX.
2022-06-01 00:48:36 +01:00
..
checkstyle Add more eldritch horrors to the build system 2022-06-01 00:48:36 +01:00
gitpod Minor dockerfile tweaks 2021-06-12 21:38:01 +01:00
idea Add a pre commit hook to lint code 2021-04-28 21:24:27 +01:00
license Add a little bit of source code checking to Gradle 2019-06-08 00:28:03 +01:00
pre-commit Add speaker support to the documentation website 2021-12-21 22:20:57 +00:00