Compare commits
11 Commits
2d1be97ea5
...
399e9a9c5e
Author | SHA1 | Date | |
---|---|---|---|
399e9a9c5e | |||
b7de852a9f | |||
cfebefb0d1 | |||
7355998199 | |||
f7c0f294be | |||
786a912168 | |||
d43255bf8b | |||
c5b642b2de | |||
adfbb243a1 | |||
473572f164 | |||
468ca7c442 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "themes/color-your-world"]
|
||||
path = themes/color-your-world
|
||||
url = https://gitlab.com/rmaguiar/hugo-theme-color-your-world.git
|
||||
url = https://gitlab.com/moanos/hugo-theme-color-your-world.git
|
||||
|
22
.woodpecker.yml
Normal file
22
.woodpecker.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
|
||||
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
Normal file
10
README.md
Normal file
@ -0,0 +1,10 @@
|
||||
[![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://files.hyteck.de"
|
||||
baseURL = "https://gebuehr.net"
|
||||
languageCode = "de"
|
||||
defaultContentLanguage = 'de'
|
||||
title = "Gebühr.net"
|
||||
@ -12,7 +12,7 @@ copyright = "Copyright © Daniel & Julian-Samuel Gebühr"
|
||||
[params]
|
||||
|
||||
# Site description
|
||||
description = "Eine sehr statische Seite"
|
||||
description = "Website der Familie Gebühr"
|
||||
|
||||
# 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/rmaguiar/hugo-theme-color-your-world) theme." ]
|
||||
footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/moanos/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 = "A placeholder that doesn't deserve to be described."
|
||||
coverAlt = ""
|
||||
|
||||
# Shows a message in the footer about JavaScript being disabled
|
||||
# The default is false
|
||||
|
Loading…
Reference in New Issue
Block a user