CLI tool to import your articles to Plume (experimental)
src | ||
tests/md | ||
.env | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
README.md | ||
rust-toolchain |
Amsterdam
Import tool for Plume.
Installing
Clone this repository and run:
cargo install --path .
Importing Markdown files
amsterdam md article1.md article2.md articles/*.md
Amsterdam will ask you for your instance URL, username and password on first run.
The following frontmatter fields are supported:
title
: the title of your articlesubtitle
: its subtitletags
: a comma-separated list of tagsdate
: the creation date of this article, in theYEAR-MONTH-DAY
format