sutty-jekyll-theme 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fed60c980f15bed2b4d4b820b48aff2a9f55e69cb3658676bf38881b77819090
4
- data.tar.gz: cf3a488d7fbb24b6c2b5e9fa74ce498e3c99a6bdb8b2a896df7e6c2916c03421
3
+ metadata.gz: c89b58e08adfe4dcbee5fe42b98691d436d78da1d85b16dc30fee5622b3fc48f
4
+ data.tar.gz: cc0d0261f6c7039b0cd139a999f8371e0e83af55f9eb54e87325cf315bc5121d
5
5
  SHA512:
6
- metadata.gz: dfb71713abc0fc653777cf2b47deac645e306f316250173324edb0ac2e93a0d29e83a8e133a1be7672e474beb974910193b7096f60d56d4721b1b6d0803781b0
7
- data.tar.gz: 3a53c500282fe5f590eb626009b73eaa5e0f540e111666147d2db6ac5e4c24c4054e68e7e28ad7094e92cdb5126ae19a9dca57397a801a6a8e9786fb3a519ce0
6
+ metadata.gz: db97ed36920af9ea11e598e85c5f7d611a9ca389ef5708db35cfe58250d08837347c1c97128b622d538b960883258de5eba43c7c343d99ce560e62ac93959a2e
7
+ data.tar.gz: 3eab5ef146ef825e4c65ffcffa4a80ecb1397bf41bfe2ca97ec2167f4f9492c4f96339c5206ebd7680867ad1261533b48b09fd097c8405d335b64fd2fce7f78e
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## 0.1.1 - 2020-04-07
4
+
5
+ * Responsive images
6
+
7
+ ## 0.1.0 - 2020-03-06
8
+
9
+ First release!
data/README.md CHANGED
@@ -48,6 +48,38 @@ We recommend you start a site with our base site
48
48
  The [Saira](https://github.com/Omnibus-Type/Saira) font is subsetted to
49
49
  latin characters.
50
50
 
51
+ ### Customization
52
+
53
+ * **Change logo:** Add your own logo in `_includes/logo.svg`, you can
54
+ add some metadata, check the [source
55
+ file](https://0xacab.org/sutty/jekyll/sutty-jekyll-theme/-/blob/master/_includes/logo.svg).
56
+
57
+ * **I18n / Edit menu:** This can be done by installing
58
+ [jekyll-locales](https://rubygems.org/gems/jekyll-locales/) and
59
+ modifying the `_data/LANGUAGE.yml` files:
60
+
61
+ ```yaml
62
+ ---
63
+ locale: English
64
+ # Leave empty for theme default
65
+ date_format: '%m/%d/%Y'
66
+ # This modifies the logo metadata if any (see _includes/logo.svg)
67
+ site:
68
+ title: Your site name
69
+ description: Your site description
70
+ # Title for the articles list on the homepage
71
+ home:
72
+ articles: Articles
73
+ menu:
74
+ title: 'Menu'
75
+ active: '(current)'
76
+ items:
77
+ - url: 'https://sutty.nl/'
78
+ text: 'Sutty'
79
+ ```
80
+
81
+ `items` is an Array of Hashes with `url` and `text` keys.
82
+
51
83
  ## Contributing
52
84
 
53
85
  Bug reports and pull requests are welcome on 0xacab at
data/_includes/logo.svg CHANGED
@@ -1,6 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.335 11.988" height="45" role="img" aria-labelledby="title desc">
2
- <title id="title">{{ site.i18n.sutty.title | escape }}</title>
3
- <desc id="desc">{{ site.i18n.sutty.desc | escape }}</desc>
2
+ <title id="title">{{ site.i18n.site.title | default: site.title | escape }}</title>
3
+ <desc id="desc">{{ site.i18n.site.description | default: site.description | escape }}</desc>
4
4
  <path d="M9.028 9.107c-.836 0-1.506-.254-2.017-.765-.51-.51-.77-1.148-.783-1.913V2.41h1.336v3.97c0 .38.14.708.418.98.278.273.625.41 1.04.41.381 0 .712-.134.992-.407.28-.272.421-.6.421-.984V2.41h1.328v4.02c-.013.767-.272 1.404-.777 1.912-.509.511-1.162.765-1.958.765M13.88 2.498h1.188V.018h1.33v2.48h1.186v1.328H16.4v5.278h-1.331V3.826H13.88zM19.367 2.477h1.188V0h1.331v2.477h1.186v1.33h-1.186v5.279h-1.33V3.807h-1.189zM1.503 7.567c.159.154.346.23.566.23a.773.773 0 0 0 .561-.23.77.77 0 0 0 .235-.571.763.763 0 0 0-.23-.559c-.108-.108-.336-.272-.688-.494-.479-.262-.82-.493-1.021-.694A1.723 1.723 0 0 1 .4 3.985c0-.498.174-.921.526-1.276.352-.352.775-.529 1.27-.529.497 0 .91.167 1.238.5.236.236.387.498.45.791l-1.291.373a.584.584 0 0 0-.09-.211.417.417 0 0 0-.307-.117.448.448 0 0 0-.33.138.448.448 0 0 0-.138.33c0 .13.045.239.135.329.082.076.264.209.553.391.531.291.915.556 1.156.797.415.42.622.918.622 1.495 0 .59-.207 1.095-.62 1.513a2.038 2.038 0 0 1-1.505.627 2.033 2.033 0 0 1-1.503-.63A2.085 2.085 0 0 1 0 7.435l1.323-.283c.037.193.098.333.18.415" class="is-path-magenta" fill="#f206f9"/>
5
5
  <path d="M26.777 11.988h-1.404l4.53-9.506h1.436z" class="is-path-magenta" fill="#f206f9"/>
6
6
  <path d="M26.954 6.468h1.435l-.145-.306h-1.439zm-1.793-3.68h1.49l-.146-.306H25.01zm.297.614h1.483l-.145-.307H25.31zm.3.613h1.47l-.141-.307h-1.48zm.298.613h1.464l-.146-.306h-1.467zm.3.614h1.455l-.146-.307h-1.46zm.297.613h1.445l-.142-.307h-1.451zm.598 1.227h1.429l-.145-.307h-1.433zm.152.306l.076.162-.07.145h1.42l.07-.145-.074-.162zm-.275.91l-.007.01h1.414l.148-.306h-1.416zm-.3.624h1.413l.148-.307h-1.413zm-.291.613h1.41l.148-.307h-1.413zm-.291.613h1.41l.145-.306h-1.41zm-.294.614h1.41l.145-.307h-1.41zm-.291.613h1.407l.145-.307h-1.407zm1.113.613l.145-.306h-1.407l-.145.306z" class="is-path-magenta" fill="#13fefe"/>
data/_sass/images.scss ADDED
@@ -0,0 +1,5 @@
1
+ .e-content {
2
+ img {
3
+ @include img-fluid();
4
+ }
5
+ }
@@ -6,6 +6,7 @@
6
6
  @import "selection";
7
7
  @import "bootstrap/scss/bootstrap-reboot";
8
8
  @import "bootstrap/scss/bootstrap-grid";
9
+ @import "bootstrap/scss/images";
9
10
  @import "bootstrap/scss/nav";
10
11
  @import "bootstrap/scss/navbar";
11
12
  @import "bootstrap/scss/type";
@@ -17,3 +18,4 @@
17
18
  @import "bootstrap/scss/utilities/screenreaders";
18
19
  @import "bootstrap/scss/print";
19
20
  @import "print";
21
+ @import "images";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-jekyll-theme
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
  - f
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-06 00:00:00.000000000 Z
11
+ date: 2020-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -129,8 +129,10 @@ executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files:
131
131
  - README.md
132
+ - CHANGELOG.md
132
133
  - LICENSE.txt
133
134
  files:
135
+ - CHANGELOG.md
134
136
  - LICENSE.txt
135
137
  - README.md
136
138
  - _includes/logo.svg
@@ -141,6 +143,7 @@ files:
141
143
  - _layouts/post.html
142
144
  - _sass/buttons.scss
143
145
  - _sass/crypto.scss
146
+ - _sass/images.scss
144
147
  - _sass/print.scss
145
148
  - _sass/saira.scss
146
149
  - _sass/selection.scss