Skip to content

Commit d8cb525

Browse files
committed
Small update to _config.yml, add Gemfile.
1 parent 9898a3d commit d8cb525

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

_config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
title: Beware of programmers carrying screwdrivers
2+
3+
description: >
4+
Words about devops and engineering that occasionally form coherent thoughts.
5+
baseurl: ""
6+
url: "http://code.logic.net"
7+
twitter_username: esm
8+
github_username: logic
9+
10+
markdown: kramdown
111
highlighter: pygments
212
paginate: 10
313
permalink: /:year/:month/:title/

0 commit comments

Comments
 (0)