octopress-genesis-theme 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -14
  3. data/assets/config.yml +7 -29
  4. data/assets/includes/archive-post.html +3 -4
  5. data/assets/includes/index-post.html +6 -6
  6. data/assets/includes/post-nav.html +4 -4
  7. data/assets/includes/search/google.html +1 -1
  8. data/assets/includes/site-header.html +2 -2
  9. data/assets/layouts/base.html +1 -2
  10. data/assets/layouts/post.html +8 -8
  11. data/assets/stylesheets/_entry.scss +29 -20
  12. data/assets/stylesheets/_layout.scss +2 -1
  13. data/assets/stylesheets/_sizes.scss +1 -1
  14. data/assets/stylesheets/_typography.scss +1 -6
  15. data/assets/stylesheets/index.scss +3 -1
  16. data/assets/{pages/archive.html → templates/post_archive.html} +1 -6
  17. data/assets/templates/post_index.html +9 -0
  18. data/lib/{octopress-genesis → octopress-genesis-theme}/version.rb +1 -1
  19. data/lib/octopress-genesis-theme.rb +23 -0
  20. metadata +64 -75
  21. data/.gitignore +0 -25
  22. data/Gemfile +0 -4
  23. data/LICENSE.txt +0 -22
  24. data/Rakefile +0 -2
  25. data/assets/includes/feed/entry.xml +0 -30
  26. data/assets/includes/feed/head.xml +0 -9
  27. data/assets/pages/feed-articles.xml +0 -14
  28. data/assets/pages/feed-links.xml +0 -14
  29. data/assets/pages/feed.xml +0 -12
  30. data/assets/pages/index.html +0 -11
  31. data/demo/Gemfile +0 -5
  32. data/demo/_config.yml +0 -7
  33. data/demo/_plugins/theme/config.yml +0 -0
  34. data/demo/_plugins/theme/stylesheets/_colors.scss +0 -16
  35. data/demo/_plugins/theme/stylesheets/_entry.scss +0 -85
  36. data/demo/_plugins/theme/stylesheets/_header.scss +0 -51
  37. data/demo/_plugins/theme/stylesheets/_post-nav.scss +0 -38
  38. data/demo/_plugins/theme/stylesheets/_sizes.scss +0 -17
  39. data/demo/_plugins/theme/stylesheets/_typography.scss +0 -91
  40. data/demo/_plugins/theme/stylesheets/index.scss +0 -16
  41. data/demo/_posts/2014-08-03-dang-that-was-fast.md +0 -18
  42. data/demo/_posts/2014-08-03-hi-guys.markdown +0 -8
  43. data/demo/images/panorama.jpg +0 -0
  44. data/demo/page.html +0 -175
  45. data/lib/octopress-genesis/category-generator.rb +0 -177
  46. data/lib/octopress-genesis.rb +0 -27
  47. data/octopress-genesis.gemspec +0 -38
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-genesis-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-01 00:00:00.000000000 Z
11
+ date: 2015-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-ink
@@ -28,142 +28,156 @@ dependencies:
28
28
  name: octopress-linkblog
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '1.0'
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '1.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: octopress-date-format
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '2.0'
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '2.0'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: octopress-autoprefixer
56
+ name: octopress-paginate
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '1.0'
61
+ version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '1.0'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: octopress-wrap-tag
70
+ name: octopress-autoprefixer
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '1.0'
75
+ version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: '1.0'
82
+ version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
- name: octopress-abort-tag
84
+ name: octopress-wrap-tag
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '1.0'
89
+ version: '0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: '1.0'
96
+ version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: octopress-assign-tag
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '1.0'
103
+ version: '0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '1.0'
110
+ version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: octopress-filter-tag
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - "~>"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: '1.0'
117
+ version: '0'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - "~>"
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: '1.0'
124
+ version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: octopress-comment-tag
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - "~>"
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: '1.0'
131
+ version: '0'
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - "~>"
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: '1.0'
138
+ version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: octopress-return-tag
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - "~>"
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
- version: '1.0'
145
+ version: '0'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - "~>"
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
- version: '1.0'
152
+ version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: octopress-content-for
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - "~>"
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
- version: '1.0'
159
+ version: '0'
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - "~>"
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
- version: '1.0'
166
+ version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: octopress-feeds
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :runtime
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
167
181
  - !ruby/object:Gem::Dependency
168
182
  name: bundler
169
183
  requirement: !ruby/object:Gem::Requirement
