add about page
This commit is contained in:
parent
357c1f6770
commit
cb0e6f7896
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue