Added Resume to the menu
This commit is contained in:
parent
ca7e78a8f0
commit
986b22651d
11
config.toml
11
config.toml
@ -128,20 +128,25 @@ name = "About"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Resume"
|
||||
url = "/resume/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
url = "/contact/"
|
||||
weight = 3
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
url = "/posts/"
|
||||
weight = 4
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
name = "Donate"
|
||||
url = "/donate/"
|
||||
weight = 5
|
||||
weight = 6
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
@ -17,10 +17,6 @@ Like I mentioned on the [home page](/), I have a passion for selfhosting as many
|
||||
- A private searx instance: [searx.rogs.me](https://searx.rogs.me)
|
||||
- My RSS feed: [rss.rogs.me](https://rss.rogs.me)
|
||||
|
||||
## Job history
|
||||
|
||||
If you want to know more about my job history, you can go to my [resume](/resume) page. I chose to leave that section outside of the main menu because only recruiters / linkedin people are going to care about that.
|
||||
|
||||
## Pets
|
||||
I have 4 cats. In order of adoption:
|
||||
- Cuca ♀: Feb 19th 2021.
|
||||
|
Loading…
x
Reference in New Issue
Block a user