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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c92dc03e95e724046bbcbd9358d4d02a43f910647ae9fa9fdf0bae79245c5658
4
- data.tar.gz: f81393112d853f393cf6f54f25a7c8dacca552e30ee84085d9a461c0f874ee89
3
+ metadata.gz: 75f8c3dc9b82bcd7bd9b47c7bf8407baedc30adf5db8a0369fa9c1c3d6069aa5
4
+ data.tar.gz: 69e1f553d298bfbf9d3d3a38460dd4cf726966f67e9fed23c767c8aaef3411bf
5
5
  SHA512:
6
- metadata.gz: ce52342ef3f63e7b555263513b2b43c45c609ce24fdc17ad7e7e6b42f3d69d3b66b79b4dbb5d5f31b6ab3949a182cf0fd7ced79d9cb0e8c4a8ac4f3a5cfa05fe
7
- data.tar.gz: 40baab0c5577f9a6802b5dc7865961eab5cb44b9cd21d3e2ff4d350bcc940bbdde6c1f982cec753de7397dde829e133c9188d47a3c2ffb5bb151c61508ab871c
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
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve`
33
- and open your browser at `http://localhost:4000`.
34
- This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test
35
- your theme's contents. As you make modifications to your theme and to your content,
36
- your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
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 your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
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 [gut.org gAG](gut.org).
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 &amp; News</a></li>
5
- <li><a href="{{ include.hostname }}/c/hilfe">Hilfe</a></li>
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.131
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: 2023-12-20 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll