update sections

DJ committed Sep 20, 2018
commit 2cd94bd906bfd6d6a3cb2eca57d38817f199fff2
Showing 1 changed file with 12 additions and 11 deletions
.forestry/settings.yml +12 -11
@@ @@ -4,6 +4,11 @@ auto_deploy: true
admin_path: "/admin"
webhook_url:
sections:
+ - type: document
+ path: portfolio/index.md
+ label: Homepage
+ templates:
+ - settings
- type: directory
path: portfolio/works
label: Works
@@ @@ -19,20 +24,16 @@ sections:
templates:
- journal
- type: heading
- label: Theme settings
- - type: directory
- path: portfolio
- label: General
- create: none
- match: index.md
- templates:
- - settings
+ label: Data
+ - type: document
+ path: portfolio/config.json
+ label: Site Config
upload_dir: portfolio/.vuepress/public/upload
public_path: "/upload"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
- preview_command: "npm run site:build"
- publish_command: "npm run site_build"
- output_directory: "portfolio/.vuepress/dist"
\ No newline at end of file
+ preview_command: npm run site:build
+ publish_command: npm run site_build
+ output_directory: portfolio/.vuepress/dist
\ No newline at end of file