From 693d60f84e3f5e4aa7884a5adbe1694f07b06138 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 21 Mar 2023 11:10:12 -0400 Subject: [PATCH] improve landing page content, move navigtion to dedicated faq page --- content/_index.md | 13 +++++--- content/faq/navigation.md | 66 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 5 deletions(-) create mode 100644 content/faq/navigation.md diff --git a/content/_index.md b/content/_index.md index b6fdb0b..c2f2add 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,13 +2,16 @@ title: Home --- -# accessible.tips - ## A collection of accessibility tips, tricks and life hacks -Welcome to the accessible.tips knowledge base. Here you will find a variety of tips that can help manage living with disability. The intent of the site is to be something of a [zettelkasten](https://zettelkasten.de/) mind map of various things that make living with disability easier. +Welcome to the accessible.tips knowledge base. Here you will find a variety of tips that can help manage living with disability. -You can use the different headings at the top to discover content. The search function has also been setup to work across the whole website if you are looking for a specific term. +## Intent -We have also published an [RSS feed](/index.xml) if you'd like to subscribe to updates. +The intent of the site is to be a [zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) knowledge base of highly cross referenced, highly focused tips, tricks and life hacks. Most of the tips are intentionally kept short to keep from overwhelming our users with information on a single page. We have included links to related material and additional details for each tip so you can easily discover additional detail and do a deep dive into a topic. +## Navigation + +The menu across the top of the site can be used to discover content and browse the main sections of the website. + +Please seee the [navigation FAQ]({{< ref "faq/navigation">}}) for additional detail on how this site is organized. \ No newline at end of file diff --git a/content/faq/navigation.md b/content/faq/navigation.md new file mode 100644 index 0000000..7cfd021 --- /dev/null +++ b/content/faq/navigation.md @@ -0,0 +1,66 @@ +--- +title: Navigation +author: + - KemoNine +publishDate: 2023-03-21 +lastMod: 2023-03-21 +toc: true +draft: false +categories: + - faq +tags: + - faq +--- + +## Changelog +{{< changelog >}} +{{< change 1900-12-30 "Initial creation" >}} +{{< /changelog >}} + +{{< end_section >}} + +## General + +You can use the different headings at the top to discover content. + +{{< end_section >}} + +## Search + + The `Search` function has been setup to work across the whole website. If you are looking for a specific term or have a staring point in mind, the search page may be a good starting point. + + {{< end_section >}} + +## Categories + +The `Categories` section gives a good break down of the different areas of information that are available on the site. + +{{< end_section >}} + +## Tips + +The `Tips` section is a list of *all* tips available on this site. It's a big list ordered by page title. + +{{< end_section >}} + +## FAQ + +The `FAQ` section is where we answer some common questions. These are informational pages about the site itself and information on how to contribute if desired. + +Please note: This section is searchable but kept independent of the main knowledge base to prevent polluting the main knowlege base content. + +{{< end_section >}} + +## News / Blog + +The `News` section is the blog and general site announcements. + +Please note: This section is searchable but kept independent of the main knowledge base to prevent polluting the main knowlege base content. + +{{< end_section >}} + +## RSS + +We have published an [RSS feed](/index.xml) if you'd like to subscribe to the blog. + +{{< end_section >}} \ No newline at end of file