From 11fb74565b4818ce793f2c6a0387ba80927fbe8d Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Tue, 11 Feb 2025 16:53:28 +0100 Subject: [PATCH] * Move repository to new public organization (#33) --- CHANGELOG.md | 1 + README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaed757..6a9bbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * WONTFIX * Fix path to icon android-chrome-192x192.png when served on subpath (#34) * ENHANCEMENTS + * Move repository to new public organization (#33) * Updated lightbox2 to version 2.11.5 (#32) * Every external library should be served locally (#6) * Serve font files locally (#31) diff --git a/README.md b/README.md index 8c816a8..0a22153 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ The theme features a customizable bio-section and flickr-based photo stream in it's footer, unique layouts for displaying all posts sorted by year, and support for partials to customize style and javascript loaded. -To see more, [check out a sample site which is rendered with this theme](https://preview.hadan-it.com/hugo-internet-weblog-demo/) and see it's [configuration on my Forgejo instance](https://git.hadan-it.com/stiebke/hugo-internet-weblog-demo). +To see more, [check out a sample site which is rendered with this theme](https://preview.hadan-it.com/hugo-internet-weblog-demo/) and see it's [configuration on my Forgejo instance](https://git.hadan-it.com/public/hugo-internet-weblog-demo). -![internet-weblog showing a Micropost.](https://git.hadan-it.com/stiebke/hugo-internet-weblog/raw/branch/main/images/screenshot.png) +![internet-weblog showing a Micropost.](https://git.hadan-it.com/public/hugo-internet-weblog/raw/branch/main/images/screenshot.png) ## Contents @@ -35,7 +35,7 @@ To see more, [check out a sample site which is rendered with this theme](https:/ Inside the folder of your Hugo site run: $ mkdir themes - $ git submodule add https://git.hadan-it.com/stiebke/hugo-internet-weblog.git themes/internet-weblog + $ git submodule add https://git.hadan-it.com/public/hugo-internet-weblog.git themes/internet-weblog $ echo "theme = 'internet-weblog'" >> hugo.toml For more information read the official [setup guide](https://gohugo.io/installation/) for Hugo. @@ -60,7 +60,7 @@ It also assumes you want to display links to your sections of content (`posts`, The theme works with other content types, but posts work best when grouped under `posts`. When using the `posts` (_note that it is plural_) content type you'll have a customized list page sorted by year and the default list page. Here's an example: -![Custom List Page sorted by Year](https://git.hadan-it.com/stiebke/hugo-internet-weblog/raw/branch/main/images/posts.png) +![Custom List Page sorted by Year](https://git.hadan-it.com/public/hugo-internet-weblog/raw/branch/main/images/posts.png) **Recommendation:** Organize your blog posts under the `posts` directory. @@ -132,7 +132,7 @@ externalurl = "http://kickstarter.com" These posts are rendered slightly different with an → to signify that it is remote. -![External URL](https://git.hadan-it.com/stiebke/hugo-internet-weblog/raw/branch/main/images/linkpost.png) +![External URL](https://git.hadan-it.com/public/hugo-internet-weblog/raw/branch/main/images/linkpost.png) #### Specifying a featured image for social media @@ -163,7 +163,7 @@ If you want to enable a dark appearance, there is limited support for that. Curr | `[params]` - `ShowCopyright` | `true` or `false` | No. If true, Copyright text will be added to the footer. | | `[params]` - `EnablePreferredDarkAppearance` | `true` or `false` | No. If true, The viewers system dark mode is respected switching to a dark appearance. | | `[params]` - `RSSEnabled` | `true` or `false` | No. If true, RSS pages will be generated. | -| `[params]` - `RSSSections` | `[ "Posts", "Microposts", "Photos" ]` | If you want RSS links in the menu, yes. These strings need to be the display name of the section where you want to have an RSS icon displayed. ![rss](https://git.hadan-it.com/stiebke/hugo-internet-weblog/raw/branch/main/images/rss.png) | +| `[params]` - `RSSSections` | `[ "Posts", "Microposts", "Photos" ]` | If you want RSS links in the menu, yes. These strings need to be the display name of the section where you want to have an RSS icon displayed. ![rss](https://git.hadan-it.com/public/hugo-internet-weblog/raw/branch/main/images/rss.png) | | `[params]` - `RSSMicropostTitles` | `true` or `false` | No. If false, Microposts RSS feeds will not have the title in included posts. If not present or true, nothing happens. | | `[params]` - `YearlyMicroposts` | `true` or `false` | No. If true, Microposts will have a page with a yearly grouping just like the posts. If not present or false, the default of not having a micropost yearly grouping is applied. | | `[params]` - `SummarizeMicroposts` | `true` or `false` | No. If true, Microposts will be summarized in the main list just like posts with a continue reading link. If not present or false, the default of not summarizing microposts is applied. | @@ -270,7 +270,7 @@ This theme makes use of the following 3rd Party Libraries. ## License -This theme is released under MIT. For more information, please see the [License](https://git.hadan-it.com/stiebke/hugo-internet-weblog/src/branch/main/LICENSE). +This theme is released under MIT. For more information, please see the [License](https://git.hadan-it.com/public/hugo-internet-weblog/src/branch/main/LICENSE). ## Contact