Adjust links and markdown files

This commit is contained in:
thiloho
2023-05-18 23:31:29 +02:00
parent 651cc75c7f
commit a8a9cd321e
3 changed files with 14 additions and 14 deletions

View File

@@ -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 &copy; {currentDateYear} Your Name</small>
<small>Copyright &copy; {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 {

View File

@@ -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