1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Add Jekyll Archives gem

This commit is contained in:
Daniel Barber 2016-01-29 16:49:23 +00:00
parent 41e3d1d642
commit d4361cf05b
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 22 additions and 3 deletions

View File

@ -6,6 +6,7 @@ gem 'mini_magick'
gem 'jekyll'
gem 'jekyll-paginate'
gem 'jekyll-archives'
gem 'jekyll-assets'
gem 'jekyll-video-tag'

View File

@ -12,7 +12,7 @@ GEM
fastimage (1.8.1)
addressable (~> 2.3, >= 2.3.5)
ffi (1.9.10)
jekyll (3.0.2)
jekyll (3.1.0)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
@ -21,6 +21,8 @@ GEM
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-archives (2.1.0)
jekyll (>= 2.4)
jekyll-assets (2.1.2)
fastimage (~> 1.8)
jekyll (~> 3.0)
@ -84,6 +86,7 @@ DEPENDENCIES
bourbon
facets
jekyll
jekyll-archives
jekyll-assets
jekyll-paginate
jekyll-staging
@ -97,4 +100,4 @@ DEPENDENCIES
uglifier
BUNDLED WITH
1.10.6
1.11.2

View File

@ -3,12 +3,15 @@ title: Dan Barber
author: Dan Barber
markdown: Kramdown
description: Web designer and developer for thoughtbot in London. Drummer and all round musician.
subscribe_rss: '/atom.xml'
gems:
- jekyll-paginate
- jekyll_video_tag
- jekyll-archives
- jekyll-assets
- jekyll_video_tag
- bourbon
simple_search: https://duckduckgo.com/
@ -24,6 +27,16 @@ paginate_path: "blog/page/:num"
recent_posts: 5
excerpt_link: "Read on →"
jekyll-archives:
enabled: [categories]
layout: 'page'
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/category/:name/'
assets:
prefix: "/assets"
assets:
@ -36,6 +49,8 @@ assets:
- _assets/javascripts
- _assets/stylesheets
- _assets/fonts
features:
liquid: true
picture:
source: "_pictures"