From 14fc25100e51fcb6987f6ad91ac6592e413ee383 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 Mar 2022 19:01:14 +0100 Subject: [PATCH] in --- {content => in/articles}/first.en.rst | 0 {content => in/articles}/first.fr.rst | 0 {content => in}/pages/about.rst | 0 settings.py | 1 + 4 files changed, 1 insertion(+) rename {content => in/articles}/first.en.rst (100%) rename {content => in/articles}/first.fr.rst (100%) rename {content => in}/pages/about.rst (100%) diff --git a/content/first.en.rst b/in/articles/first.en.rst similarity index 100% rename from content/first.en.rst rename to in/articles/first.en.rst diff --git a/content/first.fr.rst b/in/articles/first.fr.rst similarity index 100% rename from content/first.fr.rst rename to in/articles/first.fr.rst diff --git a/content/pages/about.rst b/in/pages/about.rst similarity index 100% rename from content/pages/about.rst rename to in/pages/about.rst diff --git a/settings.py b/settings.py index 5ade778..645ef38 100644 --- a/settings.py +++ b/settings.py @@ -7,6 +7,7 @@ DEFAULT_METADATA = { 'status': 'draft', } +PATH = 'in' THEME = 'themes/pelican-twitchy' DELETE_OUTPUT_DIRECTORY = True