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
2024-06-23 14:12:49 +02:00
.github Apply last example_ynh 2022-03-26 16:25:25 +01:00
conf Improve UX: enable SSH and SFTP, add monitor service 2023-07-30 19:54:53 +02:00
doc cleaning 2023-12-27 14:47:27 +01:00
scripts cleaning 2023-12-27 14:50:50 +01:00
sources v2 2023-05-29 12:55:45 +02:00
ALL_README.md Update READMEs 2024-06-23 14:12:49 +02:00
LICENSE Apply last example_ynh 2022-03-26 16:25:25 +01:00
manifest.toml Update manifest.toml 2023-12-27 14:56:27 +01:00
README.md Update READMEs 2024-06-23 14:12:49 +02:00
README_es.md Update READMEs 2024-06-23 14:12:49 +02:00
README_eu.md Update READMEs 2024-06-23 14:12:49 +02:00
README_fr.md Auto-update README 2024-03-29 07:17:18 +01:00
README_gl.md Auto-update README 2024-03-29 07:17:18 +01:00
README_it.md Auto-update README 2024-03-29 07:17:18 +01:00
README_zh_Hans.md Update READMEs 2024-06-23 14:12:49 +02:00
tests.toml v2 2023-05-29 12:55:45 +02:00

Pelican for YunoHost

Integration level Working status Maintenance status

Install Pelican with YunoHost

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.

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: 4.9.1~ynh1

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