44 lines
1.9 KiB
JSON
44 lines
1.9 KiB
JSON
[
|
|
{
|
|
"type": "project",
|
|
"name": "homepage",
|
|
"short_desc": "This website.",
|
|
"desc": [
|
|
"This is my homepage.",
|
|
"What you see here should resemble an CLI. If you ever used Linux this should be pretty easy for you.",
|
|
"Everyone else: Have no fear. It is pretty simple. You just type in commands and the output is shown here or it does something on the webite.",
|
|
"To find out, which commands are available, you can type just %{help}.",
|
|
"",
|
|
"Currently everything is still in development. So if you come back in a few days/weeks/months/years something could have been changed!",
|
|
"",
|
|
"Have fun!"
|
|
],
|
|
"repo": "https://git.c0ntroller.de/c0ntroller/frontpage"
|
|
},
|
|
{
|
|
"type": "project",
|
|
"name": "infoscreen",
|
|
"short_desc": "Screen that shows various information.",
|
|
"desc": [
|
|
"I had a screen left over and hooked a Raspberry Pi to it.",
|
|
"Then I created a webpage that fetches and shows various information.",
|
|
"Currently it includes time, weather, calendar, departures and more."
|
|
],
|
|
"repo": "https://git.c0ntroller.de/c0ntroller/infoscreen"
|
|
},
|
|
{
|
|
"type": "diary",
|
|
"name": "rust",
|
|
"short_desc": "Me learning Rust (German).",
|
|
"desc": [
|
|
"I documented my progress to lern the Rust programming language.",
|
|
"It follows the #%{Rust book|https://doc.rust-lang.org/book/} with my own annotations.",
|
|
"Everything is in German as these notes are mostly meant for me."
|
|
],
|
|
"entries": [
|
|
{ "title": "00 - Hello World", "filename": "00 - Hello World"},
|
|
{ "title": "01 - Cargo", "filename": "01 - Cargo"},
|
|
{ "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"}
|
|
]
|
|
}
|
|
] |