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 +4 -4
- data/README.md +20 -17
- data/_layouts/default.html +1 -1
- data/assets/{images → theme_images}/favicon.ico +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc8f2dbc54e07dd8ec448c4de4ea46b640000e4e
|
|
4
|
+
data.tar.gz: 5e45e0c87327daea8a89895305212a7726480ecd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e10e892749283feaf008cc8befe816864d4f88d24730c74fd2a9105f93e76707726bf53e077162aeacc9d37e384254d23e768fea05e35a23637889a0a06ba3b
|
|
7
|
+
data.tar.gz: 46dfa44609852cfc309fd9adc940adaa6d6d54671c00afbcb0ccee6ce6388ddc3dbe672581e856790539fbef7532b37aee67280715bf5d480e08890ba05e981a
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# betterplace-content
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
##
|
|
31
|
+
## Quick Update all content theme
|
|
46
32
|
|
|
47
|
-
|
|
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
|
+
```
|
data/_layouts/default.html
CHANGED
|
@@ -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/
|
|
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.
|
|
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
|