jekyll-theme-hydeout 3.4.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +0 -0
  3. data/README.md +0 -0
  4. data/_includes/category-links.html +0 -0
  5. data/_includes/comments.html +0 -0
  6. data/_includes/copyright.html +0 -0
  7. data/_includes/custom-foot.html +0 -0
  8. data/_includes/custom-head.html +0 -0
  9. data/_includes/custom-icon-links.html +0 -0
  10. data/_includes/custom-nav-links.html +0 -0
  11. data/_includes/disqus.html +0 -0
  12. data/_includes/favicons.html +0 -0
  13. data/_includes/font-includes.html +0 -0
  14. data/_includes/google-analytics.html +0 -0
  15. data/_includes/head.html +0 -0
  16. data/_includes/page-links.html +0 -0
  17. data/_includes/pagination-newer.html +0 -0
  18. data/_includes/pagination-older.html +0 -0
  19. data/_includes/post-meta.html +0 -0
  20. data/_includes/post-tags.html +0 -0
  21. data/_includes/related_posts.html +0 -0
  22. data/_includes/search-form.html +0 -0
  23. data/_includes/sidebar-icon-links.html +0 -0
  24. data/_includes/sidebar-nav-links.html +0 -0
  25. data/_includes/sidebar.html +0 -0
  26. data/_includes/svg/back-arrow.svg +0 -0
  27. data/_includes/svg/download.svg +0 -0
  28. data/_includes/svg/feed.svg +0 -0
  29. data/_includes/svg/github.svg +0 -0
  30. data/_includes/svg/search.svg +0 -0
  31. data/_includes/svg/tags.svg +0 -0
  32. data/_includes/tags-list.html +0 -0
  33. data/_layouts/category.html +0 -0
  34. data/_layouts/default.html +0 -0
  35. data/_layouts/index.html +0 -0
  36. data/_layouts/page.html +0 -0
  37. data/_layouts/post.html +0 -0
  38. data/_layouts/search.html +0 -0
  39. data/_layouts/tags.html +0 -0
  40. data/_sass/hydeout.scss +0 -0
  41. data/_sass/hydeout/_base.scss +0 -0
  42. data/_sass/hydeout/_code.scss +0 -0
  43. data/_sass/hydeout/_layout.scss +0 -0
  44. data/_sass/hydeout/_masthead.scss +0 -0
  45. data/_sass/hydeout/_message.scss +0 -0
  46. data/_sass/hydeout/_pagination.scss +0 -0
  47. data/_sass/hydeout/_posts.scss +0 -0
  48. data/_sass/hydeout/_search.scss +0 -0
  49. data/_sass/hydeout/_syntax.scss +0 -0
  50. data/_sass/hydeout/_tags.scss +0 -0
  51. data/_sass/hydeout/_type.scss +0 -0
  52. data/_sass/hydeout/_variables.scss +2 -2
  53. data/assets/css/main.scss +0 -0
  54. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9afacb0f0e988b48b623bdb9ded8f1ddb46c6dae
4
- data.tar.gz: '09e298774f40ff1b287d6a6f62a72015286ca40c'
3
+ metadata.gz: fd28eb0529c91e6fd3ef487897c89bf4fab3973d
4
+ data.tar.gz: 4c936095217f038eea3aee9cd917a0c5f3f7ce7a
5
5
  SHA512:
6
- metadata.gz: 4b4379c518e9293d4fe52f21fde834af64d432d428fc875b33f7b298225745ce7a26767d17bca8c7e0958a705d551117bca32f652e61747bf1a1eda3eb576686
7
- data.tar.gz: 86ad8dcd0c69d1efff41b9f3ff4b279081b57a71966bc9d8e610b6d0c33c0cc5b5b6d92ca7974d8d3985a776971740c7e87c4e3298c0e7ea2a7279aaea21c390
6
+ metadata.gz: dc4a8f97fc0e4fe57dbf55507cd62c83552f9c7ee2fc9d65d2d5aab37418b892b310360cde63c157af38ca78a654e1a8ad081bf6af43c1228ed7b8fcb3f90a29
7
+ data.tar.gz: fdc352f600675ea69610eb9060a8c7548335b4a0576f1a347bd72a5bb0c1765406fd8916ca36c762c40203db9e908a6b6770ac5031212cb226531b55a0b10db9
data/LICENSE.md CHANGED
File without changes
data/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -31,7 +31,7 @@ $heading-spacing: 0.5rem !default;
31
31
  $section-spacing: 2rem !default;
32
32
  $sidebar-width: 18rem !default;
33
33
 
34
- $large-breakpoint: 48rem !default;
34
+ $large-breakpoint: 49rem !default;
35
35
  $large-font-size: 1.25rem !default;
36
36
 
37
37
  $box-shadow-size: 1px !default;
@@ -47,4 +47,4 @@ $code-color: #bf616a !default;
47
47
  // Hyde theming
48
48
  $sidebar-bg-color: #202020 !default;
49
49
  $sidebar-sticky: true !default;
50
- $layout-reverse: false !default;
50
+ $layout-reverse: false !default;
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hydeout
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Fong
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-13 00:00:00.000000000 Z
11
+ date: 2017-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
- rubygems_version: 2.6.8
163
+ rubygems_version: 2.6.12
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: The Hyde theme for Jekyll, refreshed.