hexadecapress 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/stylesheets/{syntax-highlighting.scss → _syntax-highlighting.scss} +0 -2
- data/assets/stylesheets/{main.scss → index.scss} +4 -2
- data/lib/hexadecapress.rb +2 -2
- data/lib/hexadecapress/version.rb +1 -1
- metadata +7 -22
- data/assets/includes/date.html +0 -9
- data/assets/stylesheets/base16-util.scss +0 -35
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee1c999c00af72437aabfabf633815fd8510d9f6
|
|
4
|
+
data.tar.gz: 374237b4eb4ce00ff816f1204dad83674f477927
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f043c831cc3799303860a90a9a1bcb626494443e3472fc984301f42d317d278658a6d809bfdec65232cd03a98acf0e0c28f5858f873a79e92c731604fbeabe1e
|
|
7
|
+
data.tar.gz: a12727e572fa3cd3dec3a944f08224b03d0bceb7c53ddb62d60e550597152e20a4270f5f10f13466ca4c575a92f20c805117534bb276debecf3b5a07d02c53a3
|
|
@@ -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
|
|
189
|
+
transition: color 0.1s linear;
|
|
188
190
|
}
|
|
189
191
|
|
|
190
192
|
#header-github:hover {
|
data/lib/hexadecapress.rb
CHANGED
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.
|
|
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-
|
|
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
|
-
-
|
|
98
|
-
|
|
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/
|
|
130
|
-
- assets/stylesheets/
|
|
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:
|
|
144
|
+
summary: An Octopress Ink based theme
|
|
160
145
|
test_files: []
|
data/assets/includes/date.html
DELETED
|
@@ -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; }
|