aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 00:06:07 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 00:06:07 -0300
commitd796205bf80157a95fe92cb2a4d11b785fd6359f (patch)
tree801226dd4d375da3d98e91f0b7b6329166fe8910 /README.md
parentf991890cc202aac9d00578c9fa3d6004e9f9ece0 (diff)
parentcfb20f68513fda3a72f49c43da6fa84190855d25 (diff)
downloadhugo-bearcub-d796205bf80157a95fe92cb2a4d11b785fd6359f.tar.gz
hugo-bearcub-d796205bf80157a95fe92cb2a4d11b785fd6359f.tar.bz2
Merge origin/main into style/herman
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7cfc801..0427ffc 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,10 @@ already implemented:
`render: false` to your [build
options](https://gohugo.io/content-management/build-options/#readout) to avoid
rendering a blank post.
+- Skip link: a "skip to main content" link that is temporarily invisible, but
+ can be focused by people who need a keyboard to navigate the web (see [PR
+ #5](https://github.com/clente/hugo-bearcub/pull/5) by
+ [@2kool4idkwhat](https://github.com/2kool4idkwhat) for more information).
- Single-use CSS (EXPERIMENTAL): you can add some styles to a single page by
writing the CSS you need in `assets/{custom_css}.css` and then including
`style: "{custom_css}.css"` in the [front
@@ -158,7 +162,7 @@ enableRobotsTXT = true
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
- blogPath = "/blog" # Path to your blog section (used by RSS)
+ blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
[languages.pt]
title = "Bear Cub"
@@ -166,7 +170,7 @@ enableRobotsTXT = true
LanguageCode = "pt-BR"
contentDir = "content.pt"
[languages.pt.params]
- blogPath = "/pt/blog" # Path to your blog section (used by RSS)
+ blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
[params]