From cfc1d29d13322bc6ee5bedcfd8365940ff3ca01b Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 7 Dec 2018 21:25:38 -0800 Subject: [PATCH] Fix tags to make daniel happy Inspired by http://longqian.me/2017/02/09/github-jekyll-tag/ Fixes #2 --- Makefile | 11 ++++++++--- _config.yml | 2 +- _includes/collect-tags.html | 19 +++++++++++++++++++ _layouts/default.html | 4 ++++ generate-tags | 36 ++++++++++++++++++++++++++++++++++++ sync.sh | 4 ---- tag/ada.md | 6 ++++++ tag/aks.md | 6 ++++++ tag/alc.md | 6 ++++++ tag/amber.md | 6 ++++++ tag/async.md | 6 ++++++ tag/aviation.md | 6 ++++++ tag/azure.md | 6 ++++++ tag/california.md | 6 ++++++ tag/cicd.md | 6 ++++++ tag/clipper.md | 6 ++++++ tag/compost.md | 6 ++++++ tag/continuousdelivery.md | 6 ++++++ tag/copyleft.md | 6 ++++++ tag/croyfamilyfarms.md | 6 ++++++ tag/ctags.md | 6 ++++++ tag/cycling.md | 6 ++++++ tag/devops.md | 6 ++++++ tag/docker.md | 6 ++++++ tag/documentation.md | 6 ++++++ tag/elasticsearch.md | 6 ++++++ tag/epoll.md | 6 ++++++ tag/europe.md | 6 ++++++ tag/evergreen.md | 6 ++++++ tag/expressjs.md | 6 ++++++ tag/facter.md | 6 ++++++ tag/feathers.md | 6 ++++++ tag/feathersjs.md | 6 ++++++ tag/fire.md | 6 ++++++ tag/flying.md | 6 ++++++ tag/food.md | 6 ++++++ tag/fosdem.md | 6 ++++++ tag/fosdem2015.md | 6 ++++++ tag/freebsd.md | 6 ++++++ tag/garden.md | 6 ++++++ tag/german.md | 6 ++++++ tag/github.md | 6 ++++++ tag/gitops.md | 6 ++++++ tag/glade.md | 6 ++++++ tag/google.md | 6 ++++++ tag/gradle.md | 6 ++++++ tag/gradlegoodness.md | 6 ++++++ tag/groovy.md | 6 ++++++ tag/gsoc.md | 6 ++++++ tag/gtk.md | 6 ++++++ tag/gtkada.md | 6 ++++++ tag/hacksgiving.md | 6 ++++++ tag/homeowner.md | 6 ++++++ tag/hubboard.md | 6 ++++++ tag/infra.md | 6 ++++++ tag/infrastructure.md | 6 ++++++ tag/javaone.md | 6 ++++++ tag/javascript.md | 6 ++++++ tag/jenkins.md | 6 ++++++ tag/jenkinsworld.md | 6 ++++++ tag/jruby.md | 6 ++++++ tag/jrubyconfeu.md | 6 ++++++ tag/jrubygradle.md | 6 ++++++ tag/jvm.md | 6 ++++++ tag/kafka.md | 6 ++++++ tag/kubernetes.md | 6 ++++++ tag/linux.md | 6 ++++++ tag/lookout.md | 6 ++++++ tag/lookouteng.md | 6 ++++++ tag/management.md | 6 ++++++ tag/masochism.md | 6 ++++++ tag/maven.md | 6 ++++++ tag/minikube.md | 6 ++++++ tag/miscellaneous.md | 6 ++++++ tag/opendev.md | 6 ++++++ tag/openinfra.md | 6 ++++++ tag/opensource.md | 6 ++++++ tag/opinion.md | 6 ++++++ tag/personal.md | 6 ++++++ tag/pfsense.md | 6 ++++++ tag/pipeline.md | 6 ++++++ tag/postgresql.md | 6 ++++++ tag/presentation.md | 6 ++++++ tag/programming.md | 6 ++++++ tag/puppet.md | 6 ++++++ tag/puppetconf.md | 6 ++++++ tag/puppetlabs.md | 6 ++++++ tag/rain.md | 6 ++++++ tag/resin.md | 6 ++++++ tag/rspec.md | 6 ++++++ tag/ruby.md | 6 ++++++ tag/santarosa.md | 6 ++++++ tag/software.md | 6 ++++++ tag/sofware.md | 6 ++++++ tag/solo.md | 6 ++++++ tag/sonoma.md | 6 ++++++ tag/sonomafireinfo.md | 6 ++++++ tag/spi.md | 6 ++++++ tag/ssh.md | 6 ++++++ tag/startupsonomaco.md | 6 ++++++ tag/sysadmin.md | 6 ++++++ tag/testingautomation.md | 6 ++++++ tag/tor.md | 6 ++++++ tag/typescript.md | 6 ++++++ tag/unix.md | 6 ++++++ tag/vagrant-aws.md | 6 ++++++ tag/vagrant.md | 6 ++++++ tag/verspaetung.md | 6 ++++++ tag/vfrpilot.md | 6 ++++++ tag/vfrstudentpilot.md | 6 ++++++ tag/video.md | 6 ++++++ tag/vim.md | 6 ++++++ tag/visualvm.md | 6 ++++++ tag/writing.md | 6 ++++++ tag/yaml.md | 6 ++++++ tag/yurp.md | 6 ++++++ 116 files changed, 728 insertions(+), 8 deletions(-) create mode 100644 _includes/collect-tags.html create mode 100755 generate-tags delete mode 100755 sync.sh create mode 100644 tag/ada.md create mode 100644 tag/aks.md create mode 100644 tag/alc.md create mode 100644 tag/amber.md create mode 100644 tag/async.md create mode 100644 tag/aviation.md create mode 100644 tag/azure.md create mode 100644 tag/california.md create mode 100644 tag/cicd.md create mode 100644 tag/clipper.md create mode 100644 tag/compost.md create mode 100644 tag/continuousdelivery.md create mode 100644 tag/copyleft.md create mode 100644 tag/croyfamilyfarms.md create mode 100644 tag/ctags.md create mode 100644 tag/cycling.md create mode 100644 tag/devops.md create mode 100644 tag/docker.md create mode 100644 tag/documentation.md create mode 100644 tag/elasticsearch.md create mode 100644 tag/epoll.md create mode 100644 tag/europe.md create mode 100644 tag/evergreen.md create mode 100644 tag/expressjs.md create mode 100644 tag/facter.md create mode 100644 tag/feathers.md create mode 100644 tag/feathersjs.md create mode 100644 tag/fire.md create mode 100644 tag/flying.md create mode 100644 tag/food.md create mode 100644 tag/fosdem.md create mode 100644 tag/fosdem2015.md create mode 100644 tag/freebsd.md create mode 100644 tag/garden.md create mode 100644 tag/german.md create mode 100644 tag/github.md create mode 100644 tag/gitops.md create mode 100644 tag/glade.md create mode 100644 tag/google.md create mode 100644 tag/gradle.md create mode 100644 tag/gradlegoodness.md create mode 100644 tag/groovy.md create mode 100644 tag/gsoc.md create mode 100644 tag/gtk.md create mode 100644 tag/gtkada.md create mode 100644 tag/hacksgiving.md create mode 100644 tag/homeowner.md create mode 100644 tag/hubboard.md create mode 100644 tag/infra.md create mode 100644 tag/infrastructure.md create mode 100644 tag/javaone.md create mode 100644 tag/javascript.md create mode 100644 tag/jenkins.md create mode 100644 tag/jenkinsworld.md create mode 100644 tag/jruby.md create mode 100644 tag/jrubyconfeu.md create mode 100644 tag/jrubygradle.md create mode 100644 tag/jvm.md create mode 100644 tag/kafka.md create mode 100644 tag/kubernetes.md create mode 100644 tag/linux.md create mode 100644 tag/lookout.md create mode 100644 tag/lookouteng.md create mode 100644 tag/management.md create mode 100644 tag/masochism.md create mode 100644 tag/maven.md create mode 100644 tag/minikube.md create mode 100644 tag/miscellaneous.md create mode 100644 tag/opendev.md create mode 100644 tag/openinfra.md create mode 100644 tag/opensource.md create mode 100644 tag/opinion.md create mode 100644 tag/personal.md create mode 100644 tag/pfsense.md create mode 100644 tag/pipeline.md create mode 100644 tag/postgresql.md create mode 100644 tag/presentation.md create mode 100644 tag/programming.md create mode 100644 tag/puppet.md create mode 100644 tag/puppetconf.md create mode 100644 tag/puppetlabs.md create mode 100644 tag/rain.md create mode 100644 tag/resin.md create mode 100644 tag/rspec.md create mode 100644 tag/ruby.md create mode 100644 tag/santarosa.md create mode 100644 tag/software.md create mode 100644 tag/sofware.md create mode 100644 tag/solo.md create mode 100644 tag/sonoma.md create mode 100644 tag/sonomafireinfo.md create mode 100644 tag/spi.md create mode 100644 tag/ssh.md create mode 100644 tag/startupsonomaco.md create mode 100644 tag/sysadmin.md create mode 100644 tag/testingautomation.md create mode 100644 tag/tor.md create mode 100644 tag/typescript.md create mode 100644 tag/unix.md create mode 100644 tag/vagrant-aws.md create mode 100644 tag/vagrant.md create mode 100644 tag/verspaetung.md create mode 100644 tag/vfrpilot.md create mode 100644 tag/vfrstudentpilot.md create mode 100644 tag/video.md create mode 100644 tag/vim.md create mode 100644 tag/visualvm.md create mode 100644 tag/writing.md create mode 100644 tag/yaml.md create mode 100644 tag/yurp.md diff --git a/Makefile b/Makefile index d6735f7..905f116 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,14 @@ all: LANG="en_US.UTF-8" jekyll build -publish: +drafts: tags + LANG="en_US.UTF-8" jekyll serve --drafts + +tags: + ./generate-tags + +publish: tags find files -iname "*.png" -type f -exec pngcrush -ow -noforce -reduce {} \; jekyll build - rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/ - +.PHONY: all drafts tags publish diff --git a/_config.yml b/_config.yml index 3212142..899a2ad 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ gems: - jekyll-paginate lsi: false -exclude: ['README.markdown', 'drupal.rb', 'sync.sh', 'Makefile'] +exclude: ['README.markdown', 'drupal.rb', 'sync.sh', 'Makefile', 'generate-tags'] # Used for the RSS feed generator url: 'https://brokenco.de/' diff --git a/_includes/collect-tags.html b/_includes/collect-tags.html new file mode 100644 index 0000000..3990a45 --- /dev/null +++ b/_includes/collect-tags.html @@ -0,0 +1,19 @@ +{% assign rawtags = "" %} +{% for post in site.posts %} + {% assign ttags = post.tags | join:'|' | append:'|' %} + {% assign rawtags = rawtags | append:ttags %} +{% endfor %} +{% assign rawtags = rawtags | split:'|' | sort %} + +{% assign site.tags = "" %} +{% for tag in rawtags %} + {% if tag != "" %} + {% if tags == "" %} + {% assign tags = tag | split:'|' %} + {% endif %} + {% unless tags contains tag %} + {% assign tags = tags | join:'|' | append:'|' | append:tag | split:'|' %} + {% endunless %} + {% endif %} +{% endfor %} + diff --git a/_layouts/default.html b/_layouts/default.html index 3767856..e34b1c9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,3 +1,7 @@ +{% if site.tags != "" %} + {% include collect-tags.html %} +{% endif %} + diff --git a/generate-tags b/generate-tags new file mode 100755 index 0000000..105eb0a --- /dev/null +++ b/generate-tags @@ -0,0 +1,36 @@ +#!/usr/bin/env python + +import glob +import os +import re + +post_dir = '_posts/' +tag_dir = 'tag/' + +total_tags = [] +for filename in glob.glob(post_dir + '*.md'): + matcher = r'^tags:$' + with open(filename, 'r') as fd: + tagged_line = False + for line in fd.xreadlines(): + if tagged_line: + if line.startswith('---'): + tagged_line = False + else: + total_tags.append(line[1:].strip()) + if re.match(matcher, line): + tagged_line = True + +total_tags = set(total_tags) + +for tag in glob.glob(tag_dir + '*.md'): + os.remove(tag) + +if not os.path.exists(tag_dir): + os.makedirs(tag_dir) + +for tag in total_tags: + tag_filename = tag_dir + tag + '.md' + with open(tag_filename, 'w+') as fd: + fd.write('---\nlayout: tag_page\ntitle: \"Tag: ' + tag + '\"\ntag: ' + tag + '\nrobots: noindex\n---\n') +print("Tags generated, count", total_tags.__len__()) diff --git a/sync.sh b/sync.sh deleted file mode 100755 index 8c9efa3..0000000 --- a/sync.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/ - diff --git a/tag/ada.md b/tag/ada.md new file mode 100644 index 0000000..82e5780 --- /dev/null +++ b/tag/ada.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: ada" +tag: ada +robots: noindex +--- diff --git a/tag/aks.md b/tag/aks.md new file mode 100644 index 0000000..66bb075 --- /dev/null +++ b/tag/aks.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: aks" +tag: aks +robots: noindex +--- diff --git a/tag/alc.md b/tag/alc.md new file mode 100644 index 0000000..a6b9fce --- /dev/null +++ b/tag/alc.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: alc" +tag: alc +robots: noindex +--- diff --git a/tag/amber.md b/tag/amber.md new file mode 100644 index 0000000..bfb1bd6 --- /dev/null +++ b/tag/amber.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: amber" +tag: amber +robots: noindex +--- diff --git a/tag/async.md b/tag/async.md new file mode 100644 index 0000000..a8db1b9 --- /dev/null +++ b/tag/async.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: async" +tag: async +robots: noindex +--- diff --git a/tag/aviation.md b/tag/aviation.md new file mode 100644 index 0000000..b448614 --- /dev/null +++ b/tag/aviation.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: aviation" +tag: aviation +robots: noindex +--- diff --git a/tag/azure.md b/tag/azure.md new file mode 100644 index 0000000..307915c --- /dev/null +++ b/tag/azure.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: azure" +tag: azure +robots: noindex +--- diff --git a/tag/california.md b/tag/california.md new file mode 100644 index 0000000..9000640 --- /dev/null +++ b/tag/california.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: california" +tag: california +robots: noindex +--- diff --git a/tag/cicd.md b/tag/cicd.md new file mode 100644 index 0000000..2dd4c8e --- /dev/null +++ b/tag/cicd.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: cicd" +tag: cicd +robots: noindex +--- diff --git a/tag/clipper.md b/tag/clipper.md new file mode 100644 index 0000000..1f90f80 --- /dev/null +++ b/tag/clipper.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: clipper" +tag: clipper +robots: noindex +--- diff --git a/tag/compost.md b/tag/compost.md new file mode 100644 index 0000000..8a4d18f --- /dev/null +++ b/tag/compost.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: compost" +tag: compost +robots: noindex +--- diff --git a/tag/continuousdelivery.md b/tag/continuousdelivery.md new file mode 100644 index 0000000..f299e4d --- /dev/null +++ b/tag/continuousdelivery.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: continuousdelivery" +tag: continuousdelivery +robots: noindex +--- diff --git a/tag/copyleft.md b/tag/copyleft.md new file mode 100644 index 0000000..bb66f1a --- /dev/null +++ b/tag/copyleft.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: copyleft" +tag: copyleft +robots: noindex +--- diff --git a/tag/croyfamilyfarms.md b/tag/croyfamilyfarms.md new file mode 100644 index 0000000..b6f024d --- /dev/null +++ b/tag/croyfamilyfarms.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: croyfamilyfarms" +tag: croyfamilyfarms +robots: noindex +--- diff --git a/tag/ctags.md b/tag/ctags.md new file mode 100644 index 0000000..06e7442 --- /dev/null +++ b/tag/ctags.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: ctags" +tag: ctags +robots: noindex +--- diff --git a/tag/cycling.md b/tag/cycling.md new file mode 100644 index 0000000..02e3449 --- /dev/null +++ b/tag/cycling.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: cycling" +tag: cycling +robots: noindex +--- diff --git a/tag/devops.md b/tag/devops.md new file mode 100644 index 0000000..a6bb9bc --- /dev/null +++ b/tag/devops.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: devops" +tag: devops +robots: noindex +--- diff --git a/tag/docker.md b/tag/docker.md new file mode 100644 index 0000000..c65cb42 --- /dev/null +++ b/tag/docker.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: docker" +tag: docker +robots: noindex +--- diff --git a/tag/documentation.md b/tag/documentation.md new file mode 100644 index 0000000..278e117 --- /dev/null +++ b/tag/documentation.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: documentation" +tag: documentation +robots: noindex +--- diff --git a/tag/elasticsearch.md b/tag/elasticsearch.md new file mode 100644 index 0000000..0d1631a --- /dev/null +++ b/tag/elasticsearch.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: elasticsearch" +tag: elasticsearch +robots: noindex +--- diff --git a/tag/epoll.md b/tag/epoll.md new file mode 100644 index 0000000..9f78096 --- /dev/null +++ b/tag/epoll.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: epoll" +tag: epoll +robots: noindex +--- diff --git a/tag/europe.md b/tag/europe.md new file mode 100644 index 0000000..14ab5f0 --- /dev/null +++ b/tag/europe.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: europe" +tag: europe +robots: noindex +--- diff --git a/tag/evergreen.md b/tag/evergreen.md new file mode 100644 index 0000000..a4360dd --- /dev/null +++ b/tag/evergreen.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: evergreen" +tag: evergreen +robots: noindex +--- diff --git a/tag/expressjs.md b/tag/expressjs.md new file mode 100644 index 0000000..cda81bb --- /dev/null +++ b/tag/expressjs.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: expressjs" +tag: expressjs +robots: noindex +--- diff --git a/tag/facter.md b/tag/facter.md new file mode 100644 index 0000000..058088e --- /dev/null +++ b/tag/facter.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: facter" +tag: facter +robots: noindex +--- diff --git a/tag/feathers.md b/tag/feathers.md new file mode 100644 index 0000000..a0b0212 --- /dev/null +++ b/tag/feathers.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: feathers" +tag: feathers +robots: noindex +--- diff --git a/tag/feathersjs.md b/tag/feathersjs.md new file mode 100644 index 0000000..e0fffef --- /dev/null +++ b/tag/feathersjs.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: feathersjs" +tag: feathersjs +robots: noindex +--- diff --git a/tag/fire.md b/tag/fire.md new file mode 100644 index 0000000..f0a0b46 --- /dev/null +++ b/tag/fire.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: fire" +tag: fire +robots: noindex +--- diff --git a/tag/flying.md b/tag/flying.md new file mode 100644 index 0000000..a000d0a --- /dev/null +++ b/tag/flying.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: flying" +tag: flying +robots: noindex +--- diff --git a/tag/food.md b/tag/food.md new file mode 100644 index 0000000..61b81de --- /dev/null +++ b/tag/food.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: food" +tag: food +robots: noindex +--- diff --git a/tag/fosdem.md b/tag/fosdem.md new file mode 100644 index 0000000..416a24c --- /dev/null +++ b/tag/fosdem.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: fosdem" +tag: fosdem +robots: noindex +--- diff --git a/tag/fosdem2015.md b/tag/fosdem2015.md new file mode 100644 index 0000000..f749152 --- /dev/null +++ b/tag/fosdem2015.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: fosdem2015" +tag: fosdem2015 +robots: noindex +--- diff --git a/tag/freebsd.md b/tag/freebsd.md new file mode 100644 index 0000000..904adff --- /dev/null +++ b/tag/freebsd.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: freebsd" +tag: freebsd +robots: noindex +--- diff --git a/tag/garden.md b/tag/garden.md new file mode 100644 index 0000000..2536dd7 --- /dev/null +++ b/tag/garden.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: garden" +tag: garden +robots: noindex +--- diff --git a/tag/german.md b/tag/german.md new file mode 100644 index 0000000..299cef6 --- /dev/null +++ b/tag/german.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: german" +tag: german +robots: noindex +--- diff --git a/tag/github.md b/tag/github.md new file mode 100644 index 0000000..789e13f --- /dev/null +++ b/tag/github.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: github" +tag: github +robots: noindex +--- diff --git a/tag/gitops.md b/tag/gitops.md new file mode 100644 index 0000000..b5ed326 --- /dev/null +++ b/tag/gitops.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: gitops" +tag: gitops +robots: noindex +--- diff --git a/tag/glade.md b/tag/glade.md new file mode 100644 index 0000000..6220435 --- /dev/null +++ b/tag/glade.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: glade" +tag: glade +robots: noindex +--- diff --git a/tag/google.md b/tag/google.md new file mode 100644 index 0000000..e8da117 --- /dev/null +++ b/tag/google.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: google" +tag: google +robots: noindex +--- diff --git a/tag/gradle.md b/tag/gradle.md new file mode 100644 index 0000000..0495fde --- /dev/null +++ b/tag/gradle.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: gradle" +tag: gradle +robots: noindex +--- diff --git a/tag/gradlegoodness.md b/tag/gradlegoodness.md new file mode 100644 index 0000000..b1e01b3 --- /dev/null +++ b/tag/gradlegoodness.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: gradlegoodness" +tag: gradlegoodness +robots: noindex +--- diff --git a/tag/groovy.md b/tag/groovy.md new file mode 100644 index 0000000..08f329f --- /dev/null +++ b/tag/groovy.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: groovy" +tag: groovy +robots: noindex +--- diff --git a/tag/gsoc.md b/tag/gsoc.md new file mode 100644 index 0000000..49ebe3c --- /dev/null +++ b/tag/gsoc.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: gsoc" +tag: gsoc +robots: noindex +--- diff --git a/tag/gtk.md b/tag/gtk.md new file mode 100644 index 0000000..d3c8869 --- /dev/null +++ b/tag/gtk.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: gtk" +tag: gtk +robots: noindex +--- diff --git a/tag/gtkada.md b/tag/gtkada.md new file mode 100644 index 0000000..c1441ab --- /dev/null +++ b/tag/gtkada.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: gtkada" +tag: gtkada +robots: noindex +--- diff --git a/tag/hacksgiving.md b/tag/hacksgiving.md new file mode 100644 index 0000000..e3534e3 --- /dev/null +++ b/tag/hacksgiving.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: hacksgiving" +tag: hacksgiving +robots: noindex +--- diff --git a/tag/homeowner.md b/tag/homeowner.md new file mode 100644 index 0000000..c85b664 --- /dev/null +++ b/tag/homeowner.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: homeowner" +tag: homeowner +robots: noindex +--- diff --git a/tag/hubboard.md b/tag/hubboard.md new file mode 100644 index 0000000..7e29149 --- /dev/null +++ b/tag/hubboard.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: hubboard" +tag: hubboard +robots: noindex +--- diff --git a/tag/infra.md b/tag/infra.md new file mode 100644 index 0000000..f2e8261 --- /dev/null +++ b/tag/infra.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: infra" +tag: infra +robots: noindex +--- diff --git a/tag/infrastructure.md b/tag/infrastructure.md new file mode 100644 index 0000000..4939e2c --- /dev/null +++ b/tag/infrastructure.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: infrastructure" +tag: infrastructure +robots: noindex +--- diff --git a/tag/javaone.md b/tag/javaone.md new file mode 100644 index 0000000..489a27f --- /dev/null +++ b/tag/javaone.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: javaone" +tag: javaone +robots: noindex +--- diff --git a/tag/javascript.md b/tag/javascript.md new file mode 100644 index 0000000..f22fa1c --- /dev/null +++ b/tag/javascript.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: javascript" +tag: javascript +robots: noindex +--- diff --git a/tag/jenkins.md b/tag/jenkins.md new file mode 100644 index 0000000..29981e0 --- /dev/null +++ b/tag/jenkins.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: jenkins" +tag: jenkins +robots: noindex +--- diff --git a/tag/jenkinsworld.md b/tag/jenkinsworld.md new file mode 100644 index 0000000..0a64b64 --- /dev/null +++ b/tag/jenkinsworld.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: jenkinsworld" +tag: jenkinsworld +robots: noindex +--- diff --git a/tag/jruby.md b/tag/jruby.md new file mode 100644 index 0000000..60095fd --- /dev/null +++ b/tag/jruby.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: jruby" +tag: jruby +robots: noindex +--- diff --git a/tag/jrubyconfeu.md b/tag/jrubyconfeu.md new file mode 100644 index 0000000..11db0ed --- /dev/null +++ b/tag/jrubyconfeu.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: jrubyconfeu" +tag: jrubyconfeu +robots: noindex +--- diff --git a/tag/jrubygradle.md b/tag/jrubygradle.md new file mode 100644 index 0000000..63f8a36 --- /dev/null +++ b/tag/jrubygradle.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: jrubygradle" +tag: jrubygradle +robots: noindex +--- diff --git a/tag/jvm.md b/tag/jvm.md new file mode 100644 index 0000000..3a4c6f4 --- /dev/null +++ b/tag/jvm.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: jvm" +tag: jvm +robots: noindex +--- diff --git a/tag/kafka.md b/tag/kafka.md new file mode 100644 index 0000000..52a52bb --- /dev/null +++ b/tag/kafka.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: kafka" +tag: kafka +robots: noindex +--- diff --git a/tag/kubernetes.md b/tag/kubernetes.md new file mode 100644 index 0000000..7c0f142 --- /dev/null +++ b/tag/kubernetes.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: kubernetes" +tag: kubernetes +robots: noindex +--- diff --git a/tag/linux.md b/tag/linux.md new file mode 100644 index 0000000..d206097 --- /dev/null +++ b/tag/linux.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: linux" +tag: linux +robots: noindex +--- diff --git a/tag/lookout.md b/tag/lookout.md new file mode 100644 index 0000000..12cf299 --- /dev/null +++ b/tag/lookout.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: lookout" +tag: lookout +robots: noindex +--- diff --git a/tag/lookouteng.md b/tag/lookouteng.md new file mode 100644 index 0000000..a740796 --- /dev/null +++ b/tag/lookouteng.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: lookouteng" +tag: lookouteng +robots: noindex +--- diff --git a/tag/management.md b/tag/management.md new file mode 100644 index 0000000..74e2f31 --- /dev/null +++ b/tag/management.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: management" +tag: management +robots: noindex +--- diff --git a/tag/masochism.md b/tag/masochism.md new file mode 100644 index 0000000..1ef59bf --- /dev/null +++ b/tag/masochism.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: masochism" +tag: masochism +robots: noindex +--- diff --git a/tag/maven.md b/tag/maven.md new file mode 100644 index 0000000..05f4bde --- /dev/null +++ b/tag/maven.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: maven" +tag: maven +robots: noindex +--- diff --git a/tag/minikube.md b/tag/minikube.md new file mode 100644 index 0000000..73656c3 --- /dev/null +++ b/tag/minikube.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: minikube" +tag: minikube +robots: noindex +--- diff --git a/tag/miscellaneous.md b/tag/miscellaneous.md new file mode 100644 index 0000000..02f0326 --- /dev/null +++ b/tag/miscellaneous.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: miscellaneous" +tag: miscellaneous +robots: noindex +--- diff --git a/tag/opendev.md b/tag/opendev.md new file mode 100644 index 0000000..cb22f05 --- /dev/null +++ b/tag/opendev.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: opendev" +tag: opendev +robots: noindex +--- diff --git a/tag/openinfra.md b/tag/openinfra.md new file mode 100644 index 0000000..605a9a4 --- /dev/null +++ b/tag/openinfra.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: openinfra" +tag: openinfra +robots: noindex +--- diff --git a/tag/opensource.md b/tag/opensource.md new file mode 100644 index 0000000..c0eaa95 --- /dev/null +++ b/tag/opensource.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: opensource" +tag: opensource +robots: noindex +--- diff --git a/tag/opinion.md b/tag/opinion.md new file mode 100644 index 0000000..317869f --- /dev/null +++ b/tag/opinion.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: opinion" +tag: opinion +robots: noindex +--- diff --git a/tag/personal.md b/tag/personal.md new file mode 100644 index 0000000..d7607bc --- /dev/null +++ b/tag/personal.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: personal" +tag: personal +robots: noindex +--- diff --git a/tag/pfsense.md b/tag/pfsense.md new file mode 100644 index 0000000..0b18f80 --- /dev/null +++ b/tag/pfsense.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: pfsense" +tag: pfsense +robots: noindex +--- diff --git a/tag/pipeline.md b/tag/pipeline.md new file mode 100644 index 0000000..edff020 --- /dev/null +++ b/tag/pipeline.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: pipeline" +tag: pipeline +robots: noindex +--- diff --git a/tag/postgresql.md b/tag/postgresql.md new file mode 100644 index 0000000..ef8ed99 --- /dev/null +++ b/tag/postgresql.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: postgresql" +tag: postgresql +robots: noindex +--- diff --git a/tag/presentation.md b/tag/presentation.md new file mode 100644 index 0000000..43c6723 --- /dev/null +++ b/tag/presentation.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: presentation" +tag: presentation +robots: noindex +--- diff --git a/tag/programming.md b/tag/programming.md new file mode 100644 index 0000000..4b80822 --- /dev/null +++ b/tag/programming.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: programming" +tag: programming +robots: noindex +--- diff --git a/tag/puppet.md b/tag/puppet.md new file mode 100644 index 0000000..a4ebc63 --- /dev/null +++ b/tag/puppet.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: puppet" +tag: puppet +robots: noindex +--- diff --git a/tag/puppetconf.md b/tag/puppetconf.md new file mode 100644 index 0000000..7d9f579 --- /dev/null +++ b/tag/puppetconf.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: puppetconf" +tag: puppetconf +robots: noindex +--- diff --git a/tag/puppetlabs.md b/tag/puppetlabs.md new file mode 100644 index 0000000..ca32c9b --- /dev/null +++ b/tag/puppetlabs.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: puppetlabs" +tag: puppetlabs +robots: noindex +--- diff --git a/tag/rain.md b/tag/rain.md new file mode 100644 index 0000000..7da661b --- /dev/null +++ b/tag/rain.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: rain" +tag: rain +robots: noindex +--- diff --git a/tag/resin.md b/tag/resin.md new file mode 100644 index 0000000..cd7732d --- /dev/null +++ b/tag/resin.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: resin" +tag: resin +robots: noindex +--- diff --git a/tag/rspec.md b/tag/rspec.md new file mode 100644 index 0000000..24483fa --- /dev/null +++ b/tag/rspec.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: rspec" +tag: rspec +robots: noindex +--- diff --git a/tag/ruby.md b/tag/ruby.md new file mode 100644 index 0000000..c1f96ca --- /dev/null +++ b/tag/ruby.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: ruby" +tag: ruby +robots: noindex +--- diff --git a/tag/santarosa.md b/tag/santarosa.md new file mode 100644 index 0000000..deef2e4 --- /dev/null +++ b/tag/santarosa.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: santarosa" +tag: santarosa +robots: noindex +--- diff --git a/tag/software.md b/tag/software.md new file mode 100644 index 0000000..b2be593 --- /dev/null +++ b/tag/software.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: software" +tag: software +robots: noindex +--- diff --git a/tag/sofware.md b/tag/sofware.md new file mode 100644 index 0000000..95a4736 --- /dev/null +++ b/tag/sofware.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: sofware" +tag: sofware +robots: noindex +--- diff --git a/tag/solo.md b/tag/solo.md new file mode 100644 index 0000000..a6e2efc --- /dev/null +++ b/tag/solo.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: solo" +tag: solo +robots: noindex +--- diff --git a/tag/sonoma.md b/tag/sonoma.md new file mode 100644 index 0000000..5adce58 --- /dev/null +++ b/tag/sonoma.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: sonoma" +tag: sonoma +robots: noindex +--- diff --git a/tag/sonomafireinfo.md b/tag/sonomafireinfo.md new file mode 100644 index 0000000..0d37d20 --- /dev/null +++ b/tag/sonomafireinfo.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: sonomafireinfo" +tag: sonomafireinfo +robots: noindex +--- diff --git a/tag/spi.md b/tag/spi.md new file mode 100644 index 0000000..44c1f85 --- /dev/null +++ b/tag/spi.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: spi" +tag: spi +robots: noindex +--- diff --git a/tag/ssh.md b/tag/ssh.md new file mode 100644 index 0000000..9d93e5f --- /dev/null +++ b/tag/ssh.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: ssh" +tag: ssh +robots: noindex +--- diff --git a/tag/startupsonomaco.md b/tag/startupsonomaco.md new file mode 100644 index 0000000..a43c974 --- /dev/null +++ b/tag/startupsonomaco.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: startupsonomaco" +tag: startupsonomaco +robots: noindex +--- diff --git a/tag/sysadmin.md b/tag/sysadmin.md new file mode 100644 index 0000000..72eeb0f --- /dev/null +++ b/tag/sysadmin.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: sysadmin" +tag: sysadmin +robots: noindex +--- diff --git a/tag/testingautomation.md b/tag/testingautomation.md new file mode 100644 index 0000000..3a81a75 --- /dev/null +++ b/tag/testingautomation.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: testingautomation" +tag: testingautomation +robots: noindex +--- diff --git a/tag/tor.md b/tag/tor.md new file mode 100644 index 0000000..ba745bb --- /dev/null +++ b/tag/tor.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: tor" +tag: tor +robots: noindex +--- diff --git a/tag/typescript.md b/tag/typescript.md new file mode 100644 index 0000000..902c1e3 --- /dev/null +++ b/tag/typescript.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: typescript" +tag: typescript +robots: noindex +--- diff --git a/tag/unix.md b/tag/unix.md new file mode 100644 index 0000000..d636740 --- /dev/null +++ b/tag/unix.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: unix" +tag: unix +robots: noindex +--- diff --git a/tag/vagrant-aws.md b/tag/vagrant-aws.md new file mode 100644 index 0000000..73468c3 --- /dev/null +++ b/tag/vagrant-aws.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: vagrant-aws" +tag: vagrant-aws +robots: noindex +--- diff --git a/tag/vagrant.md b/tag/vagrant.md new file mode 100644 index 0000000..ef61760 --- /dev/null +++ b/tag/vagrant.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: vagrant" +tag: vagrant +robots: noindex +--- diff --git a/tag/verspaetung.md b/tag/verspaetung.md new file mode 100644 index 0000000..3076bfb --- /dev/null +++ b/tag/verspaetung.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: verspaetung" +tag: verspaetung +robots: noindex +--- diff --git a/tag/vfrpilot.md b/tag/vfrpilot.md new file mode 100644 index 0000000..ea2a8f1 --- /dev/null +++ b/tag/vfrpilot.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: vfrpilot" +tag: vfrpilot +robots: noindex +--- diff --git a/tag/vfrstudentpilot.md b/tag/vfrstudentpilot.md new file mode 100644 index 0000000..8ef0e9c --- /dev/null +++ b/tag/vfrstudentpilot.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: vfrstudentpilot" +tag: vfrstudentpilot +robots: noindex +--- diff --git a/tag/video.md b/tag/video.md new file mode 100644 index 0000000..f785895 --- /dev/null +++ b/tag/video.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: video" +tag: video +robots: noindex +--- diff --git a/tag/vim.md b/tag/vim.md new file mode 100644 index 0000000..9c52c58 --- /dev/null +++ b/tag/vim.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: vim" +tag: vim +robots: noindex +--- diff --git a/tag/visualvm.md b/tag/visualvm.md new file mode 100644 index 0000000..d6ceffd --- /dev/null +++ b/tag/visualvm.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: visualvm" +tag: visualvm +robots: noindex +--- diff --git a/tag/writing.md b/tag/writing.md new file mode 100644 index 0000000..733cffe --- /dev/null +++ b/tag/writing.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: writing" +tag: writing +robots: noindex +--- diff --git a/tag/yaml.md b/tag/yaml.md new file mode 100644 index 0000000..b3b922e --- /dev/null +++ b/tag/yaml.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: yaml" +tag: yaml +robots: noindex +--- diff --git a/tag/yurp.md b/tag/yurp.md new file mode 100644 index 0000000..d0aa277 --- /dev/null +++ b/tag/yurp.md @@ -0,0 +1,6 @@ +--- +layout: tag_page +title: "Tag: yurp" +tag: yurp +robots: noindex +---