abdullahtarawneh.com/config.toml

40 lines
697 B
INI
Raw Normal View History

2020-10-10 19:47:58 +00:00
baseURL = "https://abdullahtarawneh.com"
2020-10-10 19:09:30 +00:00
languageCode = "en-us"
2020-10-16 20:00:32 +00:00
title = "Abdullah Tarawneh"
2020-10-10 19:47:58 +00:00
[markup.goldmark.renderer]
2020-10-16 20:00:32 +00:00
unsafe = true
[taxonomies]
tag = "tags"
2020-10-10 23:43:26 +00:00
[menu]
[[menu.main]]
identifier = "home"
pre = "<i class='fa fa-home' aria-hidden='true'></i>"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
2020-10-17 02:41:13 +00:00
identifier = "experience"
pre = "<i class='fa fa-briefcase' aria-hidden='true'></i>"
name = "Work"
url = "/work/"
2020-10-10 23:43:26 +00:00
weight = 20
[[menu.main]]
2020-10-17 02:41:13 +00:00
identifier = "code"
pre = "<i class='fa fa-code' aria-hidden='true'></i>"
name = "Code"
url = "/code/"
2020-10-10 23:43:26 +00:00
weight = 30
2020-10-17 02:41:13 +00:00
[[menu.main]]
identifier = "blog"
pre = "<i class='fa fa-pencil' aria-hidden='true'></i>"
name = "Blog"
url = "/blog/"
weight = 40