/linkstamp

Static bookmark page generator

Primary LanguageRustApache License 2.0Apache-2.0

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