From 476151ac8bf242a21a81d6aebe079b7acfca2ea9 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 29 Oct 2023 16:04:04 +0000
Subject: [PATCH] drop forestry config

---
 /dev/null |   44 --------------------------------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/exampleSite/.forestry/front_matter/templates/page.yml b/exampleSite/.forestry/front_matter/templates/page.yml
deleted file mode 100644
index 4268f54..0000000
--- a/exampleSite/.forestry/front_matter/templates/page.yml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-label: Page
-hide_body: false
-fields:
-- type: text
-  name: title
-  label: Title
-  config:
-    required: true
-- type: number
-  name: weight
-  label: Page Rank
-  description: Determines the position of the page on the left sidebar <em>(optional)</em>
-- name: description
-  type: text
-  config:
-    required: false
-  label: Summary
-  description: Enter a custom summary <em>(optional)</em>
-- name: draft
-  type: boolean
-  label: Unpublish
-  description: Mark as draft
diff --git a/exampleSite/.forestry/settings.yml b/exampleSite/.forestry/settings.yml
deleted file mode 100644
index bc1f241..0000000
--- a/exampleSite/.forestry/settings.yml
+++ /dev/null
@@ -1,44 +0,0 @@
----
-new_page_extension: md
-auto_deploy: false
-admin_path: 
-webhook_url: 
-sections:
-- type: heading
-  label: CONFIG
-- type: document
-  path: exampleSite/hugo.toml
-  label: Settings
-- type: heading
-  label: PAGES
-- type: directory
-  path: exampleSite/content
-  label: Pages
-  create: all
-  match: "*"
-  templates:
-  - page
-- type: heading
-  label: DOCS PAGES
-- type: directory
-  path: exampleSite/content/docs
-  label: Docs
-  create: all
-  match: "**/*"
-  templates:
-  - page
-upload_dir: exampleSite/static/images
-public_path: "/images"
-front_matter_path: ''
-use_front_matter_path: false
-file_template: ":filename:"
-build:
-  preview_env:
-  - HUGO_ENV=staging
-  - HUGO_VERSION=0.75.1
-  preview_output_directory: public
-  preview_docker_image: forestryio/hugo:latest
-  mount_path: "/srv"
-  working_dir: "/srv"
-  instant_preview_command: hugo server -D -E -F --renderToDisk -d public
-version: 0.75.1

--
Gitblit v1.10.0