diff --git a/.forestry/front_matter/templates/plugin-template.yml b/.forestry/front_matter/templates/plugin-template.yml deleted file mode 100644 index 4abf3c6..0000000 --- a/.forestry/front_matter/templates/plugin-template.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -label: plugin template -hide_body: true -fields: -- type: text - name: id - label: id -- type: text - name: title - label: title -- type: file - name: image - label: image -- type: textarea - name: description - label: description -- type: text - name: url_github - label: url_github -- type: text - name: url_npm - label: url_npm -- type: text - name: url_demo - label: url_demo -pages: -- plugins/duet-date-picker.json -- plugins/granim.js-animated-gradients.json -- plugins/lax.js-powerful-parallax-engine.json -- plugins/letmescroll.js-scroll-made-easy.json -- plugins/tom-select-a-powerful-custom-multiselect.json diff --git a/.forestry/settings.yml b/.forestry/settings.yml deleted file mode 100644 index 2dc612d..0000000 --- a/.forestry/settings.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -new_page_extension: md -auto_deploy: false -admin_path: -webhook_url: -sections: -- type: directory - path: plugins - label: Plugins - create: documents - match: "**/*.json" - new_doc_ext: json -upload_dir: uploads -public_path: '' -front_matter_path: '' -use_front_matter_path: false -file_template: ":filename:" -build: - preview_output_directory: public - install_dependencies_command: npm install - preview_docker_image: forestryio/node:16 - mount_path: "/srv" - working_dir: "/srv" - instant_preview_command: npm run build