Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
12cca8fbe3 | |||
71dae55ccd |
1
.gitignore
vendored
@ -125,4 +125,3 @@ fabric.properties
|
|||||||
|
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/ruby,jekyll,webstorm
|
# End of https://www.gitignore.io/api/ruby,jekyll,webstorm
|
||||||
.DS_Store
|
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
pipeline:
|
kind: pipeline
|
||||||
docker:
|
name: website build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
@ -13,19 +16,23 @@ pipeline:
|
|||||||
password:
|
password:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
#
|
||||||
- branch: master
|
#- name: publish Website
|
||||||
|
# image: appleboy/drone-ssh
|
||||||
docker-devel:
|
# settings:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
# host: freifunk-rhein-sieg.net
|
||||||
settings:
|
# port: 22
|
||||||
platforms: linux/amd64
|
# username: dronebot
|
||||||
registry: git.freifunk-rhein-sieg.net
|
# password:
|
||||||
repo: git.freifunk-rhein-sieg.net/freifunk-rhein-sieg/freifunk-rhein-sieg.net
|
# from_secret: ffrs_server_password
|
||||||
username:
|
# script:
|
||||||
from_secret: gitea_user
|
# - cd /opt/docker/ffrs-website-docker-compose/
|
||||||
password:
|
# - docker-compose pull
|
||||||
from_secret: gitea_token
|
# - docker-compose up -d
|
||||||
tags: devel
|
#
|
||||||
when:
|
#- name: slack
|
||||||
- branch: devel
|
# image: plugins/slack
|
||||||
|
# settings:
|
||||||
|
# webhook:
|
||||||
|
# from_secret: slack_webhook
|
||||||
|
# channel: z_rhein-sieg-website
|
@ -1,4 +1,4 @@
|
|||||||
FROM klakegg/hugo:0.64.0-onbuild AS builder
|
FROM monachus/hugo:v0.64.0 AS builder
|
||||||
|
|
||||||
FROM nginx:1.25.2-alpine
|
FROM nginx:1.17.6-alpine
|
||||||
COPY --from=builder /target /usr/share/nginx/html
|
COPY --from=builder /usr/share/nginx/html /usr/share/nginx/html
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Kontakt"
|
|
||||||
date: 2020-02-10T17:19:33+01:00
|
|
||||||
draft: false
|
|
||||||
---
|
|
||||||
|
|
||||||
# Kontakt
|
|
||||||
|
|
||||||
## per E-Mail im Ticket Sytem
|
|
||||||
|
|
||||||
<button id="zammad-feedback-form">Feedback</button>
|
|
||||||
|
|
||||||
<script id="zammad_form_script" src="https://support.freifunk-rhein-sieg.net/assets/form/form.js"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
$(function() {
|
|
||||||
$('#zammad-feedback-form').ZammadForm({
|
|
||||||
messageTitle: 'Feedback-Formular',
|
|
||||||
messageSubmit: 'Übermitteln',
|
|
||||||
messageThankYou: 'Vielen Dank für Ihre Anfrage (#%s). Wir melden uns umgehend.',
|
|
||||||
modal: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
## Community Treffen
|
|
||||||
|
|
||||||
Wir treffen und Monatlich in der AWO Troisdorf Mitte. Die aktuellen Termine findest du auf der Webseite der Community Troisdorf:
|
|
||||||
|
|
||||||
[Freifunk Treffen](https://freifunk-troisdorf.de/kontakt_treffen/)
|
|
17
site/content/kontakt.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: "Kontakt"
|
||||||
|
date: 2020-02-10T17:19:33+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
# Kontakt
|
||||||
|
|
||||||
|
## per E-Mail im Ticket Sytem
|
||||||
|
|
||||||
|
E-Mail/Ticket: [Ticket System](https://tickets.freifunk-rhein-sieg.net/open.php)
|
||||||
|
|
||||||
|
## Community Treffen
|
||||||
|
|
||||||
|
Wir treffen und Monatlich in der AWO Troisdorf Mitte. Die aktuellen Termine findest du auf der Webseite der Community Troisdorf:
|
||||||
|
|
||||||
|
[Freifunk Treffen](https://freifunk-troisdorf.de/kontakt_treffen/)
|
@ -2,7 +2,6 @@
|
|||||||
title: "Über uns"
|
title: "Über uns"
|
||||||
date: 2019-03-09T20:16:47+01:00
|
date: 2019-03-09T20:16:47+01:00
|
||||||
url: /
|
url: /
|
||||||
permalink: "/ueber_uns/"
|
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
@ -23,3 +23,4 @@ draft: false
|
|||||||
{{< sponsor img="/logo_ffrl.svg" alt="Logo Freifunk Rheinland" link="http://freifunk-rheinland.net" >}}
|
{{< sponsor img="/logo_ffrl.svg" alt="Logo Freifunk Rheinland" link="http://freifunk-rheinland.net" >}}
|
||||||
{{< sponsor img="/logo_trowista.jpg" alt="Logo Trowista GmbH" link="http://trowista.de" >}}
|
{{< sponsor img="/logo_trowista.jpg" alt="Logo Trowista GmbH" link="http://trowista.de" >}}
|
||||||
{{< sponsor img="/logo_staatskanzlei_nrw.svg" alt="Logo Staatskanzlei NRW" link="https://www.land.nrw/de/landesregierung/ministerpraesident/staatskanzlei" >}}
|
{{< sponsor img="/logo_staatskanzlei_nrw.svg" alt="Logo Staatskanzlei NRW" link="https://www.land.nrw/de/landesregierung/ministerpraesident/staatskanzlei" >}}
|
||||||
|
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 385 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 963 B After Width: | Height: | Size: 963 B |