frontpage-content/list.json

33 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-16 15:21:20 +01:00
[
{
2022-06-12 15:28:01 +02:00
"type": "project",
2022-01-16 15:21:20 +01:00
"name": "homepage",
2022-06-13 13:21:17 +02:00
"short_desc": "This website.",
2022-01-16 15:21:20 +01:00
"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.",
2022-02-06 14:56:33 +01:00
"To find out, which commands are available, you can type just %{help}.",
2022-01-16 15:21:20 +01:00
"",
"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"
2022-06-13 13:15:15 +02:00
},
{
"type": "diary",
"name": "rust",
2022-06-13 13:21:17 +02:00
"short_desc": "Me learning Rust (German).",
2022-06-13 13:15:15 +02:00
"desc": [
"I documented my progress to lern the Rust programming language.",
"The pages are exported from a #{jupyter notebook|https://jupyter.org/}, which I use to follow the Rust book.",
"Everything is in German as these are my own notes."
],
"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"}
]
2022-01-16 15:21:20 +01:00
}
]