diff --git a/_drafts/YYYY-MM-DD-new-blog-template.md b/_drafts/YYYY-MM-DD-new-blog-template.md deleted file mode 100644 index 0540e9f..0000000 --- a/_drafts/YYYY-MM-DD-new-blog-template.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "What Is Git And How To Use It" -permalink: "/git-how-to" -description: "Let's talk about some reasons why joining Github is crucial for every developer." -keywords: "" -image: "git-github.jpg" -image-attrib: "" ---- diff --git a/_ideas/YYYY-MM-DD-new-blog-template.md b/_ideas/YYYY-MM-DD-new-blog-template.md new file mode 100644 index 0000000..d913b3d --- /dev/null +++ b/_ideas/YYYY-MM-DD-new-blog-template.md @@ -0,0 +1,8 @@ +--- +title: "Put Your Blog Title Here" +permalink: "/blog-url" +description: "Short description. Will be displayed when sharing blog post to Facebook." +keywords: "" +image: "path-to-featured-image.jpg" +image-attrib: "" +---