diff --git a/content/.gitkeep b/content/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..be4365e --- /dev/null +++ b/content/_index.md @@ -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 diff --git a/content/posts/2023-03-18-first-post.md b/content/posts/2023-03-18-first-post.md new file mode 100644 index 0000000..f6631ce --- /dev/null +++ b/content/posts/2023-03-18-first-post.md @@ -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. diff --git a/content/tips/_welcome.md b/content/tips/_welcome.md new file mode 100644 index 0000000..9697f98 --- /dev/null +++ b/content/tips/_welcome.md @@ -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.