CLI tool to import your articles to Plume (experimental)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Baptiste Gelez dad33831db Merge branch 'master' of github.com:Plume-org/amsterdam il y a 5 ans
src New Plume API: no more canapi + Better error handling il y a 5 ans
tests/md First commit il y a 6 ans
.env New Plume API: no more canapi + Better error handling il y a 5 ans
.gitignore First commit il y a 6 ans
Cargo.lock New Plume API: no more canapi + Better error handling il y a 5 ans
Cargo.toml New Plume API: no more canapi + Better error handling il y a 5 ans
Dockerfile Add multi-stage docker file for build/run of amsterdam il y a 5 ans
README.md Remove note about post-api il y a 5 ans
rust-toolchain New Plume API: no more canapi + Better error handling il y a 5 ans

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