@@ -221,7 +235,7 @@ dependencies:
221
235
  - !ruby/object:Gem::Version
222
236
  version: '0'
223
237
  - !ruby/object:Gem::Dependency
224
- name: pry-byebug
238
+ name: octopress-debugger
225
239
  requirement: !ruby/object:Gem::Requirement
226
240
  requirements:
227
241
  - - ">="
@@ -241,15 +255,9 @@ executables: []
241
255
  extensions: []
242
256
  extra_rdoc_files: []
243
257
  files:
244
- - ".gitignore"
245
- - Gemfile
246
- - LICENSE.txt
247
258
  - README.md
248
- - Rakefile
249
259
  - assets/config.yml
250
260
  - assets/includes/archive-post.html
251
- - assets/includes/feed/entry.xml
252
- - assets/includes/feed/head.xml
253
261
  - assets/includes/head.html
254
262
  - assets/includes/index-post.html
255
263
  - assets/includes/post-nav.html
@@ -268,11 +276,6 @@ files:
268
276
  - assets/layouts/page.html
269
277
  - assets/layouts/paginated-posts.html
270
278
  - assets/layouts/post.html
271
- - assets/pages/archive.html
272
- - assets/pages/feed-articles.xml
273
- - assets/pages/feed-links.xml
274
- - assets/pages/feed.xml
275
- - assets/pages/index.html
276
279
  - assets/stylesheets/_colors.scss
277
280
  - assets/stylesheets/_entry.scss
278
281
  - assets/stylesheets/_fonts.scss
@@ -285,24 +288,10 @@ files:
285
288
  - assets/stylesheets/_theme.scss
286
289
  - assets/stylesheets/_typography.scss
287
290
  - assets/stylesheets/index.scss
288
- - demo/Gemfile
289
- - demo/_config.yml
290
- - demo/_plugins/theme/config.yml
291
- - demo/_plugins/theme/stylesheets/_colors.scss
292
- - demo/_plugins/theme/stylesheets/_entry.scss
293
- - demo/_plugins/theme/stylesheets/_header.scss
294
- - demo/_plugins/theme/stylesheets/_post-nav.scss
295
- - demo/_plugins/theme/stylesheets/_sizes.scss
296
- - demo/_plugins/theme/stylesheets/_typography.scss
297
- - demo/_plugins/theme/stylesheets/index.scss
298
- - demo/_posts/2014-08-03-dang-that-was-fast.md
299
- - demo/_posts/2014-08-03-hi-guys.markdown
300
- - demo/images/panorama.jpg
301
- - demo/page.html
302
- - lib/octopress-genesis.rb
303
- - lib/octopress-genesis/category-generator.rb
304
- - lib/octopress-genesis/version.rb
305
- - octopress-genesis.gemspec
291
+ - assets/templates/post_archive.html
292
+ - assets/templates/post_index.html
293
+ - lib/octopress-genesis-theme.rb
294
+ - lib/octopress-genesis-theme/version.rb
306
295
  homepage: ''
307
296
  licenses:
308
297
  - MIT
