feat: add category placeholder for dev

This commit is contained in:
Ayo Ayco 2021-06-26 00:30:29 +08:00
parent 0d252101b1
commit 828d550b71

View file

@ -18,42 +18,41 @@ author: Ayo
attribution: "Ayo Ayco" attribution: "Ayo Ayco"
attribution-url: "https://AyoAyco.com" attribution-url: "https://AyoAyco.com"
bugreport_url: "https://github.com/fullhacker/blog/issues/new" bugreport_url: "https://github.com/fullhacker/blog/issues/new"
google_analytics: 'UA-113797180-1' google_analytics: "UA-113797180-1"
website: blog.ayoayco.com website: blog.ayoayco.com
email: ramon.aycojr+blog@gmail.com email: ramon.aycojr+blog@gmail.com
description: >- # this means to ignore newlines until "baseurl:" description: >- # this means to ignore newlines until "baseurl:"
// notes on technology and life // notes on technology and life
baseurl: "/" # the subpath of your site, e.g. /blog baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://blog.ayoayco.com" # the base hostname & protocol for your site, e.g. http://example.com url: "https://blog.ayoayco.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: ayoayco twitter_username: ayoayco
instagram_username: ayo.ayco instagram_username: ayo.ayco
facebook_username: ayoayco.blog facebook_username: ayoayco.blog
github_username: ayoayco github_username: ayoayco
# Build settings # Build settings
markdown: kramdown markdown: kramdown
theme: minima theme: minima
highighter: rouge highighter: rouge
plugins: plugins:
- jekyll-feed - jekyll-feed
defaults: defaults:
- - scope:
scope: path: ""
path: "" type: "posts"
type: "posts" values:
values: layout: post
layout: post author: Ayo Ayco
author: Ayo Ayco type: "post"
type: "post" excerpt_separator: <!--more-->
excerpt_separator: <!--more-->
# this goes inside _config.yml. Change as required # this goes inside _config.yml. Change as required
navigation: navigation:
- text: Home - text: Home
url: / url: /
- text: "About the Author" - text: "About the Author"
url: /about/ url: /about/
prose: prose:
metadata: metadata:
@ -86,7 +85,7 @@ prose:
element: text element: text
label: category label: category
type: text type: text
placeholder: useful | entertaining | motivational placeholder: useful | entertaining | motivational | dev
_drafts: _drafts:
- name: "published" - name: "published"
field: field:
@ -116,8 +115,7 @@ prose:
element: text element: text
label: category label: category
type: text type: text
placeholder: useful | entertaining | motivational placeholder: useful | entertaining | motivational | dev
# Exclude from processing. # Exclude from processing.
# The following items will not be processed, by default. Create a custom list # The following items will not be processed, by default. Create a custom list
# to override the default setting. # to override the default setting.