Files
aurora/src/content/about/about.md

27 lines
1010 B
Markdown
Raw Normal View History

2023-05-18 17:31:16 +02:00
## About
2023-05-18 23:09:41 +02:00
aurora is a minimal blog theme built with Astro, Svelte and plain CSS. It is focused on accessibility and usability.
2023-05-18 17:31:16 +02:00
2023-05-18 23:09:41 +02:00
All the interactiveness of the website is packed into three dropdowns that are located at the right of the top navigation bar. Every menu can be opened with a simple keyboard shortcut:
2023-05-18 17:31:16 +02:00
2023-05-18 23:31:29 +02:00
- Table of contents: **Shift + c**
- Search for an article: **Shift + s**
- Theme toggle: **Shift + t**
- Close menu: Escape (**Esc**)
2023-05-18 23:09:41 +02:00
The styles are simple, there are small improvements for some elements to keep everything consistent and responsive.
### Table of contents
Secondary headings (`<h2>`) are listed here, so each page is easy to navigate.
### Search
I wrote a simple algorithm for the search, and the matching works well. You can write the blog title words in any order, leave letters out, have multiple spaces between words, and more.
### Theme toggle
There are three websites themes: Light, Dark and System (inherits the theme of your browser or operating system).
2023-05-18 17:31:16 +02:00
2023-05-18 23:31:29 +02:00
## Blog