Hibana 火花 (lit "fire flowers") are little sparks, shareable Helpers and Filters for «Lume ルメ», the fast Deno SSG by Óscar Otero. 🙏🏻
With this repo I hope to learn more about Lume, Deno and typescript coding.
N.b. Github caches raw files for 10 min, so if you ever need the latest and don't want to wait, just "cache bust" it by appending $token=1
, $token=2
etc.
import cssBanner from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/css_banner.ts";
site.use(cssBanner({
message: "© This code belongs to ACME Inc.",
}));
import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts";
site.use(shuffle());