gregzanch / gregzanch/gregzan.ch
Create blog site
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I want to create some sort of blog scheme. It would be cool to have some sort of workflow that converted all the following:
- markdown
- code snippets
- [typst](https://github.com/typst/typst)
- other interactive bits
in to one cohesive blog post.
So for example, if I want to write write about the 1d wave equation, I can use `typst` to write the equations, markdown to format the text, code snippets to show implementation, and basic webgl bits to show the result.
Another way I could go about doing this would be to have [typst](https://github.com/typst/typst) as the main structure, and insert interactive bits and code snippets into the [typst](https://github.com/typst/typst) files.
The above approach seems the coolest so that's what ill go with
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.