betterplace-content 0.1.11 → 0.1.12

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
  SHA1:
3
- metadata.gz: e9f885cd1018d6464432dc919906e743c5536a2a
4
- data.tar.gz: 3bbc72cf11f4774af07106a8257f508d096e5f22
3
+ metadata.gz: cc8f2dbc54e07dd8ec448c4de4ea46b640000e4e
4
+ data.tar.gz: 5e45e0c87327daea8a89895305212a7726480ecd
5
5
  SHA512:
6
- metadata.gz: 10369f40a00413e56a275cd4bbf1cde2317546cc75cff210f93e6cbd3c2cabc959eba63f62b11f7c69014091e74cd6a5f4e5435e01f1081f813b77d9ab32ab57
7
- data.tar.gz: 4c105163319be4b7fa305cc4019eb896f81e07eefb18ad2d51ac9642d3324b8fe6ff1fb0e84d3e29ccfa34afa2ea8ad67f8c597a06829e25203d41dc0f5d07b2
6
+ metadata.gz: 4e10e892749283feaf008cc8befe816864d4f88d24730c74fd2a9105f93e76707726bf53e077162aeacc9d37e384254d23e768fea05e35a23637889a0a06ba3b
7
+ data.tar.gz: 46dfa44609852cfc309fd9adc940adaa6d6d54671c00afbcb0ccee6ce6388ddc3dbe672581e856790539fbef7532b37aee67280715bf5d480e08890ba05e981a
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # betterplace-content
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Jekyll theme for betterplace content pages.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,18 +20,6 @@ And then execute:
22
20
 
23
21
  $ bundle
24
22
 
25
- Or install it yourself as:
26
-
27
- $ gem install betterplace-content
28
-
29
- ## Usage
30
-
31
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
-
37
23
  ## Development
38
24
 
39
25
  To set up your environment to develop this theme, run `bundle install`.
@@ -42,7 +28,24 @@ Your theme is setup just like a normal Jekyll site! To test your theme, run `bun
42
28
 
43
29
  When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
44
30
 
45
- ## License
31
+ ## Quick Update all content theme
46
32
 
47
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
33
+ Example script, works for `fish`
48
34
 
35
+ ```
36
+ #!/usr/bin/env fish
37
+
38
+ for folder in (ls -d */ | grep content-)
39
+ cd $folder
40
+ echo "update $folder"
41
+ chruby 2.4.1
42
+ git pull --quiet
43
+ bundle --quiet
44
+ git checkout Gemfile
45
+ bundle update --quiet
46
+ git add Gemfile.lock
47
+ git commit -m "Update layout gem" > /dev/null
48
+ git push --quiet
49
+ cd ..
50
+ end
51
+ ```
@@ -25,7 +25,7 @@
25
25
  <!-- TODO TJO: Lösung bei der wir prüfen ob das File existiert. Oder aber nur nach Bedingung (Page? Site?) diese Zeile ausführen. -->
26
26
  <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/{{ site.css_root }}.css" />
27
27
 
28
- <link href="/assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
28
+ <link href="{{ site.baseurl }}/assets/theme_images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
29
29
 
30
30
  {{ page.head_include }}
31
31
  {{ layout.head_include }}
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace developers
@@ -110,7 +110,6 @@ files:
110
110
  - assets/css/jobs.sass
111
111
  - assets/css/news.sass
112
112
  - assets/css/team.sass
113
- - assets/images/favicon.ico
114
113
  - assets/theme_images/about-us/because-icon-desktop.png
115
114
  - assets/theme_images/about-us/because-icon-phone.png
116
115
  - assets/theme_images/about-us/feature-list-bullet.png
@@ -152,6 +151,7 @@ files:
152
151
  - assets/theme_images/botschafter/content-header.png
153
152
  - assets/theme_images/breadcrumb-arrow.png
154
153
  - assets/theme_images/distortion.png
154
+ - assets/theme_images/favicon.ico
155
155
  - assets/theme_images/freundeskreis/illustration-1.png
156
156
  - assets/theme_images/freundeskreis/illustration-2.png
157
157
  - assets/theme_images/freundeskreis/illustration-3.png