Add posts, categories, category, tags, tag, and collection layouts

Replace sample pages with hard coded HTML and Liquid in favor of a layout that does all the heavy lifting. Assign the appropriate `layout` via YAML Front Matter and away you go.
This commit is contained in:
Michael Rose
2018-03-20 12:45:28 -04:00
parent 2463b55c4c
commit d6605146ac
13 changed files with 246 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
layout: archive
title: "Recipes"
permalink: /recipes/
permalink: /recipes-archive/
author_profile: false
---