From 54bb4e52aa35b5a030c08f381070933756c53f43 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 Nov 2016 10:07:21 +0200 Subject: [PATCH] README.md: Remove TODO about author pages/indexes Doesn't seem possible right now without significant hackery, and I want to keep the theme simple, relying on native Hugo features as much as possible. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b412634..6eed191 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ There are several ways to help with the development of the theme: - add optional social links to sidebar - add favicon (user can place one in static dir, but theme could handle this better for modern devices) -- add author page (for when you click author name in a post/summary) [#2](https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/2) - add images to sitemap? https://gohugo.io/templates/sitemap/ - test multilingual stuff like menus, probably need more absURL/relURL fixes (see [Hugo docs](https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md)) - make sidebar optional (works, but need to adjust CSS to make main content responsive)