mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 10:35:09 +01:00
Some minor changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"userId": "Martin Prokoph",
|
||||
"date": "09th February 2024",
|
||||
"title": "So... I have a new website now!",
|
||||
"body": "I finally revamped my website, making it faster, more accessible and more useful!",
|
||||
"body": "I finally revamped my website, making it more performant, more accessible and more useful!",
|
||||
"img": "/social-preview-image.png"
|
||||
}
|
||||
]
|
||||
@@ -19,9 +19,6 @@ import { Icon } from 'astro-icon/components'
|
||||
<li class="submenu-item">
|
||||
<a href="/midnightlib/">MidnightLib</a>
|
||||
</li>
|
||||
<li class="submenu-item">
|
||||
<a href="/accessible-components">Accessible Components</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="menu-item has-dropdown">
|
||||
|
||||
@@ -4,7 +4,7 @@ import { Icon } from 'astro-icon/components'
|
||||
const { src = '/motschensummer-cutout.png' } = Astro.props
|
||||
---
|
||||
|
||||
<section class="hero my-24">
|
||||
<section class="hero my-12">
|
||||
<div class="container">
|
||||
<div class="grid grid-cols-1 items-center gap-24 lg:grid-cols-2">
|
||||
<div class="flex flex-col items-center gap-8 md:items-start">
|
||||
@@ -16,10 +16,8 @@ const { src = '/motschensummer-cutout.png' } = Astro.props
|
||||
<Icon name="ion:logo-github" />
|
||||
Visit GitHub Profile
|
||||
</a>
|
||||
<a
|
||||
class="button has-icon color-secondary"
|
||||
href="wiki/midnightlib"
|
||||
>
|
||||
<a class="button has-icon color-secondary"
|
||||
href="wiki/midnightlib">
|
||||
<Icon name="ion:document-text" />
|
||||
View the Wiki
|
||||
</a>
|
||||
|
||||
@@ -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