data/.gitignore DELETED
@@ -1,25 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- *.bundle
19
- *.so
20
- *.o
21
- *.a
22
- mkmf.log
23
- _site
24
- .sass-cache
25
- .DS_Store
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in octopress-genesis.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Brandon Mathis
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
-
@@ -1,30 +0,0 @@
1
- <title type="html">{{ post.title_text }}</title>
2
- {% if post.linkpost %}
3
- <link rel="alternate" type="text/html" href="{{ post.external-url }}"/>
4
- <link rel="related" type="text/html" href="{{ post.url | full_url }}"/>
5
- {% else %}
6
- <link rel="alternate" type="text/html" href="{{ post.url | full_url }}"/>
7
- {% endif %}
8
- <id>{{ post.id }}</id>
9
- <published>{{ post.date_xml }}</published>
10
- <updated>{% return post.updated_date_xml || post.date_xml %}</updated>
11
- <author>
12
- <name>{% return post.author || site.author %}</name>
13
- <uri>{% return post.author_site || site.url %}</uri>
14
- </author>
15
- <content type="html" xml:base="{{ site.url }}" xml:lang="en">
16
- <![CDATA[
17
- {% if theme.feeds.excerpt_articles and post.linkpost == false %}
18
- {{ post.excerpt | full_urls }}
19
-
20
- {% if post.excerpted %}
21
- <p><a href="{{ post.url | full_url }}">Continue reading &rarr;</a></p>
22
- {% endif %}
23
- {% else %}
24
- {{ post.content | full_urls }}
25
- {% if post.linkpost %}
26
- <p><a href="{{ post.url | full_url }}">&infin; Permalink</a></p>
27
- {% endif %}
28
- {% endif %}
29
- ]]>
30
- </content>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <feed xmlns="http://www.w3.org/2005/Atom">
3
- <title>{{ return theme.header.title }}</title>
4
- <link rel="alternate" type="text/html" href="{{ site.url }}/"/>
5
- <link rel="self" type="application/atom+xml" href="{{ page.url | remove:'index.xml' | full_url }}"/>
6
- <id>{{ site.url }}</id>
7
- <updated>{% return include.last_post.date_updated_xml || include.last_post.date_xml %}</updated>
8
- <generator uri="http://octopress.org/">Octopress</generator>
9
- <rights>Copyright © {{ site.time | date: '%Y' }}, {{ site.author | strip_html }}</rights>
@@ -1,14 +0,0 @@
1
- ---
2
- permalink: /feed/articles/
3
- title: Articles-only Feed
4
- feed: articles
5
- ---
6
- {% if theme.feeds.article_feed %}
7
- {% include theme:feed/head.xml last_post=site.articles.last %}
8
- {% for post in site.articles limit:theme.feeds.count %}
9
- <entry>
10
- {% include theme:feed/entry.xml %}
11
- </entry>
12
- {% endfor %}
13
- </feed>
14
- {% else %}{% abort %}{% endif %}
@@ -1,14 +0,0 @@
1
- ---
2
- permalink: /feed/links/
3
- title: Linkpost Feed
4
- feed: linkposts
5
- ---
6
- {% if theme.feeds.linkpost_feed %}
7
- {% include theme:feed/head.xml last_post=site.linkposts.last %}
8
- {% for post in site.linkposts limit:theme.feeds.count %}
9
- <entry>
10
- {% include theme:feed/entry.xml %}
11
- </entry>
12
- {% endfor %}
13
- </feed>
14
- {% else %}{% abort %}{% endif %}
@@ -1,12 +0,0 @@
1
- ---
2
- permalink: /feed/
3
- title: Main Feed
4
- feed: posts
5
- ---
6
- {% include theme:feed/head.xml last_post = site.posts.last %}
7
- {% for post in site.posts limit:theme.feeds.count %}
8
- <entry>
9
- {% include theme:feed/entry.xml %}
10
- </entry>
11
- {% endfor %}
12
- </feed>
@@ -1,11 +0,0 @@
1
- ---
2
- layout: theme:default
3
- ---
4
- <div class="post-index">
5
- {% for post in site.posts limit: 10 %}
6
- {% include theme:index-post.html %}
7
- {% endfor %}
8
- </div>
9
- <nav class="post-index-nav" role="navigation">
10
- <a class='archive-link' href="{{ theme.permalinks.archive }}">Post Archive</a>
11
- </nav>
data/demo/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '../'
4
- gem 'octopress-ink', path: '../../ink'
5
- gem 'jekyll-paginate', path: '../../jekyll-paginate'
data/demo/_config.yml DELETED
@@ -1,7 +0,0 @@
1
- exclude:
2
- - Gemfile*
3
- gems:
4
- - octopress-genesis
5
- url: http://example.com/
6
- paginate: 10
7
- markdown: redcarpet
File without changes
@@ -1,16 +0,0 @@
1
- $site-bg: #edefef;
2
- $main-bg: #f5f6f6;
3
- $page-border: #dadede;
4
-
5
- $accent-color: #e46767; // pale red
6
-
7
- $text-color: #444;
8
- $medium-text-color: #666;
9
- $light-text-color: #888;
10
- $link-color: #4A89DC;
11
-
12
- $site-header-bg: #edefef;
13
- $site-title-color: #555;
14
- $site-nav-color: #333;
15
-
16
- $gray: #8d9297;
@@ -1,85 +0,0 @@
1
- .entry {
2
- margin: { top: 4em; bottom: 4em; }
3
- + .entry {
4
- border-top: 1px solid $page-border;
5
- padding-top: 2em;
6
- }
7
- }
8
-
9
- .article-link {
10
- text-decoration: none;
11
- color: inherit;
12
- &:hover {
13
- color: $link-color;
14
- }
15
- }
16
-
17
- .entry-header {
18
- @if ($center-headings) {
19
- text-align: center;
20
- }
21
- }
22
-
23
- .entry-title {
24
- margin-bottom: 0;
25
- font-size: 2.4rem;
26
- @include at-least($medium) {
27
- font-size: 2.8rem;
28
- }
29
- }
30
-
31
- .entry-meta {
32
- color: $medium-text-color;
33
- }
34
-
35
- .entry-content {
36
- margin: { top: 3rem; bottom: 3rem; }
37
- }
38
-
39
- .entry {
40
- margin: { left: auto; right: auto; }
41
- }
42
-
43
- .entry-meta, .entry-subtitle, .entry-footer {
44
- font-family: $meta-font;
45
- font-weight: 400;
46
- font-size: .9rem;
47
- }
48
-
49
- .entry-header > * {
50
- position: relative;
51
- z-index: 1;
52
- }
53
- .entry-subtitle {
54
- font-size: 1.4rem;
55
- margin-top: 0;
56
- }
57
-
58
- .graphic-title {
59
- margin-top: 0;
60
- .entry-header {
61
- background-size: cover;
62
- background-position: center center;
63
- padding: { top: 10%; bottom: 10%; }
64
- }
65
-
66
- &.light-title {
67
- .entry-header, .entry-meta {
68
- color: #fff;
69
- text-shadow: rgba(#000, .5) 0 1px 1px;
70
- }
71
- .entry-header {
72
- position: relative;
73
- &:after {
74
- content: "";
75
- position: absolute;
76
- z-index: 0;
77
- left: 0;
78
- top: 0;
79
- bottom: 0;
80
- right: 0;
81
- background: rgba(#000, .08);
82
- }
83
- }
84
- }
85
- }
@@ -1,51 +0,0 @@
1
- .site-top-content {
2
- display: table;
3
- width: 100%;
4
- background-color: $site-header-bg;
5
- }
6
-
7
- .site-header, .site-nav {
8
- padding: 1rem 1rem;
9
- vertical-align: middle;
10
- @include at-least($medium) {
11
- padding: 1rem 1.5rem;
12
- }
13
- }
14
-
15
- .site-header {
16
- text-align: left;
17
- display: table-cell;
18
- }
19
-
20
- .site-title {
21
- margin: 0;
22
- font-size: 1.8rem;
23
- }
24
-
25
- .site-title-link {
26
- text-decoration: none;
27
- color: $site-title-color;
28
- font-weight: normal;
29
- }
30
-
31
- .site-nav {
32
- display: table-cell;
33
- text-align: right;
34
- }
35
-
36
- .site-nav-link {
37
- text-decoration: none;
38
- color: $site-nav-color;
39
- padding: 0 .3rem;
40
-
41
- &:last-child {
42
- padding-right: 0;
43
- }
44
- }
45
-
46
- .site-subtitle {
47
- margin: .2rem 0;
48
- color: $medium-text-color;
49
- font-size: .95rem;
50
- }
51
-
@@ -1,38 +0,0 @@
1
- // Post index navigation
2
-
3
- .post-index-nav {
4
- text-align: center;
5
- border-top: 1px solid $page-border;
6
- overflow: hidden;
7
- padding: { top: .65em; }
8
- }
9
-
10
- .post-nav {
11
- border-top: 1px solid $page-border;
12
- overflow: hidden;
13
- }
14
-
15
- .next-post { float: right; text-align: right; }
16
- .previous-post { float: left; }
17
-
18
- .next-post, .previous-post {
19
- text-decoration: none;
20
- color: inherit;
21
- padding: { top: .65em; bottom: .65em; }
22
- }
23
-
24
- .previous-post-marker, .next-post-marker {
25
- color: $accent-color;
26
- font-size: .8em;
27
- }
28
-
29
- .previous-post-title, .next-post-title {
30
- font-family: $title-font;
31
- font-weight: bold;
32
- margin: .2em 0;
33
- }
34
-
35
- .previous-post-date, .next-post-date {
36
- color: $light-text-color;
37
- font-size: .8em;
38
- }
@@ -1,17 +0,0 @@
1
- // Global breakpoints
2
- $tiny: 320px;
3
- $small: 600px;
4
- $medium: 750px;
5
- $large: 900px;
6
- $max: 1080px;
7
-
8
-
9
- // Item widths
10
- $main-sidebar-width: 300px;
11
- $main-content-max: 900px;
12
- $content-pad: 20px;
13
-
14
- $h-pad-box: 5%, 40px;
15
- $v-pad-box: 5%, 30px;
16
-
17
- $base-font-size: 20px;