2 Commits

Author SHA1 Message Date
martinbydefault
6e4c4a70a7 added prompt to choose title, tag is added to allowed-tags 2017-08-03 00:44:21 -03:00
John Ramsden
f3ae3c251d
Created 'createtag' script to create tag pages.
Running the script from the root directory of the project will create a tag page in 'pages/tags'
for every parameter input into the script and tag_${tag}.md will contain the following.

---
title: "${tag} Posts"
tagName: ${tag}
search: exclude
permalink: tag_${tag}.html
sidebar: mydoc_sidebar
hide_sidebar: true
folder: tags
---

{% include taglogic.html %}

{% include links.html %}

It should be easy to replace this with altered content if it is unsatisfactory.
2017-07-27 19:13:37 -07:00