mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-18 03:15:09 +01:00
Some minor changes
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
<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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user