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:
parent
38275d42b7
commit
8a9ff8c385
3 changed files with 21 additions and 17 deletions
1
LICENSE
1
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:
|
||||
|
||||
|
|
35
README.md
35
README.md
|
@ -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/mobile-home.png" alt="Screenshot Mobile" width="200">
|
||||
|
||||
[](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE)
|
||||
[](https://github.com/shenoydotme/hugo-goa/stargazers)
|
||||
[](https://github.com/shenoydotme/hugo-goa/network)
|
||||
[](https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/LICENSE)
|
||||
[](https://git.hadan-it.com/stiebke/hugo-goa/stars)
|
||||
[](https://git.hadan-it.com/stiebke/hugo-goa/forks)
|
||||
[](https://www.emergencykitten.com/)
|
||||
[](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
|
||||
|
||||
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/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://raw.githubusercontent.com/shenoydotme/hugo-goa/master/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-home.png" alt="Mobile Home" 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://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-posts.png" alt="Mobile Posts" 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
|
||||
|
||||
<img src="https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/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://raw.githubusercontent.com/shenoydotme/hugo-goa/master/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-home.png" alt="Desktop Home" 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://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-posts.png" alt="Desktop Posts" 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
|
||||
|
||||
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue