Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge staging into prod #27

Merged
merged 6 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release website

on:
schedule:
- cron: "0 4 * * *"
push:
branches:
- staging
Expand All @@ -18,7 +20,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: Build pages
Expand Down
4 changes: 2 additions & 2 deletions content/datengarten/110.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ event:
end: 2024-02-28T21:30:00+02:00
location: CCCB
language: de
streaming: false
#recording: https://streaming.media.ccc.de/datengarten
streaming: true
recording: https://streaming.media.ccc.de/datengarten/cccb
---
Um die Energiewende voranzutreiben, wird die Kernfusion oft als das ultimative Kraftwerk und als die Lösung all unserer energetischen Probleme angesehen, dennoch blieb diese Technologie seit 1960 stets “dreißig Jahre entfernt”.

Expand Down
2 changes: 1 addition & 1 deletion layouts/datengarten/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@


{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (and .Site.Params.comments (ne .Type "page"))) }}
{{ if .Site.DisqusShortname }}
{{ if .Site.Config.Services.Disqus.Shortname }}
<div class="disqus-comments">
{{ template "_internal/disqus.html" . }}
</div><!--/.disqus-comments-->
Expand Down
2 changes: 1 addition & 1 deletion themes/beautifulhugo