Compare commits
No commits in common. "399e9a9c5e2324079e2f8df69410bcc1b946645e" and "2d1be97ea55718601cc85f2de934a23ee75b9b03" have entirely different histories.
399e9a9c5e
...
2d1be97ea5
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
10
README.md
10
README.md
@ -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`
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user