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
|
||||
default: '2015-05-01T22:12:03.284Z'
|
||||
pages:
|
||||
- src/pages/second-post.20190425141804
|
||||
- src/pages/new-post.md
|
||||
- src/pages/my-new-post.md
|
||||
- src/pages/new-post..md
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
new_page_extension: md
|
||||
auto_deploy: false
|
||||
admin_path:
|
||||
admin_path: "/"
|
||||
webhook_url:
|
||||
sections:
|
||||
- type: directory
|
||||
|
|
@ -9,12 +9,16 @@ sections:
|
|||
label: New Blog
|
||||
create: documents
|
||||
match: "**/*.md"
|
||||
new_doc_ext: '20190425141804'
|
||||
exclude: md
|
||||
new_doc_ext: md
|
||||
templates:
|
||||
- new-blog
|
||||
upload_dir: uploads
|
||||
public_path: "/uploads"
|
||||
front_matter_path: ''
|
||||
use_front_matter_path: false
|
||||
file_template: ":filename:"
|
||||
instant_preview: true
|
||||
build:
|
||||
preview_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'
|
||||
|
||||
---
|
||||
|
|
@ -9,4 +9,6 @@ This is a New Post
|
|||
|
||||
_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