diff --git a/README.md b/README.md index 0a22153..28b20ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `internet-weblog` is a minimalistic (and a bit responsive) Hugo theme that offers a traditional blog mixed with a microblog and a photoblog. It also offers the ability to do simple link posts that link to a remote page. It was ported from a theme made for Octopress. -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. +The theme features 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/public/hugo-internet-weblog-demo). @@ -158,7 +158,6 @@ If you want to enable a dark appearance, there is limited support for that. Curr | `[params.author]` - `LastName` | Your last name | Not really. It is used in some places to identify you as the author. | | `[params.author]` - `AboutPage` | `/about` or `http://about.othersite.com` | Only if you want an about page. This is exposed to allow you to link to an external about page as well. If you have a local page it can just be something relative. | | `[params.author]` - `Location` | `Your City` | No. If set, this is added to the Copyright in the footer so you can give some love to your hometown. | -| `[params.author]` - `FlickrID` | `Your Flickr ID` | No. The footer shows your photo stream from flickr. If you don't set it, nothing will be displayed. | | `[params]` - `Description` | `Describe your site` | No. If set, this is added to your pages metadata. | | `[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. | @@ -191,7 +190,6 @@ SectionPagesMenu = "main" LastName = "Johnson" AboutPage = "/about" Location = "Durham, NC" - FlickrID = "87151163@N00" [params] Description = "This is my blog, read it and enjoy."