From cb0e6f7896c35b6d6803d0b6987e913f6185f05a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 10 Jan 2022 21:27:04 +0100 Subject: [PATCH] add about page --- config.yml | 4 ++++ content/about.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 content/about.md diff --git a/config.yml b/config.yml index f8fb832..8567e32 100644 --- a/config.yml +++ b/config.yml @@ -70,6 +70,10 @@ menu: name: tags url: /tags/ weight: 10 + - identifier: about + name: about + url: /about/ + weight: 20 - identifier: french name: french blog url: https://wonderfall.space diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..b5c0be8 --- /dev/null +++ b/content/about.md @@ -0,0 +1,29 @@ +--- +title: "About" +hidemeta: true +--- + +You may call me "Wonderfall". I was young and it sounded cool. + +```txt +$ whoami +I'm just a random guy passing by on the Internet who is interested in all kinds of things. +And as you can tell, I'm a nerd. +``` + +```txt +$ ls content/ +technology +security +privacy +rants +photography +pharmacology +medicine +science +``` + +```txt +$ git config --get remote.origin.rul +https://github.com/Wonderfall/wonderfall.github.io +``` \ No newline at end of file