CLI tool to import your articles to Plume (experimental)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Baptiste Gelez dad33831db Merge branch 'master' of github.com:Plume-org/amsterdam 5 years ago
src New Plume API: no more canapi + Better error handling 5 years ago
tests/md First commit 5 years ago
.env New Plume API: no more canapi + Better error handling 5 years ago
.gitignore First commit 5 years ago
Cargo.lock New Plume API: no more canapi + Better error handling 5 years ago
Cargo.toml New Plume API: no more canapi + Better error handling 5 years ago
Dockerfile Add multi-stage docker file for build/run of amsterdam 5 years ago
README.md Remove note about post-api 5 years ago
rust-toolchain New Plume API: no more canapi + Better error handling 5 years ago

README.md

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