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:
|
||||
|
||||
- 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.
|
||||
|
||||
|
||||
@@ -6,17 +6,14 @@ const currentDateYear = new Date().getFullYear();
|
||||
<div class="container">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">GitHub</a>
|
||||
<a href="mailto:thilo@thilohohlt.com">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Twitter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">More</a>
|
||||
<a href="https://github.com/thiloho/aurora">GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<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>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user