diff --git a/_config.yml b/_config.yml index 3222e74..8bead65 100644 --- a/_config.yml +++ b/_config.yml @@ -84,7 +84,7 @@ prose: element: text label: category type: text - placeholder: useful | entertaining | motivational | dev + placeholder: productivity | entertaining | motivational | technology _drafts: - name: "published" field: @@ -114,7 +114,7 @@ prose: element: text label: category type: text - placeholder: useful | entertaining | motivational | dev + placeholder: productivity | entertaining | motivational | technology # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. diff --git a/_layouts/category.html b/_layouts/category.html new file mode 100644 index 0000000..9086932 --- /dev/null +++ b/_layouts/category.html @@ -0,0 +1,5 @@ +--- +layout: default +--- + +{{content}} diff --git a/_layouts/home.html b/_layouts/home.html index aa0dcbc..0f254ea 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,7 +4,6 @@ layout: default