Files
benji0x3c/content/projects/cool_project.md
2026-03-13 10:10:55 +01:00

758 B

+++ title = "Self-Hosting" description = "Meine kleine aber feine Infrastruktur" weight = 1 template = "page.html"

[taxonomies] tags = ["meta"]

[extra] local_image = "img/Raspberry_Pi_Logo.svg" +++

View Source

Features showcase

Here's what you can do with project pages:

  • Add project descriptions
  • Include code snippets
  • Tag your projects
  • Add images and media
  • Link to external resources

Sample Code

Here's a simple "Hello, World!" in different languages:

print("Hello, World!")
console.log("Hello, World!");
fn main() {
    println!("Hello, World!");
}

Feel free to delete this demo project when you're ready to add your own!