aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 20:05:14 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 20:05:14 -0300
commitf5a5777912d6bd4d18dddedaec8f032eb32f8505 (patch)
treec15ed40766637fa6a5d749f4d37322c9506929ce /README.md
parent6f981964e0ec959fb34fd365b3e29988cc51e062 (diff)
downloadhugo-bearcub-f5a5777912d6bd4d18dddedaec8f032eb32f8505.tar.gz
hugo-bearcub-f5a5777912d6bd4d18dddedaec8f032eb32f8505.tar.bz2
Add skip links to features and credit @2kool4idkwhat
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85c662c..5e05b0e 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,10 @@ already implemented:
- Static content: you can create empty blog entries that act as links to static
files by including `link: "{url}"` in a post's [front
matter](https://gohugo.io/content-management/front-matter/).
+- 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