diff --git a/.forestry/front_matter/templates/new-blog.yml b/.forestry/front_matter/templates/new-blog.yml index edd9752..8e09394 100644 --- a/.forestry/front_matter/templates/new-blog.yml +++ b/.forestry/front_matter/templates/new-blog.yml @@ -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 diff --git a/.forestry/settings.yml b/.forestry/settings.yml index c36a443..0c452d9 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -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 diff --git a/src/pages/my-new-post.md b/src/pages/my-new-post.md new file mode 100644 index 0000000..7e2005b --- /dev/null +++ b/src/pages/my-new-post.md @@ -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 + +![](https://picsum.photos/id/237/536/354) \ No newline at end of file diff --git a/src/pages/new-post..md b/src/pages/new-post..md index be00664..730f2d7 100644 --- a/src/pages/new-post..md +++ b/src/pages/new-post..md @@ -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**. \ No newline at end of file +This editor is **nice**. + +Mobile could use some work. \ No newline at end of file diff --git a/src/pages/new-post.md b/src/pages/new-post.md new file mode 100644 index 0000000..2bb861f --- /dev/null +++ b/src/pages/new-post.md @@ -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 + +![](https://picsum.photos/id/1060/536/354?blur=2) + +great news. \ No newline at end of file