Hello World!
Hello! This is the obligatory “hello world” article I make for every new iteration of this site! This new version runs on Astro and uses SCSS for styling.
Test of All Markup Elements
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
- Bold Text
- Italic Text
- Bold and italic Text
Strikethrough Text
Footnotes
Lists
Unordered Lists
- Item 1
- Item 2
- Subitem 1
- Subitem 2
- Item 3
Ordered Lists
- First Item
- Second Item
- Subitem 1
- Subitem 2
- Third Item
Task Lists
- Unchecked task
- Check task
- Another unchecked task
Links
Images
- Remote Image
![]()
- Local image

Code
Code Blocks
- SCSS Horror:
@mixin block {
position: relative;
background-color: #374145;
padding: 20px;
width: 1000px;
&::before {
content: "";
background-color: #2e383c;
position: absolute;
z-index: -1;
top: 15px;
left: 15px;
width: 100%;
height: 100%;
transition: top 0.3s ease-in, left 0.3s ease-in;
}
&:hover {
&::before {
top: -15px;
left: -15px;
}
}
}
- Long Code:
use std::mem::transmute;
const STR: &str = "\u{200b}aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
fn main() {
let mut i: usize = 0;
i += 1;
_ = unsafe {
mem::transmute::<usize, isize>(i)
};
}
- No Language Code
code block without a language.
Horizontal Rule
Blockquote
If I am selling to you, I speak your language. If I am buying, dann müssen sie Deutsch sprechen
- Willy Brandt
i love (re)making (my) website (every 14 days)
- loudsynth