Some minor changes

This commit is contained in:
Martin Prokoph
2024-02-09 18:13:34 +01:00
parent b121e3d1cc
commit d46cec2925
5 changed files with 7 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ After years of just having a lame and half broken, useless site, I proudly prese
I now utilize [Astro](https://astro.build/) to achieve blazing fast performance, eye candy and usefulness at the same time.
![!Image](/social-preview-image.png)
<p centered="true">A preview of the main site</p>
<p class="text-center">A preview of the main site</p>
The new site is based on [Astro Accessible Starter](https://github.com/markteekman/accessible-astro-starter), making it accessible to everyone from the beginning.
I did however change quite a lot, adding an interactive wiki, dedicated pages for my mods, as well as this cool markdown-based blog.

View File

@@ -9,7 +9,8 @@ import ContentMedia from '../components/ContentMedia.astro'
<ContentMedia imgSrc="/midnightlib-example-code.webp">
<h2>Implement configurations easier than ever before!</h2>
<p class="text-2xl">
Just create Java fields, annotate them with @Entry, maybe add some more additional options, and boom! <br>
Just create Java fields, annotate them with <span class="bg-clip-text text-transparent bg-gradient-to-r from-pink-500 to-violet-500 font-mono underline decoration-dashed decoration-green-600 decoration-2">@Entry</span>,
maybe add some more additional options, and boom! <br>
This example can be found <a href="https://github.com/TeamMidnightDust/MidnightLib/blob/architectury/MidnightConfigExample.java"
>here</a>, and helps you get started (almost) faster than speed of light!
</p>