From d1d39dd67eaf12d0dcf29a4cf5776aa793916dd8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 May 2022 17:59:03 +0200 Subject: [PATCH] Fix --- config_panel.toml.example => config_panel.toml | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename config_panel.toml.example => config_panel.toml (77%) diff --git a/config_panel.toml.example b/config_panel.toml similarity index 77% rename from config_panel.toml.example rename to config_panel.toml index cb4106f..9e682dc 100644 --- a/config_panel.toml.example +++ b/config_panel.toml @@ -10,10 +10,10 @@ name = "Pico configuration" ask = "Website title" type = "string" help = "Customise the title of your website" - bind = "site_title:/var/www/__APP__/config/config.yml" + bind = "site_title:__FINALPATH__/config/config.yml" [main.config.theme] ask = "Website theme" choices = ["default", "bitsandpieces", "cutter"] help = "Customise the theme of your website" - bind = "theme:/var/www/__APP__/config/config.yml" + bind = "theme:__FINALPATH__/config/config.yml" diff --git a/manifest.json b/manifest.json index 75c11e2..d3b0e87 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "Stupidly simple, blazing fast, flat file CMS", - "fr": "Stupidly simple, blazing fast, flat file CMS" + "fr": "CMS incroyablement simple et rapide comme l'éclair" }, "version": "3.0.0~ynh1", "url": "https://picocms.org/",