diff --git a/LICENSE b/LICENSE index d6c1d50..83c779a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) 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: diff --git a/README.md b/README.md index ed14729..3c3111f 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Goa is a clean, simple and minimalist theme for blogs and personal websites. Screenshot Desktop Screenshot Mobile -[![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 stars](https://img.shields.io/github/stars/shenoydotme/hugo-goa.svg?style=flat-square)](https://github.com/shenoydotme/hugo-goa/stargazers) -[![GitHub forks](https://img.shields.io/github/forks/shenoydotme/hugo-goa.svg?style=flat-square)](https://github.com/shenoydotme/hugo-goa/network) +[![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) +[![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) +[![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/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. -- `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 -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 @@ -275,17 +275,17 @@ Example: ### Mobile -Mobile Home -Mobile Page -Mobile Posts -Mobile Post +Mobile Home +Mobile Page +Mobile Posts +Mobile Post ### Desktop -Desktop Home -Desktop Page -Desktop Posts -Desktop Post +Desktop Home +Desktop Page +Desktop Posts +Desktop Post ## Contributing @@ -329,7 +329,10 @@ Licensed under the [MIT](https://opensource.org/licenses/MIT) License. See the [ - Raj Shenoy - web: [shenoydotme](https://shenoy.me) - - twitter: [@shenoydotme](https://twitter.com/shenoydotme) + - x: [@shenoydotme](https://x.com/shenoydotme) - Incircle Media - 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) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 02d1273..ca48f09 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -1,6 +1,6 @@ ## Basic Configuration -baseurl = "https://stephan.hadan.de/hugo-goa/" +baseurl = "https://preview.hadan-it.com/hugo-goa-demo/" builddrafts = false canonifyurls = false languageCode = "en-US"