Add: README.md
This commit is contained in:
parent
bd83d43425
commit
654b790fcb
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Typssg
|
||||
|
||||
This project interfaces with the Typst Rust library to modify the HTML render to be better suited for static site generation. Namely:
|
||||
|
||||
- Giving each header a proper slug id (header "Hello, world!" gets id="hello-world")
|
||||
- Generating an `outline.html` which includes the document's header hierarchy as a list
|
||||
- Removing the entire html header, leaving only the inside of the body without the `<body>` tag so that it can be better inserted into a webserver html template.
|
||||
- Prepending some Typst redefinitions for better rendering
|
||||
|
||||
This project is not too generalized, as I made it for another project I'm working on. I intend to flesh out the features of this project in the future.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue