diff --git a/README.md b/README.md index 49e596e..8f8f639 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ aurora is a minimal blog theme built with Astro, Svelte and plain CSS. It is foc 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: -- Table of **c**ontents: **Shift + c** -- **S**earch for an article: **Shift + s** -- **T**heme toggle: **Shift + t** +- Table of contents: **Shift + c** +- Search for an article: **Shift + s** +- Theme toggle: **Shift + t** +- Close menu: Escape (**Esc**) The styles are simple, there are small improvements for some elements to keep everything consistent and responsive. diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 99d7891..96e29b9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,17 +6,14 @@ const currentDateYear = new Date().getFullYear();

- Copyright © {currentDateYear} Your Name + Copyright © {currentDateYear} Your Name
Astro aurora theme

@@ -30,11 +27,12 @@ const currentDateYear = new Date().getFullYear(); var(--tertiary-background-color) 0%, var(--background-color) 100% ); + text-align: center; } .container { display: grid; - place-content: center; + place-items: center; } ul { diff --git a/src/content/home/home.md b/src/content/home/home.md index e04466a..edf3318 100644 --- a/src/content/home/home.md +++ b/src/content/home/home.md @@ -9,9 +9,10 @@ aurora is a minimal blog theme built with Astro, Svelte and plain CSS. It is foc 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: -- Table of **c**ontents: **Shift + c** -- **S**earch for an article: **Shift + s** -- **T**heme toggle: **Shift + t** +- Table of contents: **Shift + c** +- Search for an article: **Shift + s** +- Theme toggle: **Shift + t** +- Close menu: Escape (**Esc**) The styles are simple, there are small improvements for some elements to keep everything consistent and responsive. @@ -27,4 +28,4 @@ I wrote a simple algorithm for the search, and the matching works well. You can There are three websites themes: Light, Dark and System (inherits the theme of your browser or operating system). -## Articles +## Blog