Add last edit date

This commit is contained in:
Daniel Kluge 2022-06-13 15:40:51 +02:00
parent 99c862ea5a
commit e07fe4bb63
5 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,6 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
= Learning Rust = Learning Rust
My progress documented. The diary is in German. My progress documented. The diary is in German.

View File

@ -1,3 +1,6 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
== Hello world == Hello world
Hello world ist relativ einfach. `println!` ist ein Makro (eine Hello world ist relativ einfach. `println!` ist ein Makro (eine

View File

@ -1,3 +1,6 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
== Cargo == Cargo
Cargo ist Rusts package manager. + Cargo ist Rusts package manager. +

View File

@ -1,3 +1,6 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
== Erstes Spiel == Erstes Spiel
=== Projekt erstellen === Projekt erstellen

View File

@ -1,4 +1,5 @@
:experimental: :experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
= Infoscreen = Infoscreen
@ -60,6 +61,8 @@ Currently, the following info is shown:
Also, the background image is cycled through 20-ish images. Also, the background image is cycled through 20-ish images.
When it's getting late, a dark mode gets activated and the weather map is replaced by I cute gif of a sleeping Pikachu.
=== Weather === Weather
For the weather, I used the https://darksky.net/[DarkSky API]. For the weather, I used the https://darksky.net/[DarkSky API].