CLI tool to import your articles to Plume (experimental)
Find a file
2019-04-21 13:56:48 +01:00
src New Plume API: no more canapi + Better error handling 2019-04-21 13:53:01 +01:00
tests/md First commit 2018-11-06 16:53:36 +01:00
.env New Plume API: no more canapi + Better error handling 2019-04-21 13:53:01 +01:00
.gitignore First commit 2018-11-06 16:53:36 +01:00
Cargo.lock New Plume API: no more canapi + Better error handling 2019-04-21 13:53:01 +01:00
Cargo.toml New Plume API: no more canapi + Better error handling 2019-04-21 13:53:01 +01:00
Dockerfile Add multi-stage docker file for build/run of amsterdam 2019-01-09 19:30:24 +00:00
README.md Remove note about post-api 2018-12-25 11:43:43 +01:00
rust-toolchain New Plume API: no more canapi + Better error handling 2019-04-21 13:53:01 +01:00

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 article
  • subtitle: its subtitle
  • tags: a comma-separated list of tags
  • date: the creation date of this article, in the YEAR-MONTH-DAY format