Skip to content

RickCogley/hibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

hibana

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.

Usage

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.

css_banner.ts

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.",
}));

shuffle.ts

import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts";

site.use(shuffle());

About

Hibana are little sparks, Helpers for Lume SSG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published