mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 18:45:10 +01:00
Some minor changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"userId": "Martin Prokoph",
|
"userId": "Martin Prokoph",
|
||||||
"date": "09th February 2024",
|
"date": "09th February 2024",
|
||||||
"title": "So... I have a new website now!",
|
"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"
|
"img": "/social-preview-image.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -19,9 +19,6 @@ import { Icon } from 'astro-icon/components'
|
|||||||
<li class="submenu-item">
|
<li class="submenu-item">
|
||||||
<a href="/midnightlib/">MidnightLib</a>
|
<a href="/midnightlib/">MidnightLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="submenu-item">
|
|
||||||
<a href="/accessible-components">Accessible Components</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item has-dropdown">
|
<li class="menu-item has-dropdown">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { Icon } from 'astro-icon/components'
|
|||||||
const { src = '/motschensummer-cutout.png' } = Astro.props
|
const { src = '/motschensummer-cutout.png' } = Astro.props
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="hero my-24">
|
<section class="hero my-12">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="grid grid-cols-1 items-center gap-24 lg:grid-cols-2">
|
<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">
|
<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" />
|
<Icon name="ion:logo-github" />
|
||||||
Visit GitHub Profile
|
Visit GitHub Profile
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a class="button has-icon color-secondary"
|
||||||
class="button has-icon color-secondary"
|
href="wiki/midnightlib">
|
||||||
href="wiki/midnightlib"
|
|
||||||
>
|
|
||||||
<Icon name="ion:document-text" />
|
<Icon name="ion:document-text" />
|
||||||
View the Wiki
|
View the Wiki
|
||||||
</a>
|
</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.
|
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.
|
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.
|
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">
|
<ContentMedia imgSrc="/midnightlib-example-code.webp">
|
||||||
<h2>Implement configurations easier than ever before!</h2>
|
<h2>Implement configurations easier than ever before!</h2>
|
||||||
<p class="text-2xl">
|
<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"
|
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!
|
>here</a>, and helps you get started (almost) faster than speed of light!
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user