We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb40c85 commit 417c144Copy full SHA for 417c144
.forestry/settings.yml
@@ -4,9 +4,18 @@ auto_deploy: false
4
admin_path:
5
webhook_url:
6
sections:
7
+- type: jekyll-posts
8
+ label: Posts
9
+ create: all
10
+ match: "**/*"
11
- type: jekyll-pages
12
label: Pages
13
create: all
14
+- type: directory
15
+ path: _projects
16
+ label: Projects
17
18
19
- type: directory
20
path: _talks
21
label: Talks
@@ -17,15 +26,6 @@ sections:
26
label: Demos
27
28
match: "**/*"
-- type: directory
- path: _projects
22
- label: Projects
23
- create: all
24
- match: "**/*"
25
-- type: jekyll-posts
- label: Posts
29
upload_dir: uploads
30
public_path: "/uploads"
31
front_matter_path: ''
0 commit comments