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'
gem 'jekyll-paginate' gem 'jekyll-paginate'
gem 'jekyll-archives'
gem 'jekyll-assets' gem 'jekyll-assets'
gem 'jekyll-video-tag' gem 'jekyll-video-tag'

View File

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

View File

@ -3,12 +3,15 @@ title: Dan Barber
author: Dan Barber author: Dan Barber
markdown: Kramdown markdown: Kramdown
description: Web designer and developer for thoughtbot in London. Drummer and all round musician.
subscribe_rss: '/atom.xml' subscribe_rss: '/atom.xml'
gems: gems:
- jekyll-paginate - jekyll-paginate
- jekyll_video_tag - jekyll-archives
- jekyll-assets - jekyll-assets
- jekyll_video_tag
- bourbon - bourbon
simple_search: https://duckduckgo.com/ simple_search: https://duckduckgo.com/
@ -24,6 +27,16 @@ paginate_path: "blog/page/:num"
recent_posts: 5 recent_posts: 5
excerpt_link: "Read on →" 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: assets:
prefix: "/assets" prefix: "/assets"
assets: assets:
@ -36,6 +49,8 @@ assets:
- _assets/javascripts - _assets/javascripts
- _assets/stylesheets - _assets/stylesheets
- _assets/fonts - _assets/fonts
features:
liquid: true
picture: picture:
source: "_pictures" source: "_pictures"