improve landing page content, move navigtion to dedicated faq page
This commit is contained in:
parent
2adad06454
commit
693d60f84e
|
@ -2,13 +2,16 @@
|
||||||
title: Home
|
title: Home
|
||||||
---
|
---
|
||||||
|
|
||||||
# accessible.tips
|
|
||||||
|
|
||||||
## A collection of accessibility tips, tricks and life hacks
|
## 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.
|
66
content/faq/navigation.md
Normal file
66
content/faq/navigation.md
Normal file
|
@ -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 >}}
|
Loading…
Reference in a new issue