From 814b5df5d5d2f3aecffef94bd3df7e962fd4e34a Mon Sep 17 00:00:00 2001 From: jimafisk Date: Fri, 1 Jul 2022 11:01:49 -0400 Subject: [PATCH] Exclude theme content (#29). --- content/404.json | 9 +++++++++ plenti.json | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 content/404.json diff --git a/content/404.json b/content/404.json new file mode 100644 index 0000000..6f40953 --- /dev/null +++ b/content/404.json @@ -0,0 +1,9 @@ +{ + "title": "Sometimes we get lost, but that's okay.", + "articleBody": "The page you were looking for does not exist!", + "image": { + "src": "ethan-sykes-iISyBKOT2D0-unsplash.jpg", + "alt": "Unsplash Photo", + "citation": "Photo by Ethan Sykes on Unsplash" + } +} diff --git a/plenti.json b/plenti.json index 82ad314..5f46cdc 100755 --- a/plenti.json +++ b/plenti.json @@ -5,7 +5,10 @@ "theme_config": { "compendium": { "url": "https://github.com/plenti-themes/compendium", - "commit": "0d8efd14512633f3db1bf0d8f4f136132225e80d" + "commit": "7dd5f507ca8785b83d4bf2ef63cd9125a6a1dc42", + "exclude": [ + "content" + ] } }, "local": {