devto
Publish posts to Devto
To install, run nikola plugin -i devto
What is this?
This plugin can publish your Nikola content to your Devto site.
How to Use it
- Setup a Devto account.
- Install the plugin using
nikola plugin -i devto
- Get your API token from your Devto Settings Page
- Save the Client ID and Client Secret in
devto.json
like this:
{
"TOKEN": "<your_devto_token>",
}
- Run
nikola devto
At that point your posts with the "devto" metadata set to "yes" or "true" should be published. Any article that does not have "devtp" metadata, or is set to "false" will be skipped. This plugin is testing if your article was already published so don't worry for double posting.
Enjoy!
Requirements:
- pydevto (Python package)
- pypandoc (Python package)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.