rsaarelm / linkstamp

Static bookmark page generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linkstamp static link page generator

Currently supports bookmark data in either IDM or TOML format.

See example-links files for how the data looks like.

Test use:

cargo run < example-links.idm > /tmp/links.html

TOML version:

cargo run -- --toml < example-links.toml > /tmp/links.html

About

Static bookmark page generator

License:Apache License 2.0


Languages

Language:Rust 59.8%Language:HTML 28.0%Language:Nix 12.2%