Compare commits

15 Commits
dev ... main

Author SHA1 Message Date
9aca8bc1b4 .
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2025-09-26 10:34:41 +02:00
8f2a0eeb16 .
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2025-09-26 10:33:06 +02:00
d9dd92bd6d .
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2025-09-26 10:31:10 +02:00
c074d97ab0 .
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
2025-09-26 10:29:40 +02:00
1bde51259d updated stile of contact data
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
2025-09-26 10:27:48 +02:00
11d6a67612 added contact information
All checks were successful
Website / Website veröffentlichen (push) Successful in 9s
2025-09-26 10:24:53 +02:00
e1351b7d70 .
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2024-07-18 00:06:22 +02:00
9c1da6fc3d .
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2024-07-18 00:03:28 +02:00
e3ba726f49 .
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
2024-07-18 00:02:11 +02:00
be0b865895 change visibility of main
All checks were successful
Website / Website veröffentlichen (push) Successful in 8s
2024-07-17 23:59:30 +02:00
c87afa379a update dev.yml
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2024-07-12 07:53:19 +02:00
93ecdb17ce update dev.yml
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
2024-07-12 07:44:24 +02:00
b0f600371b add dev workflow
All checks were successful
Website / Website veröffentlichen (push) Successful in 7s
2024-07-12 07:36:56 +02:00
501a707783 public website is under developement
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2024-07-11 07:02:18 +02:00
1f826a1db6 website in dev mode
All checks were successful
Website / Website veröffentlichen (push) Successful in 7s
2024-07-11 06:55:47 +02:00
4 changed files with 53 additions and 6 deletions

37
.gitea/workflows/dev.yml Normal file
View File

@@ -0,0 +1,37 @@
name: Website
on:
push:
branches: [dev]
defaults:
run:
working-directory: /opt/runner/workdir/fte-homepage-dev
jobs:
publish:
name: Website veröffentlichen
if: gitea.repository == 'fte/FTE-Homepage'
runs-on: act-runner
steps:
- name: Pull
run: |
git fetch --all
git reset --hard origin/dev
- name: NPM install
run: |
npm i
- name: Build
run: |
rm -rf public
hugo --minify --gc --baseURL="https://dev.ftecke.de"
- name: Deploy
run: |
cd public
rsync -azr --delete ./ /var/www/html/dev.ftecke.de/
# - name: Notification
# uses: actions/telegram-action@main
# if: always()
# with:
# chat_id: ${{ secrets.TG_CHAT_ID }}
# token: ${{ secrets.TG_TOKEN }}

View File

@@ -2,4 +2,4 @@
title = "Impressum und Datenschutzerklärung" title = "Impressum und Datenschutzerklärung"
+++ +++
jooo Derzeit nicht verfügbar.

View File

@@ -16,19 +16,28 @@
<body> <body>
{{- partial "alert.html" . -}} {{- partial "alert.html" . -}}
{{- partial "header.html" . -}} <!-- {{- partial "header.html" . -}} -->
<div class="scroll-top rounded-full"> <div class="scroll-top rounded-full">
<span class="icon-keyboard_arrow_up text-2xl"></span> <span class="icon-keyboard_arrow_up text-2xl"></span>
</div> </div>
{{- partial "slide.html" . -}} <!-- {{- partial "slide.html" . -}} -->
<!-- {{- partial "strip.html" . -}} --> <!-- {{- partial "strip.html" . -}} -->
{{ if ne .Site.Params.showBlog false }} {{ if ne .Site.Params.showBlog false }}
<div class="mx-auto my-10 max-w-6xl"> <div class="mx-auto my-10 max-w-6xl">
<h2 class="text-4xl ml-2">Blog</h2> <h1 class="text-4xl font-bold">Ups! Diese Website wird gerade noch entwickelt.</h1>
{{- partial "recent.html" . -}} <hr>
<br>
<p class="text-2xl font-bold">Trotzdem Interesse? Hier meine Kontaktdaten:</p>
<ul>
<li>Email: <span class="text-white-custom">kontakt@ftecke.de</span></li>
<li>Telefon: +49 3475 2028989</li>
<li>WhatsApp: +49 176 45960424</li>
<li>Facebook: <a class="text-white-custom" href="https://www.facebook.com/p/Dj-Ecke-100069638587825/">www.facebook.com</a></li>
</ul>
<!-- {{- partial "recent.html" . -}} -->
</div> </div>
{{ end }} {{ end }}
{{- partial "footer.html" . -}} <!-- {{- partial "footer.html" . -}} -->
<script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script> <script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script>
<script> <script>
var mySwiper = new Swiper(".swiper-container", { var mySwiper = new Swiper(".swiper-container", {

View File

@@ -1,4 +1,5 @@
<header> <header>
<meta http-equiv="refresh" content="0;url=https://www.ftecke.de">
<div id="overlay"> <div id="overlay">
<ul class="text-center list-none text-white text-3xl"> <ul class="text-center list-none text-white text-3xl">
{{ range .Site.Menus.main }} {{ range .Site.Menus.main }}