Read this README in other languages.
This package allows you to install Pelican quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Pelican is a static site generator written in Python.
- Compose content in Markdown_ or reStructuredText_ using your editor of choice
- Simple command-line tool (re)generates HTML, CSS, and JS from your source content
- Easy to interface with version control systems and web hooks
- Completely static output is simple to host anywhere
Shipped version: 4.9.1~ynh1
- Official app website: https://blog.getpelican.com
- Official admin documentation: https://docs.getpelican.com/en/latest/index.html
- Upstream app code repository: https://github.com/getpelican/pelican
- YunoHost Store: https://apps.yunohost.org/app/pelican
- Report a bug: https://github.com/YunoHost-Apps/pelican_ynh/issues
Please send your pull request to the testing
branch.
To try the testing
branch, please proceed like that:
sudo yunohost app install https://github.com/YunoHost-Apps/pelican_ynh/tree/testing --debug
or
sudo yunohost app upgrade pelican -u https://github.com/YunoHost-Apps/pelican_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps