add credits

main
yova 2 years ago
parent 97fb9b6b64
commit bdcc896923

@ -9,12 +9,6 @@ git submodule update --init --recursive --remote
hugo serve
```
## used stuff
- hugo-bearblog theme: https://github.com/janraasch/hugo-bearblog
- reusable form: c) 2017 Prasanth Janardanan http://reusableforms.com/d/o5/html5-contact-form-send-email
- [rclone](https://rclone.org/sftp/) for sftp deployment
## deployment
- Deploy to an sftp host. Create `~/.config/rclone/rclone.conf` as follows for ssh keyfile authentication:
```
@ -26,3 +20,8 @@ key_file = ~/.ssh/KEYFILE
```
- run `sh deploy.sh` for deployment
## credits
- [Bearblog theme](https://janraasch.github.io/hugo-bearblog/) for [hugo](https://gohugo.io/) CMS
- Contact Form from [reusableforms - Prasanth Janardanan](http://reusableforms.com/d/o5/html5-contact-form-send-email)
- [rclone](https://rclone.org/sftp/) for sftp deployment

@ -6,8 +6,8 @@ theme = 'hugo-bearblog'
# Basic metadata configuration for your blog.
title = "yvwntr"
author = "yova"
copyright = "Copyright © 2021, yova"
author = "Johannes Valentin Winter"
copyright = "Copyright © 2022, Johannes Winter"
languageCode = "de-de"
# Generate a nice robots.txt for SEO
@ -22,7 +22,7 @@ ignoreErrors = ["error-disable-taxonomy"]
[params]
# The "description" of your website. This is used in the meta data of your generated html.
description = "blog website yova yvwntr"
description = "blog website yova yvwntr Johannes Winter"
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder.
@ -41,7 +41,7 @@ ignoreErrors = ["error-disable-taxonomy"]
# This theme will, by default, inject a made-with-line at the bottom of the page.
# You can turn it off, but we would really appreciate if you dont :-).
hideMadeWithLine = true
hideMadeWithLine = false
# By default, this theme displays dates with a format like "02 Jan, 2006", but
# you can customize it by setting the `dateFormat` param in your site's config

@ -4,4 +4,4 @@ One love. One mind. One power.
---
Das ist eine Baustelle.
Das ist eine Baustelle.

@ -0,0 +1,5 @@
{{ if ne .Site.Params.hideMadeWithLine true }}
<hr style="margin-top: 20em">
<hr>
© 2022, Johannes Winter. Find credits in the <a href="https://git.gugelfrei.de/websites/wntr/src/branch/main/README.md" target="_blank">gittea</a>.
{{ end }}
Loading…
Cancel
Save