Compare commits

..

No commits in common. "fcd044f242151dfe0323e162367338e4a504b01a" and "0b9d03bfb26d217496b96ebfb19903e4a957ecf4" have entirely different histories.

5 changed files with 4 additions and 33 deletions

View File

@ -27,13 +27,4 @@ Dann laden wir dich in unseren offenen Element-Space ein:
![](/images/element-logo.svg) [Space "OERcommunity"](https://matrix.to/#/#oercommunity:rpi-virtuell.de)
Oder melde dich direkt bei unserem [Team](/unser-team/)!
----
![](/images/gefoerdert_vom_bmbf.jpg)
Das Projekt FOERBICO wird von Mai 2024 bis Ende April 2027 vom
[Bundesministerium für Bildung und Forschung (BMBF)](https://www.bmbf.de/)
im Rahmen der [OER-Strategie](https://www.oer-strategie.de/) des Bundes unter den
Förderkennzeichen 01PO23012A, 01PO23012B und 01PO23012C gefördert.
Oder melde dich direkt bei unserem [Team](/unser-team/)!

View File

@ -18,6 +18,9 @@ menus:
- name: Blog
url: /blog/
weight: 300
- name: Impressum
url: /impressum/
weight: 500
Pagination:
disableAliases: false

View File

@ -24,12 +24,6 @@
</p>
</footer>
{{- /* below this line the code was copied */ -}}
{{- /* from the original PaperMod partial "footer.html". */ -}}
{{- /* cf. line 25 ff -}}
{{- /* https://github.com/adityatelange/hugo-PaperMod/blob/9f1f414be805a2f94e2f51bd4be2b365ff12386d/layouts/partials/footer.html#L25 */ -}}
{{- if (not site.Params.disableScrollToTop) }}
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">

View File

@ -1,17 +0,0 @@
#!/bin/bash
set -e
# script im root dir ausführen
working_directory=$(basename $(pwd))
if [ "$working_directory" != "FOERBICO" ]; then
echo "not in root dir 'FOERBICO'"
exit 1
fi
find sb/public -type f | while read FILE ;
do
sed -i -s -E 's|http://oer.community/|http://int.oer.community/|g' "$FILE"
sed -i -s -E 's|https://oer.community/|https://int.oer.community/|g' "$FILE"
#sed -i -s -E 's|https://oer.community/|https://xxx.oer.community/|g' "$FILE"
done
#TODO / FIXME: Basis-Ordner dynamsich; als Parameter

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB