1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00
Pelican package for Yunohost
Find a file
2022-03-29 20:04:28 +02:00
.github Apply last example_ynh 2022-03-26 16:25:25 +01:00
conf Apply last example_ynh 2022-03-26 16:25:25 +01:00
doc Apply last example_ynh 2022-03-26 16:25:25 +01:00
scripts Update restore 2022-03-29 01:30:47 +02:00
sources Apply last example_ynh 2022-03-26 16:25:25 +01:00
check_process Update check_process 2022-03-27 12:51:30 +02:00
LICENSE Apply last example_ynh 2022-03-26 16:25:25 +01:00
manifest.json Update manifest.json 2022-03-27 12:47:08 +02:00
README.md Auto-update README 2022-03-27 10:47:16 +00:00
README_fr.md Auto-update README 2022-03-27 10:47:16 +00:00

Pelican for YunoHost

Integration level
Install Pelican with YunoHost

Lire ce readme en français.

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.

Overview

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: 1.0~ynh2

Documentation and resources

Developer info

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