fix keywords
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if page.tags %}
|
||||
<meta name="keywords" content="{{ page.tags|join(' ') }}" />
|
||||
<meta name="keywords" content="{{ page.tags|join:', ' }}" />
|
||||
{% endif %}
|
||||
|
||||
<meta name="viewport" content="width=756" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Secure Git Repositories
|
||||
layout: post
|
||||
tags: git security
|
||||
tags: [ 'git', 'security' ]
|
||||
description: Seamless data encryption of repository files.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Terminating Gearman Workers in PHP
|
||||
layout: post
|
||||
tags: deploy gearman pcntl php
|
||||
tags: [ 'deploy', 'gearman', 'pcntl', 'php' ]
|
||||
description: Locally and remotely stopping workers without interrupting jobs.
|
||||
code: https://gist.github.com/dpb587/4531728
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: OpenGrok CLI
|
||||
layout: post
|
||||
tags: opengrok php symfony xpath
|
||||
tags: [ 'opengrok', 'php', 'symfony', 'xpath' ]
|
||||
description: Making it easier to search code from the command line.
|
||||
code: https://github.com/dpb587/opengrok-cli
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Scripting Endicia to Purchase Postage
|
||||
layout: post
|
||||
tags: applescript endicia loopy
|
||||
tags: [ 'applescript', 'endicia', 'loopy' ]
|
||||
description: Automating user interactions with AppleScript.
|
||||
code: https://gist.github.com/dpb587/4660132
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Automating Backups to the Cloud
|
||||
layout: post
|
||||
tags: backup gpg s3
|
||||
tags: [ 'backup', 'gpg', 's3' ]
|
||||
description: Combining gpg, Amazon S3 and IAM policies.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Using Facter in Ant Scripts
|
||||
layout: post
|
||||
tags: ant facter
|
||||
tags: [ 'ant', 'facter' ]
|
||||
description: Reusing facts from build scripts.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: A Generic Storage Interface
|
||||
layout: post
|
||||
tags: asset php storage
|
||||
tags: [ 'asset', 'php', 'storage' ]
|
||||
description: Abstracting file storage, whether it's local or cloud.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Path-based tmpfile in PHP
|
||||
layout: post
|
||||
tags: php
|
||||
tags: [ 'php' ]
|
||||
description: When paths are more useful than resources.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Comparing PHP Application Definitions
|
||||
layout: post
|
||||
tags: code diff language php xslt
|
||||
tags: [ 'code', 'diff', 'language', 'php', 'xslt' ]
|
||||
description: Identifying how classes/interfaces changed between versions.
|
||||
code: https://github.com/dpb587/diff-defn.php
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Using HTML Headers with wkhtmltopdf
|
||||
layout: post
|
||||
tags: headers wkhtmltopdf
|
||||
tags: [ 'headers', 'wkhtmltopdf' ]
|
||||
description: Experimenting with dynamic HTML headers for PDFs.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Bank Card Readers for Web Applications
|
||||
layout: post
|
||||
tags: bank-card forms javascript reader
|
||||
tags: [ 'bank card', 'forms', 'javascript', 'reader' ]
|
||||
description: Scanning credit cards into website forms.
|
||||
code: https://gist.github.com/dpb587/5229239
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: New Website for The Loopy Ewe
|
||||
layout: post
|
||||
tags: elasticsearch migration redesign theloopyewe
|
||||
tags: [ 'elasticsearch', 'migration', 'redesign', 'theloopyewe' ]
|
||||
description: A summary of the customer-facing changes I worked on for the site.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Embeddable and Context-Aware Web Pages
|
||||
layout: post
|
||||
tags: architecture http javascript symfony
|
||||
tags: [ 'architecture', 'http', 'javascript', 'symfony', 'symfony2' ]
|
||||
description: Embedding content in an absolutely relative manner.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Structured Data with schema.org
|
||||
layout: post
|
||||
tags: product schema.org structured-data xpath
|
||||
tags: [ 'product', 'schema.org', 'structured data', 'xpath' ]
|
||||
description: Ensuring content is useful to both humans and robots.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "ti-debug: For Debugging Server Code in the Browser"
|
||||
layout: post
|
||||
tags: node xdebug webkit
|
||||
tags: [ 'debugger', 'node', 'php', 'xdebug', 'webkit' ]
|
||||
description: Making it easier to debug languages like PHP and Python with only a browser.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: The Basics of a Custom Search Engine
|
||||
layout: post
|
||||
tags: elasticsearch gearmand schema.org search sitemap structured-data
|
||||
tags: [ 'elasticsearch', 'gearmand', 'schema.org', 'search', 'sitemap', 'structured data' ]
|
||||
description: Combining elasticsearch and "structured data" to create a self-hosted search engine.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Barcoding Inventory with QR Codes"
|
||||
layout: post
|
||||
tags: barcode qr-code retail product label scan
|
||||
tags: [ 'barcode', 'qr', 'retail', 'product', 'label', 'scan' ]
|
||||
description: A web-centric, user-friendly approach for using barcodes in a retail shop.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Distributed Docker Containers
|
||||
layout: post
|
||||
tags: aws-ec2 docker nodejs scs-utils
|
||||
tags: [ 'aws-ec2', 'docker', 'nodejs', 'scs-utils' ]
|
||||
description: A strategy for integrating Docker services across multiple hosts and data centers.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Photo Galleries for Jekyll
|
||||
layout: post
|
||||
tags: blog gallery iphoto jekyll jekyllrb photo ruby
|
||||
tags: [ 'blog', 'gallery', 'iphoto', 'jekyll', 'jekyllrb', 'photo', 'ruby' ]
|
||||
description: Easily exporting my iPhoto album to this Jekyll-based site.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Color Searching with Elasticsearch
|
||||
layout: post
|
||||
tags: color ecommerce elasticsearch hsv search weighted
|
||||
tags: [ 'color', 'ecommerce', 'elasticsearch', 'hsv', 'search', 'weighted' ]
|
||||
description: Some mappings, strategies, and queries for advanced color searching with elasticsearch.
|
||||
primary_image: http://dpb587.me/asset/blog/2014-04-24-color-searching-with-elasticsearch/search0.png
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user