From bdcc896923c69bc54ccbc6af666eaa27d56152a9 Mon Sep 17 00:00:00 2001 From: yova Date: Sat, 12 Mar 2022 11:48:53 +0100 Subject: [PATCH] add credits --- README.md | 11 +++++------ config.toml | 8 ++++---- content/_index.md | 2 +- layouts/partials/footer.html | 5 +++++ 4 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 layouts/partials/footer.html diff --git a/README.md b/README.md index 2374ec4..b39cfd7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.toml b/config.toml index 9247363..7f04f84 100644 --- a/config.toml +++ b/config.toml @@ -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 don’t :-). - 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 diff --git a/content/_index.md b/content/_index.md index d8f6cc1..0100d2f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,4 +4,4 @@ One love. One mind. One power. --- -Das ist eine Baustelle. +Das ist eine Baustelle. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..a77f9e7 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,5 @@ +{{ if ne .Site.Params.hideMadeWithLine true }} +
+
+© 2022, Johannes Winter. Find credits in the gittea. +{{ end }}