hexadecapress 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e4ea614f03a9a2c2a15bbf78b6647f09898cebf
4
- data.tar.gz: 03a70ffedffe730d140d235a7f1d9d8c30828044
3
+ metadata.gz: ee1c999c00af72437aabfabf633815fd8510d9f6
4
+ data.tar.gz: 374237b4eb4ce00ff816f1204dad83674f477927
5
5
  SHA512:
6
- metadata.gz: bca5e85b673d063bbaaeb95f83d5a770d8427375bde45299b69ed58125650207f7ae59fe0d2688384badef693373bc91a9360f08613cbdbce4fab6b06e16808e
7
- data.tar.gz: 48e25faae357537d31c643f08a1d70db73ca6fc7ccb9dbaae2443d2cab28d20638f20af8f822caee648f277d4e8a6ed7b2450d441e717043529e7a0a5f233cd3
6
+ metadata.gz: f043c831cc3799303860a90a9a1bcb626494443e3472fc984301f42d317d278658a6d809bfdec65232cd03a98acf0e0c28f5858f873a79e92c731604fbeabe1e
7
+ data.tar.gz: a12727e572fa3cd3dec3a944f08224b03d0bceb7c53ddb62d60e550597152e20a4270f5f10f13466ca4c575a92f20c805117534bb276debecf3b5a07d02c53a3
@@ -1,5 +1,3 @@
1
- @import "base16";
2
-
3
1
  .highlight .hll { background-color: #dfe1e8 }
4
2
  .highlight { background: #eff1f5; color: #2b303b }
5
3
  .highlight .c { color: #a7adba } /* Comment */
@@ -1,8 +1,10 @@
1
1
  ---
2
- # Only the main Sass file needs front matter (the dashes are enough)
3
2
  ---
4
3
  @charset "utf-8";
4
+
5
5
  @import "base16";
6
+ @import "syntax-highlighting";
7
+
6
8
  @import url("//fonts.googleapis.com/css?family=Open+Sans|Source+Code+Pro");
7
9
 
8
10
  // Our variables
@@ -184,7 +186,7 @@ header {
184
186
  }
185
187
 
186
188
  .header-icon {
187
- transition: color 0.1s linear;
189
+ transition: color 0.1s linear;
188
190
  }
189
191
 
190
192
  #header-github:hover {
data/lib/hexadecapress.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require 'hexadecapress/version'
2
- require 'octopress-autoprefixer'
2
+ require 'octopress-ink'
3
3
  require 'octopress-date-format'
4
4
  require 'octopress-feeds'
5
- require 'octopress-ink'
5
+
6
6
 
7
7
  Octopress::Ink.add_plugin({
8
8
  name: "Hexadecapress",
@@ -1,3 +1,3 @@
1
1
  module Hexadecapress
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hexadecapress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johns
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,21 +94,8 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '2.0'
97
- - !ruby/object:Gem::Dependency
98
- name: octopress-autoprefixer
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '1.0'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '1.0'
111
- description: Not much else to say...
97
+ description: A base16 theme for the Octopress Ink framework, using the base16-ocean
98
+ variant.
112
99
  email:
113
100
  - hexadecapress@ter0.net
114
101
  executables: []
@@ -118,7 +105,6 @@ files:
118
105
  - LICENSE.txt
119
106
  - README.md
120
107
  - assets/config.yml
121
- - assets/includes/date.html
122
108
  - assets/includes/disqus.html
123
109
  - assets/layouts/default.html
124
110
  - assets/layouts/page.html
@@ -126,9 +112,8 @@ files:
126
112
  - assets/pages/archive.html
127
113
  - assets/pages/index.html
128
114
  - assets/stylesheets/_base16.scss
129
- - assets/stylesheets/base16-util.scss
130
- - assets/stylesheets/main.scss
131
- - assets/stylesheets/syntax-highlighting.scss
115
+ - assets/stylesheets/_syntax-highlighting.scss
116
+ - assets/stylesheets/index.scss
132
117
  - bin/console
133
118
  - bin/setup
134
119
  - lib/hexadecapress.rb
@@ -156,5 +141,5 @@ rubyforge_project:
156
141
  rubygems_version: 2.4.5
157
142
  signing_key:
158
143
  specification_version: 4
159
- summary: A base16 theme for the Octopress Ink framework
144
+ summary: An Octopress Ink based theme
160
145
  test_files: []
@@ -1,9 +0,0 @@
1
- {% assign d = post.date | date: "%d" %}
2
- {% case d %}
3
- {% when '01' or '21' or '31' %}{{ d }}<sup>st</sup>
4
- {% when '02' or '22' %}{{ d }}<sup>nd</sup>
5
- {% when '03' or '23' %}{{ d }}<sup>rd</sup>
6
- {% else %}{{ d }}<sup>th</sup>
7
- {% endcase %}
8
- {{ post.date | date: "%b" }},
9
- {{ post.date | date: "%Y" }}
@@ -1,35 +0,0 @@
1
- @import "base16";
2
-
3
- .base00-background { background-color: $base00; }
4
- .base01-background { background-color: $base01; }
5
- .base02-background { background-color: $base02; }
6
- .base03-background { background-color: $base03; }
7
- .base04-background { background-color: $base04; }
8
- .base05-background { background-color: $base05; }
9
- .base06-background { background-color: $base06; }
10
- .base07-background { background-color: $base07; }
11
- .base08-background { background-color: $base08; }
12
- .base09-background { background-color: $base09; }
13
- .base0A-background { background-color: $base0A; }
14
- .base0B-background { background-color: $base0B; }
15
- .base0C-background { background-color: $base0C; }
16
- .base0D-background { background-color: $base0D; }
17
- .base0E-background { background-color: $base0E; }
18
- .base0F-background { background-color: $base0F; }
19
-
20
- .base00 { color: $base00; }
21
- .base01 { color: $base01; }
22
- .base02 { color: $base02; }
23
- .base03 { color: $base03; }
24
- .base04 { color: $base04; }
25
- .base05 { color: $base05; }
26
- .base06 { color: $base06; }
27
- .base07 { color: $base07; }
28
- .base08 { color: $base08; }
29
- .base09 { color: $base09; }
30
- .base0A { color: $base0A; }
31
- .base0B { color: $base0B; }
32
- .base0C { color: $base0C; }
33
- .base0D { color: $base0D; }
34
- .base0E { color: $base0E; }
35
- .base0F { color: $base0F; }