Crates.io | campfire |
lib.rs | campfire |
version | 1.1.0 |
source | src |
created_at | 2021-04-11 19:29:58.29986 |
updated_at | 2022-08-08 16:25:36.403121 |
description | A tiny static site generator, greatly inspired by Zola. |
homepage | |
repository | https://github.com/mabako/campfire |
max_upload_size | |
id | 382125 |
size | 56,421 |
A tiny static site generator, greatly inspired by Zola.
Inspired by Tom Critchlow's article on Building a Digital Garden, there's three distinct concepts of information flows:
While my personal notes are, for a lack of public access, not quite a digital garden, I very much would benefit from bringing my blog and my notes closer together.
The result is 🏕 Campfire: a tool to stitch my collection of notes into more worthwhile, more curated stories to share.
With a few minor, Markdown-related inconveniences where GitHub Flavored Markdown doesn't support footnotes, this also allows me to view (and presumably edit) my notes on GitHub.
I'm writing my notes in Obsidian, which is for the most part somewhat reasonably formatted markdown, if you disable wiki-like links.
That said, 🏕 Campfire is reasonably tool-independent, although certain choices have been made with my personal tools in mind:
.campfire
, which is invisible within Obsidian.^[my footnote]
are reasonably well-supported and are perhaps the biggest deviation from standard markdown that I'm currently actively using.For the example-vault
included, building should be as straightforward as:
cargo install campfire
campfire -b example-vault build