betterplace-content 0.7.131 → 0.7.134
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 +15 -7
- data/_includes/subnavi-default-de.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75f8c3dc9b82bcd7bd9b47c7bf8407baedc30adf5db8a0369fa9c1c3d6069aa5
|
4
|
+
data.tar.gz: 69e1f553d298bfbf9d3d3a38460dd4cf726966f67e9fed23c767c8aaef3411bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0311ef800e303cee1bcd42169e99a403c5693109c4629cf5c3ef2d12a9d5d7be23e06d8f42cbd7cc3675235e62a40d3a018360dad89c954ec0751191a4b08d1e
|
7
|
+
data.tar.gz: 1ae46a5028c20a1dba62703ae8bc22f5e5ad41a178093718f5934a2246420b9b7a5809e29c4e8e56305055a8a02716e774a387e02ea2dca45d8dc02b161bf91a
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
Jekyll theme for betterplace content pages.
|
4
4
|
|
5
|
+
**Note that our content pages (theme consumers) are usually edited via cloudcannon.**
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
Add this line to your Jekyll site's `Gemfile`:
|
@@ -29,13 +31,19 @@ The installation script will ask you for a personal github access token with rep
|
|
29
31
|
Instructions: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.
|
30
32
|
Afterwards provide this token when the script asks for it, or add it to GITHUB_TOKEN file (ignored by git).
|
31
33
|
|
32
|
-
|
33
|
-
and open your browser at `http://localhost:4000`.
|
34
|
-
|
35
|
-
|
36
|
-
|
34
|
+
The theme is setup just like a normal Jekyll site - to test you could add pages, run `bundle exec jekyll serve`
|
35
|
+
and open your browser at `http://localhost:4000`. Note however that the real pages are usually edited via cloudcannon.
|
36
|
+
|
37
|
+
## Testing 'static pages'
|
38
|
+
|
39
|
+
To test a static page locally, e.g. [c/stellen](github.com/betterplace/content-stellen), `cd` into the respective directory and run
|
40
|
+
`USE_DEVELOPMENT_THEME=1 bundle`.
|
41
|
+
|
42
|
+
Then use `JEKYLL_ENV=... bundle exec jekyll serve` to start a local jekyll server (on port 4000, read output of the command) emulating the respective environment, e.g. `JEKYLL_ENV=production bundle exec jekyll serve` will let your page include the production javascript assets.
|
43
|
+
|
44
|
+
Note that the links in the layout (e.g. `c/stellen`) in the betterplace.org application are not automatically updated, i.e. they will not be resolved.
|
37
45
|
|
38
|
-
When
|
46
|
+
When done testing, switch back the gem dependency via `USE_DEVELOPMENT_THEME=0 bundle`.
|
39
47
|
|
40
48
|
## Helpers
|
41
49
|
|
@@ -60,4 +68,4 @@ github every time.
|
|
60
68
|
## License
|
61
69
|
|
62
70
|
'content--theme' is released under the [Apache-2.0](LICENSE.txt) license, Copyright
|
63
|
-
2017..2022 [
|
71
|
+
2017..2022 [betterplace.org gGmbH](betterplace.org).
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<li class="is-left"><a href="{{ include.hostname }}/de/projects/7046" class="btn btn-primary">Unterstütze betterplace.org</a></li>
|
3
3
|
<li><a href="{{ include.hostname }}/c/ueber-uns">Über uns</a></li>
|
4
4
|
<li><a href="{{ include.hostname }}/c/neues">Blog & News</a></li>
|
5
|
-
<li><a href="
|
5
|
+
<li><a href="https://support.betterplace.org/hc/de">Hilfe</a></li>
|
6
6
|
<li><a href="{{ include.hostname }}/c/kontakt">Kontakt</a></li>
|
7
7
|
<li><a href="{{ include.hostname }}/c/stellen">Jobs</a></li>
|
8
8
|
<li><a href="{{ include.hostname }}/c/unser-team">Team</a></li>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betterplace-content
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.134
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- betterplace.org Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|