Compare commits
10 commits
6f725df33d
...
96e8003824
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96e8003824 | ||
|
|
2026c8f1e3 | ||
|
|
c777295423 | ||
|
|
36edea22b4 | ||
|
|
6474631740 | ||
|
|
20e1aefce0 | ||
|
|
b89cbb734f | ||
|
|
d8c7881899 | ||
|
|
646974d7a7 | ||
|
|
16fa9fc981 |
5 changed files with 46 additions and 5 deletions
|
|
@ -17,5 +17,6 @@ fields:
|
||||||
required: true
|
required: true
|
||||||
default: '2015-05-01T22:12:03.284Z'
|
default: '2015-05-01T22:12:03.284Z'
|
||||||
pages:
|
pages:
|
||||||
- src/pages/second-post.20190425141804
|
- src/pages/new-post.md
|
||||||
|
- src/pages/my-new-post.md
|
||||||
- src/pages/new-post..md
|
- src/pages/new-post..md
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
new_page_extension: md
|
new_page_extension: md
|
||||||
auto_deploy: false
|
auto_deploy: false
|
||||||
admin_path:
|
admin_path: "/"
|
||||||
webhook_url:
|
webhook_url:
|
||||||
sections:
|
sections:
|
||||||
- type: directory
|
- type: directory
|
||||||
|
|
@ -9,12 +9,16 @@ sections:
|
||||||
label: New Blog
|
label: New Blog
|
||||||
create: documents
|
create: documents
|
||||||
match: "**/*.md"
|
match: "**/*.md"
|
||||||
new_doc_ext: '20190425141804'
|
exclude: md
|
||||||
|
new_doc_ext: md
|
||||||
|
templates:
|
||||||
|
- new-blog
|
||||||
upload_dir: uploads
|
upload_dir: uploads
|
||||||
public_path: "/uploads"
|
public_path: "/uploads"
|
||||||
front_matter_path: ''
|
front_matter_path: ''
|
||||||
use_front_matter_path: false
|
use_front_matter_path: false
|
||||||
file_template: ":filename:"
|
file_template: ":filename:"
|
||||||
|
instant_preview: true
|
||||||
build:
|
build:
|
||||||
preview_command: gatsby build
|
preview_command: gatsby build
|
||||||
publish_command: gatsby build
|
publish_command: gatsby build
|
||||||
|
|
|
||||||
16
src/pages/my-new-post.md
Normal file
16
src/pages/my-new-post.md
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: My New Post
|
||||||
|
date: '2015-05-01T22:12:03.284Z'
|
||||||
|
|
||||||
|
---
|
||||||
|
# This is my new Post
|
||||||
|
|
||||||
|
_about things_
|
||||||
|
|
||||||
|
I like a lot of things
|
||||||
|
|
||||||
|
* pastromi
|
||||||
|
* hamburger
|
||||||
|
* pinini
|
||||||
|
|
||||||
|

|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: New Post
|
title: Hi friends
|
||||||
date: '2019-04-25T22:12:03.284Z'
|
date: '2019-04-25T22:12:03.284Z'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -10,3 +10,5 @@ This is a New Post
|
||||||
_using forestry.io_
|
_using forestry.io_
|
||||||
|
|
||||||
This editor is **nice**.
|
This editor is **nice**.
|
||||||
|
|
||||||
|
Mobile could use some work.
|
||||||
18
src/pages/new-post.md
Normal file
18
src/pages/new-post.md
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
title: Posting like a Boss
|
||||||
|
date: '2015-05-01T22:12:03.284Z'
|
||||||
|
|
||||||
|
---
|
||||||
|
# Banging out Posts like a boss
|
||||||
|
|
||||||
|
Another one straight from forestry.io
|
||||||
|
|
||||||
|
instant
|
||||||
|
|
||||||
|
not quite, but close
|
||||||
|
|
||||||
|
> Dont quote me on that
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
great news.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue