summaryrefslogtreecommitdiff
path: root/source/_posts
diff options
context:
space:
mode:
Diffstat (limited to 'source/_posts')
-rw-r--r--source/_posts/custom-404-page.md2
-rw-r--r--source/_posts/customizing-your-site.md2
-rw-r--r--source/_posts/fuse-search.md2
-rw-r--r--source/_posts/getting-started.md2
-rw-r--r--source/_posts/mailchimp-newsletters.md2
-rw-r--r--source/_posts/my-first-blog-post.md1
6 files changed, 6 insertions, 5 deletions
diff --git a/source/_posts/custom-404-page.md b/source/_posts/custom-404-page.md
index 6ae28c5..5bf2404 100644
--- a/source/_posts/custom-404-page.md
+++ b/source/_posts/custom-404-page.md
@@ -4,7 +4,7 @@ section: content
title: Custom 404 Pages
date: 2018-12-23
description: Add a custom 404 page is easy with Jigsaw
-categories: [feature]
+tags: [PHP]
---
This starter template includes a custom __404 Not Found__ error page, located at `/source/404.blade.php`. [To preview the 404 page](/404), you can visit `/404` in your browser.
diff --git a/source/_posts/customizing-your-site.md b/source/_posts/customizing-your-site.md
index aaf2850..8ff7e2c 100644
--- a/source/_posts/customizing-your-site.md
+++ b/source/_posts/customizing-your-site.md
@@ -4,7 +4,7 @@ section: content
title: Customizing Your Site
date: 2018-12-24
description: Customize your site with CSS and JS
-categories: [PHP, MySQL]
+tags: [PHP, MySQL]
featured: true
excerpt: This starter template comes pre-loaded with Tailwind CSS, a utility CSS framework that allows you to customize and build complex designs without touching a line of CSS.
---
diff --git a/source/_posts/fuse-search.md b/source/_posts/fuse-search.md
index d469c81..5ff6ded 100644
--- a/source/_posts/fuse-search.md
+++ b/source/_posts/fuse-search.md
@@ -5,7 +5,7 @@ title: Fuse Search
date: 2018-12-22
description: Fast local search powered by FuseJS
cover_image: /assets/img/post-cover-image-1.png
-categories: [feature]
+tags: [PHP, MySql]
---
To provide fast, local search of your blog, this starter template comes with a pre-built Vue.js component that uses Fuse.js. [Fuse.js](http://fusejs.io/) is a "lightweight fuzzy-search library with _no_ dependencies." It works by running queries against a JSON index of your content.
diff --git a/source/_posts/getting-started.md b/source/_posts/getting-started.md
index 1b378a9..085a8af 100644
--- a/source/_posts/getting-started.md
+++ b/source/_posts/getting-started.md
@@ -6,7 +6,7 @@ date: 2018-12-25
description: Getting started with the Jigsaw blog starter template
cover_image: /assets/img/post-cover-image-2.png
featured: true
-categories: [Configuration]
+tags: [PHP]
---
This is a starter template for creating a beautiful, customizable blog with minimal effort. You’ll only have to change a few settings and you’re ready to go.<!-- more -->
diff --git a/source/_posts/mailchimp-newsletters.md b/source/_posts/mailchimp-newsletters.md
index b631f6a..13dac5d 100644
--- a/source/_posts/mailchimp-newsletters.md
+++ b/source/_posts/mailchimp-newsletters.md
@@ -3,7 +3,7 @@ extends: _layouts.post
section: content
title: Mailchimp Newsletters
date: 2018-11-21
-categories: [feature]
+tags: [MySql]
description: Mailchimp newsletter signups, just add a url.
cover_image: /assets/img/post-cover-image-1.png
---
diff --git a/source/_posts/my-first-blog-post.md b/source/_posts/my-first-blog-post.md
index e3171ac..c837875 100644
--- a/source/_posts/my-first-blog-post.md
+++ b/source/_posts/my-first-blog-post.md
@@ -5,6 +5,7 @@ title: My First Blog Post
date: 2017-03-23
description: This is your first blog post.
cover_image: /assets/img/post-cover-image-2.png
+tags: [php]
---
This is the start of your first blog post.