Compare commits

..

No commits in common. "f487979c554659400e6386b01b24e4b7c824d16a" and "8d996651aa29fb973755f240d1487bf6eb596206" have entirely different histories.

4 changed files with 1 additions and 22 deletions

View file

@ -3,10 +3,6 @@ set -euo pipefail
target="$1"
function rsync_command() {
rsync -varzLP --delete "result-${target}/" "schabernack@yuzuru.sbruder.xyz:${directory}" "$@"
}
case "$target" in
"staging")
nix_package="schulischer-schabernack-staging"
@ -23,5 +19,4 @@ case "$target" in
esac
nix build -o "result-${target}" -L ".#${nix_package}"
rsync_command --include "episodes" --include "episodes/*" --exclude "*"
rsync_command
rsync -varzLP --delete "result-${target}/" "schabernack@yuzuru.sbruder.xyz:${directory}"

View file

@ -61,17 +61,6 @@ h2 a {
font-size: 0.75rem;
}
#staging-overlay {
background-image: url("/assets/staging.svg");
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: 10000;
opacity: 0.075;
pointer-events: none;
}
// noscript fallbacks
.podlove-player > audio {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -27,9 +27,6 @@
{%- endblock metadata %}
</head>
<body>
{%- if config.base_url is containing("staging") %}
<div id="staging-overlay"></div>
{%- endif %}
<div class="container has-background-white" id="page-wrapper">
{%- block banner %}
<a href="{{ get_url(path="/") }}"><img id="banner" src="{{ get_url(path="assets/banner.jpg") | safe }}" alt="Banner von {{ config.title }}"></a>