https://github.com/gdquest/process-course-utils
A set of utilities to process courses and godot projects. Intended for use within the GDQuest team
https://github.com/gdquest/process-course-utils
Last synced: 3 months ago
JSON representation
A set of utilities to process courses and godot projects. Intended for use within the GDQuest team
- Host: GitHub
- URL: https://github.com/gdquest/process-course-utils
- Owner: GDQuest
- License: mit
- Created: 2023-11-02T18:14:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:11:53.000Z (4 months ago)
- Last Synced: 2024-12-18T14:24:25.424Z (4 months ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Build tools
This toolset require Deno 2.x or later to run.
A set of tools to render markdown files and handle frontmatter.
Doesn't do anything by itself, but provides facilities to build GDQuest courses and knowledge bases.
Occasionally relies on the [product packager](https://github.com/GDQuest/product-packager/) to preformat markdown files.
It provides facilities to export HTML from markdown files, and to generate a JSON index of the content.
Currently, its html export is sub-par because it is missing a number of features present in the website builder; but long-term, we should be able to export html 100% from this builder without relying on Next's build system.