diff --git a/public/blog/blog-posts.json b/public/blog/blog-posts.json index 18a8da5..3da5bb0 100644 --- a/public/blog/blog-posts.json +++ b/public/blog/blog-posts.json @@ -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" } ] \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index 6c4e98a..1cdad61 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -19,9 +19,6 @@ import { Icon } from 'astro-icon/components'
A preview of the main site
+A preview of the main site
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. diff --git a/src/pages/midnightlib.astro b/src/pages/midnightlib.astro index 2bdb69c..590b756 100644 --- a/src/pages/midnightlib.astro +++ b/src/pages/midnightlib.astro @@ -9,7 +9,8 @@ import ContentMedia from '../components/ContentMedia.astro'
- Just create Java fields, annotate them with @Entry, maybe add some more additional options, and boom!
+ Just create Java fields, annotate them with @Entry,
+ maybe add some more additional options, and boom!
This example can be found here, and helps you get started (almost) faster than speed of light!