mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Adjust links and markdown files
This commit is contained in:
@@ -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:
|
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**
|
- Table of contents: **Shift + c**
|
||||||
- **S**earch for an article: **Shift + s**
|
- Search for an article: **Shift + s**
|
||||||
- **T**heme toggle: **Shift + t**
|
- 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.
|
The styles are simple, there are small improvements for some elements to keep everything consistent and responsive.
|
||||||
|
|
||||||
|
|||||||
@@ -6,17 +6,14 @@ const currentDateYear = new Date().getFullYear();
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">GitHub</a>
|
<a href="mailto:thilo@thilohohlt.com">Contact</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">Twitter</a>
|
<a href="https://github.com/thiloho/aurora">GitHub</a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#">More</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © {currentDateYear} Your Name</small>
|
<small>Copyright © {currentDateYear} Your Name<br><a href="https://aurora.thilohohlt.com/">Astro aurora theme</a></small>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@@ -30,11 +27,12 @@ const currentDateYear = new Date().getFullYear();
|
|||||||
var(--tertiary-background-color) 0%,
|
var(--tertiary-background-color) 0%,
|
||||||
var(--background-color) 100%
|
var(--background-color) 100%
|
||||||
);
|
);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: grid;
|
display: grid;
|
||||||
place-content: center;
|
place-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
@@ -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:
|
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**
|
- Table of contents: **Shift + c**
|
||||||
- **S**earch for an article: **Shift + s**
|
- Search for an article: **Shift + s**
|
||||||
- **T**heme toggle: **Shift + t**
|
- 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.
|
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).
|
There are three websites themes: Light, Dark and System (inherits the theme of your browser or operating system).
|
||||||
|
|
||||||
## Articles
|
## Blog
|
||||||
|
|||||||
Reference in New Issue
Block a user