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