1
Fork 0
Static site generator written in Rust cobalt-org.github.io/
Find a file
2025-11-03 11:33:41 +01:00
.cargo chore: Ensure MSRV-aware resolver is used 2025-03-05 11:48:22 -06:00
.github chore(deps): Update Rust Stable to v1.91 (#1265) 2025-10-31 19:54:25 +00:00
contrib chore: Fix spelling errors 2021-08-02 09:31:12 -05:00
crates chore: Release 2025-10-01 14:26:13 -05:00
src RSS: Render a post's full content 2025-11-03 11:31:45 +01:00
tests feat: Add a 'css' theme for syntax highlighting 2025-09-29 20:43:39 +02:00
.clippy.toml chore(ci): Allow prelude wildcard imports 2024-04-26 11:36:19 -05:00
.editorconfig fix(tests): normalizing EOL management 2018-01-27 16:14:07 +00:00
.gitattributes fix(tests): normalizing EOL management 2018-01-27 16:14:07 +00:00
.gitignore chore: Add coverage folder to .gitignore 2025-09-29 21:00:57 +02:00
.pre-commit-config.yaml chore: Update from _rust/main template 2025-06-02 15:33:42 -05:00
.rustfmt.toml style: Update rustfmt 2018-03-03 20:55:04 -07:00
appveyor.yml chore(CI): Remove travis/appveyory support 2019-08-31 21:42:12 -06:00
Cargo.lock chore: Release 2025-10-01 14:26:13 -05:00
Cargo.toml chore: Release 2025-10-01 14:26:13 -05:00
CHANGELOG.md chore: Release 2025-10-01 14:26:13 -05:00
committed.toml chore: First step 2023-03-29 14:33:22 -05:00
CONTRIBUTING.md chore: Update from _rust/main template 2025-06-02 15:33:42 -05:00
deny.toml chore: Add license for libfuzzer 2025-09-18 13:39:37 -05:00
LICENSE-APACHE chore: First step 2023-03-29 14:33:22 -05:00
LICENSE-MIT chore: First step 2023-03-29 14:33:22 -05:00
README.md Add note to readme 2025-11-03 11:33:41 +01:00
release.toml chore: Update release process 2023-04-20 10:22:16 -05:00
typos.toml chore: Don't correct tak1n username 2024-04-15 11:30:02 -05:00

Cobalt


FORKED to adopt to my usage.

Current changes:

  • RSS feed render the full content of a post

A straightforward static site generator written in Rust.

Documentation