changed tags templates, tags logic, and config links

This commit is contained in:
kimcc
2020-02-09 21:38:15 -06:00
parent 53f2ace0f4
commit 29e8aa1632
6 changed files with 37 additions and 45 deletions

View File

@@ -5,7 +5,9 @@ theme = "noteworthy"
enableRobotsTXT = true
paginate = 4 # Set the number of posts to show before overflowing to the next page.
summaryLength = 10 # Configure how long the post summary should be on the homepage.
disableKinds = ["taxonomyTerm"]
[taxonomies]
tag = "tags"
[author]
name = "kimcc"
@@ -17,34 +19,34 @@ disableKinds = ["taxonomyTerm"]
# Add links to your accounts. Remove the ones you don't want to include.
# Main
email = ""
facebook = ""
twitter = ""
instagram = ""
tumblr = ""
reddit = ""
pinterest = ""
youtube = ""
weibo = ""
vk = ""
linkedin = ""
email = "#"
facebook = "#"
twitter = "#"
instagram = "#"
tumblr = "#"
reddit = "#"
pinterest = "#"
youtube = "#"
weibo = "#"
vk = "#"
linkedin = "#"
# Writing
medium = ""
blogger = ""
wordpress = ""
medium = "#"
blogger = "#"
wordpress = "#"
# Creative & Visual
dribbble = ""
behance = ""
deviantart = ""
flickr = ""
dribbble = "#"
behance = "#"
deviantart = "#"
flickr = "#"
# Programming
github = ""
stackoverflow = ""
gitlab = ""
codepen = ""
github = "#"
stackoverflow = "#"
gitlab = "#"
codepen = "#"
# Add your Disqus shortname here.
disqusShortname = ""

View File

@@ -1,5 +0,0 @@
---
type: section
date: 2019-05-28
layout: "tags"
---