add welcome tip ; cleanup home page ; add welcome to the site first post
This commit is contained in:
parent
f9abb3674f
commit
60c8ea31b0
9
content/_index.md
Normal file
9
content/_index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Home
|
||||
---
|
||||
|
||||
# accessible.tips
|
||||
|
||||
## A collection of accessibility tips
|
||||
|
||||
Please use the main menu at the top of the page to browse
|
19
content/posts/2023-03-18-first-post.md
Normal file
19
content/posts/2023-03-18-first-post.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
+++
|
||||
title = "First Post"
|
||||
author = "KemoNine"
|
||||
publishDate = 2023-03-17
|
||||
lastmod = 2023-03-18
|
||||
draft = false
|
||||
tags = [
|
||||
"foo",
|
||||
"bar"
|
||||
]
|
||||
categories = [
|
||||
"tips",
|
||||
"blog"
|
||||
]
|
||||
+++
|
||||
|
||||
The site has been created and more details will be published as time permits.
|
||||
|
||||
The intent of the site is to be something of a [zettelkasten](https://zettelkasten.de/) of various things that making living with any disability easier.
|
20
content/tips/_welcome.md
Normal file
20
content/tips/_welcome.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
+++
|
||||
title = "_Welcome"
|
||||
author = "KemoNine"
|
||||
publishDate = 2023-03-18
|
||||
lastmod = 2023-03-18
|
||||
draft = false
|
||||
tags = [
|
||||
"foo",
|
||||
"bar"
|
||||
]
|
||||
categories = [
|
||||
"welcome"
|
||||
]
|
||||
+++
|
||||
|
||||
Welcome to the knowledge base. Here you will find a variety of tips that can help manage living with disability.
|
||||
|
||||
Please poke around the different headings at the top to discover content. The search function works across the whole website and does *not* use a 3rd party search service.
|
||||
|
||||
We have also published an [RSS feed](/index.xml) if you'd like to subscribe to updates.
|
Loading…
Reference in a new issue