cobalt.rs icon indicating copy to clipboard operation
cobalt.rs copied to clipboard

Static site generator written in Rust

Results 95 cobalt.rs issues
Sort by recently updated
recently updated
newest added

hugo offers this as an alternative to markdown: https://gohugo.io/content-management/formats#additional-formats-through-external-helpers

enhancement

> `sass-rs` has been deprecated | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `sass-rs` | | Version | `0.2.2` | |...

This is created from #254. Options - `site.bust_cache` variable that is a timestamp of when the program is run - `asset..bust_cache` variable that is checksum of the asset - This...

enhancement
question

I want to integrate lunr.js to search our site like https://booyaa.wtf/2017/adding-search-to-your-cobalt-site-part-two/. To do this I need to create a json index. I see there is `collections.posts.pages`, but we don't have...

enhancement

With enabled syntax highlighting, Cobalt now compiles: ``` hello ``` ... to: ```HTML ...hello ``` This is not complaint with Markdown and HTML5, which state that: - ` ``` `...

bug

It aims to be configurable through lua scripting and has "blueprints" instead of themes See https://news.ycombinator.com/item?id=31390220

question

I tried both $$ ... $$ and \( ... \) without success.

enhancement

https://pikchr.org/home/doc/trunk/homepage.md

enhancement

Maintainer's notes - [x] Date from filename - [x] Update dates on `cobalt publish` - [ ] Inferring modified time from git --- I know this is possible and I'm...

enhancement

It would be cool to be able to output the time it took to build a single file and the whole project.

enhancement