Skip to content

ckunte/chisel.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chisel.rs

chisel is a static site generator, and a port of its python sibling.

Under $HOME/Sites, chisel expects the following folders:

  • bare with minijinja compliant templates
  • notes with markdown files (with extension, say, .md)

A typical note format is as follows:

Title
2021-04-15 21:52

This is now the body of the post. By default, the body is evaluated and parsed with markdown.

Another line.

Markdown parser is comrak, and supports markdown extension features, viz., footnotes, fenced code, smartypants, and tables.

All raw HTML is omitted. For instance <figure> block will be removed and so on. Any HTML block like details may also be omitted. Hence avoid using raw HTML blocks within notes.

About

chisel is a static site generator in Rust

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages