Compare commits

..

No commits in common. "399e9a9c5e2324079e2f8df69410bcc1b946645e" and "2d1be97ea55718601cc85f2de934a23ee75b9b03" have entirely different histories.

4 changed files with 5 additions and 37 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/color-your-world"]
path = themes/color-your-world
url = https://gitlab.com/moanos/hugo-theme-color-your-world.git
url = https://gitlab.com/rmaguiar/hugo-theme-color-your-world.git

View File

@ -1,22 +0,0 @@
---
steps:
build:
image: klakegg/hugo:ext
commands:
- hugo
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
from_secret: host
username:
from_secret: ssh_user
target:
from_secret: path
source: public/
key:
from_secret: ssh_key

View File

@ -1,10 +0,0 @@
[![status-badge](https://woodpecker.hyteck.de/api/badges/96/status.svg)](https://woodpecker.hyteck.de/repos/96)
# Getting started
* Clone the repository
* Clone the submodules (the theme)
```bash
git submodule update --init --recursive
```
* Run the local hugo server with `hugo server`

View File

@ -1,4 +1,4 @@
baseURL = "https://gebuehr.net"
baseURL = "https://files.hyteck.de"
languageCode = "de"
defaultContentLanguage = 'de'
title = "Gebühr.net"
@ -12,7 +12,7 @@ copyright = "Copyright © Daniel & Julian-Samuel Gebühr"
[params]
# Site description
description = "Website der Familie Gebühr"
description = "Eine sehr statische Seite"
# Author
author = "Julian-Samuel Gebühr"
@ -21,14 +21,14 @@ copyright = "Copyright © Daniel & Julian-Samuel Gebühr"
# Footer text
# Each value will become a paragraph
# Keep it as an array
footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/moanos/hugo-theme-color-your-world) theme." ]
footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/rmaguiar/hugo-theme-color-your-world) theme." ]
# Site cover, for Open Graph, Twitter Cards and Schema.org
# It will be used if the current page doesn't have an image cover
# File will be picked from the "assets" directory
# Comment the lines if you don't want to use it
cover = "img/cover.jpg"
coverAlt = ""
coverAlt = "A placeholder that doesn't deserve to be described."
# Shows a message in the footer about JavaScript being disabled
# The default is false