hitchens-theme 0.1.0
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 +7 -0
- data/LICENSE.txt +9 -0
- data/README.md +84 -0
- data/_includes/disqus-comments.html +20 -0
- data/_includes/google-analytics.html +10 -0
- data/_layouts/default.html +31 -0
- data/_layouts/home.html +54 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +30 -0
- data/_sass/_article.scss +51 -0
- data/_sass/_base.scss +134 -0
- data/_sass/_font.scss +13 -0
- data/_sass/_masthead.scss +56 -0
- data/_sass/_mixins.scss +8 -0
- data/_sass/_reset.scss +1 -0
- data/_sass/_syntax-highlighting.scss +84 -0
- data/_sass/_variables.scss +8 -0
- data/assets/css/main.scss +17 -0
- data/assets/fonts/OFL.txt +93 -0
- data/assets/fonts/eb-garamond-v9-latin-regular.eot +0 -0
- data/assets/fonts/eb-garamond-v9-latin-regular.svg +612 -0
- data/assets/fonts/eb-garamond-v9-latin-regular.ttf +0 -0
- data/assets/fonts/eb-garamond-v9-latin-regular.woff +0 -0
- data/assets/fonts/eb-garamond-v9-latin-regular.woff2 +0 -0
- data/assets/images/divider.svg +12 -0
- metadata +110 -0
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="152px" height="12px" viewBox="0 0 152 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch -->
|
4
|
+
<title>Artboard</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<defs></defs>
|
7
|
+
<g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
+
<path d="M76,11 C72.1340068,11 69,8.76142375 69,6 C69,3.23857625 72.1340068,1 76,1 C79.8659932,1 83,3.23857625 83,6 C83,8.76142375 79.8659932,11 76,11 Z M76,9 C78.7614237,9 81,7.65685425 81,6 C81,4.34314575 78.7614237,3 76,3 C73.2385763,3 71,4.34314575 71,6 C71,7.65685425 73.2385763,9 76,9 Z" id="Combined-Shape" fill="#0B0404"></path>
|
9
|
+
<path d="M3.32382311,7 L-10,12 C-8.46623094,9.99598868 -7.69934641,7.99456112 -7.69934641,5.99571734 C-7.69934641,3.99687356 -8.46623094,1.99830112 -10,0 L3.34285714,5 L57,5 L57,7 L3.32382311,7 Z" id="Combined-Shape" fill="#0B0404" transform="translate(28.500000, 6.000000) scale(-1, 1) translate(-28.500000, -6.000000) "></path>
|
10
|
+
<path d="M98.3238231,7 L85,12 C86.5337691,9.99598868 87.3006536,7.99456112 87.3006536,5.99571734 C87.3006536,3.99687356 86.5337691,1.99830112 85,0 L98.3428571,5 L152,5 L152,7 L98.3238231,7 Z" id="Combined-Shape" fill="#0B0404"></path>
|
11
|
+
</g>
|
12
|
+
</svg>
|
metadata
ADDED
@@ -0,0 +1,110 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: hitchens-theme
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Pat Dryburgh
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-08-01 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.8'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.8'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.16'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.16'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '12.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '12.0'
|
55
|
+
description:
|
56
|
+
email:
|
57
|
+
- hello@patdryburgh.com
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- LICENSE.txt
|
63
|
+
- README.md
|
64
|
+
- _includes/disqus-comments.html
|
65
|
+
- _includes/google-analytics.html
|
66
|
+
- _layouts/default.html
|
67
|
+
- _layouts/home.html
|
68
|
+
- _layouts/page.html
|
69
|
+
- _layouts/post.html
|
70
|
+
- _sass/_article.scss
|
71
|
+
- _sass/_base.scss
|
72
|
+
- _sass/_font.scss
|
73
|
+
- _sass/_masthead.scss
|
74
|
+
- _sass/_mixins.scss
|
75
|
+
- _sass/_reset.scss
|
76
|
+
- _sass/_syntax-highlighting.scss
|
77
|
+
- _sass/_variables.scss
|
78
|
+
- assets/css/main.scss
|
79
|
+
- assets/fonts/OFL.txt
|
80
|
+
- assets/fonts/eb-garamond-v9-latin-regular.eot
|
81
|
+
- assets/fonts/eb-garamond-v9-latin-regular.svg
|
82
|
+
- assets/fonts/eb-garamond-v9-latin-regular.ttf
|
83
|
+
- assets/fonts/eb-garamond-v9-latin-regular.woff
|
84
|
+
- assets/fonts/eb-garamond-v9-latin-regular.woff2
|
85
|
+
- assets/images/divider.svg
|
86
|
+
homepage: https://github.com/patdryburgh/hitchens
|
87
|
+
licenses:
|
88
|
+
- MIT
|
89
|
+
metadata: {}
|
90
|
+
post_install_message:
|
91
|
+
rdoc_options: []
|
92
|
+
require_paths:
|
93
|
+
- lib
|
94
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
95
|
+
requirements:
|
96
|
+
- - ">="
|
97
|
+
- !ruby/object:Gem::Version
|
98
|
+
version: '0'
|
99
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
requirements: []
|
105
|
+
rubyforge_project:
|
106
|
+
rubygems_version: 2.5.1
|
107
|
+
signing_key:
|
108
|
+
specification_version: 4
|
109
|
+
summary: An inarguably well-designed theme for Jekyll.
|
110
|
+
test_files: []
|