added copyright note to LICENSE, referencing now own git repository in README.md, bug fixes in README.md, changes to hugo.toml (url to demo site)

This commit is contained in:
Stephan Hadan 2025-01-06 01:12:40 +01:00
parent 38275d42b7
commit 8a9ff8c385
3 changed files with 21 additions and 17 deletions

View file

@ -1,6 +1,7 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2024 [Incircle Media](https://incirclemedia.com) Copyright (c) 2024 [Incircle Media](https://incirclemedia.com)
Partial Copyright (c) 2025 [Stephan Hadan](https://stephan.hadan.de)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -5,9 +5,9 @@ Goa is a clean, simple and minimalist theme for blogs and personal websites.
<img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-home.png" alt="Screenshot Desktop" width="600"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-home.png" alt="Screenshot Desktop" width="600">
<img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-home.png" alt="Screenshot Mobile" width="200"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-home.png" alt="Screenshot Mobile" width="200">
[![GitHub license](https://shields.hadan-it.com/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE) [![GitHub license](https://shields.hadan-it.com/badge/license-MIT-blue.svg?style=flat-square)](https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/shenoydotme/hugo-goa.svg?style=flat-square)](https://github.com/shenoydotme/hugo-goa/stargazers) [![Gitea stars](https://shields.hadan-it.com/gitea/stars/stiebke/hugo-goa?gitea_url=https%3A%2F%2Fgit.hadan-it.com&style=flat-square)](https://git.hadan-it.com/stiebke/hugo-goa/stars)
[![GitHub forks](https://img.shields.io/github/forks/shenoydotme/hugo-goa.svg?style=flat-square)](https://github.com/shenoydotme/hugo-goa/network) [![Gitea forks](https://shields.hadan-it.com/gitea/forks/stiebke/hugo-goa?gitea_url=https%3A%2F%2Fgit.hadan-it.com&style=flat-square)](https://git.hadan-it.com/stiebke/hugo-goa/forks)
[![quality badge](https://shields.hadan-it.com/badge/cuteness-overload-blue.svg?style=flat-square)](https://www.emergencykitten.com/) [![quality badge](https://shields.hadan-it.com/badge/cuteness-overload-blue.svg?style=flat-square)](https://www.emergencykitten.com/)
[![quality badge](https://shields.hadan-it.com/badge/quality-awesome-green.svg?style=flat-square)](https://www.emergencykitten.com/) [![quality badge](https://shields.hadan-it.com/badge/quality-awesome-green.svg?style=flat-square)](https://www.emergencykitten.com/)
@ -123,13 +123,13 @@ Remember, this process only generates the static files in the public directory o
These settings are at the page level. These settings are at the page level.
- `showpagemeta`: default=`true`. This allows you to disable page meta information from being displayed. For example, this setting is disabled [here](https://shenoydotme.github.io/hugo-goa-demo/about/) and enabled [here](https://shenoydotme.github.io/hugo-goa-demo/coderag/). - `showpagemeta`: default=`true`. This allows you to disable page meta information from being displayed. For example, this setting is disabled [here](https://preview.hadan-it.com/hugo-goa-demo/about/) and enabled [here](https://preview.hadan-it.com/hugo-goa-demo/projects/).
- `showcomments`: default=`true`. Enables or disable comments. For example, this setting is disabled [here](https://shenoydotme.github.io/hugo-goa-demo/blog/third/) and enabled [here](https://shenoydotme.github.io/hugo-goa-demo/blog/first/). - `showcomments`: default=`true`. Enables or disable comments. For example, this setting is disabled [here](https://preview.hadan-it.com/hugo-goa-demo/posts/third/) and enabled [here](https://preview.hadan-it.com/hugo-goa-demo/posts/first/).
## Configuration ## Configuration
The provided [config.toml](https://github.com/shenoydotme/hugo-goa/blob/master/exampleSite/config.toml) describes all options and features that are supported. Configure it your way! The provided [hugo.toml](https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/exampleSite/hugo.toml) describes all options and features that are supported. Configure it your way!
### Basic Configuration ### Basic Configuration
@ -275,17 +275,17 @@ Example:
### Mobile ### Mobile
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/mobile-home.png" alt="Mobile Home" width="200"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-home.png" alt="Mobile Home" width="200">
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/mobile-page.png" alt="Mobile Page" width="200"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-page.png" alt="Mobile Page" width="200">
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/mobile-posts.png" alt="Mobile Posts" width="200"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-posts.png" alt="Mobile Posts" width="200">
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/mobile-post.png" alt="Mobile Post" width="200"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-post.png" alt="Mobile Post" width="200">
### Desktop ### Desktop
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/desktop-home.png" alt="Desktop Home" width="600"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-home.png" alt="Desktop Home" width="600">
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/desktop-page.png" alt="Desktop Page" width="600"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-page.png" alt="Desktop Page" width="600">
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/desktop-posts.png" alt="Desktop Posts" width="600"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-posts.png" alt="Desktop Posts" width="600">
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/images/desktop-post.png" alt="Desktop Post" width="600"> <img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-post.png" alt="Desktop Post" width="600">
## Contributing ## Contributing
@ -329,7 +329,10 @@ Licensed under the [MIT](https://opensource.org/licenses/MIT) License. See the [
- Raj Shenoy - Raj Shenoy
- web: [shenoydotme](https://shenoy.me) - web: [shenoydotme](https://shenoy.me)
- twitter: [@shenoydotme](https://twitter.com/shenoydotme) - x: [@shenoydotme](https://x.com/shenoydotme)
- Incircle Media - Incircle Media
- web: [Incircle Media](https://incirclemedia.com) - web: [Incircle Media](https://incirclemedia.com)
- twitter: [@incirclemedia](https://twitter.com/incirclemedia) - x: [@incirclemedia](https://x.com/incirclemedia)
- Stephan Hadan
- web: [Stephan Hadan](https://stephan.hadan.de)
- x: [@hadan72](https://x.com/hadan72)

View file

@ -1,6 +1,6 @@
## Basic Configuration ## Basic Configuration
baseurl = "https://stephan.hadan.de/hugo-goa/" baseurl = "https://preview.hadan-it.com/hugo-goa-demo/"
builddrafts = false builddrafts = false
canonifyurls = false canonifyurls = false
languageCode = "en-US" languageCode = "en-US"