removed octopress stuff. added jekyll-compose
This commit is contained in:
parent
baf5c3deea
commit
62f19eced1
5
Gemfile
5
Gemfile
|
@ -10,6 +10,7 @@ source "https://rubygems.org"
|
|||
# Happy Jekylling!
|
||||
gem "jekyll", "~> 3.8.5"
|
||||
|
||||
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
#gem "minima", "~> 2.0"
|
||||
|
||||
|
@ -27,6 +28,7 @@ group :jekyll_plugins do
|
|||
gem "jekyll-archives"
|
||||
gem "jekyll-include-cache"
|
||||
gem "jekyll-gist"
|
||||
gem "jekyll-compose"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
@ -37,6 +39,3 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
|||
|
||||
# Theme to use
|
||||
gem "minimal-mistakes-jekyll"
|
||||
|
||||
# Octopress
|
||||
gem 'octopress', '~> 3.0'
|
||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -46,6 +46,8 @@ GEM
|
|||
sinatra-contrib (~> 1.4)
|
||||
jekyll-archives (2.1.1)
|
||||
jekyll (>= 2.4)
|
||||
jekyll-compose (0.9.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-data (1.0.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-feed (0.11.0)
|
||||
|
@ -91,20 +93,6 @@ GEM
|
|||
mini_portile2 (~> 2.4.0)
|
||||
octokit (4.13.0)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
octopress (3.0.11)
|
||||
jekyll (>= 2.0)
|
||||
mercenary (~> 0.3.2)
|
||||
octopress-deploy
|
||||
octopress-escape-code (~> 2.0)
|
||||
octopress-hooks (~> 2.0)
|
||||
redcarpet (~> 3.0)
|
||||
titlecase
|
||||
octopress-deploy (1.3.0)
|
||||
colorator
|
||||
octopress-escape-code (2.1.1)
|
||||
jekyll (~> 3.0)
|
||||
octopress-hooks (2.6.2)
|
||||
jekyll (>= 2.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.0.3)
|
||||
|
@ -116,7 +104,6 @@ GEM
|
|||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
redcarpet (3.4.0)
|
||||
rouge (3.3.0)
|
||||
ruby_dep (1.5.0)
|
||||
safe_yaml (1.0.5)
|
||||
|
@ -141,7 +128,6 @@ GEM
|
|||
tilt (>= 1.3, < 3)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.9)
|
||||
titlecase (0.1.1)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
|
||||
|
@ -152,12 +138,12 @@ DEPENDENCIES
|
|||
jekyll (~> 3.8.5)
|
||||
jekyll-admin
|
||||
jekyll-archives
|
||||
jekyll-compose
|
||||
jekyll-feed (~> 0.6)
|
||||
jekyll-gist
|
||||
jekyll-include-cache
|
||||
liquid-c
|
||||
minimal-mistakes-jekyll
|
||||
octopress (~> 3.0)
|
||||
tzinfo-data
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 'Superheroes'
|
||||
layout: single
|
||||
tag: [Movies, TV, Comics]
|
||||
---
|
||||
|
||||
Test
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
layout: {{ layout }}
|
||||
title: "{{ title }}"
|
||||
---
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
layout: {{ layout }}
|
||||
title: "{{ title }}"
|
||||
---
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
layout: {{ layout }}
|
||||
title: "{{ title }}"
|
||||
date: {{ date }}
|
||||
---
|
Loading…
Reference in New Issue