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