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]]
|
|
|
|
identifier = "blog"
|
|
|
|
pre = "<i class='fa fa-pencil' aria-hidden='true'></i>"
|
|
|
|
name = "Blog"
|
|
|
|
url = "/blog/"
|
|
|
|
weight = 20
|
|
|
|
|
|
|
|
[[menu.main]]
|
2020-10-16 20:00:32 +00:00
|
|
|
identifier = "casestudies"
|
2020-10-10 23:43:26 +00:00
|
|
|
pre = "<i class='fa fa-address-card' aria-hidden='true'></i>"
|
2020-10-16 20:00:32 +00:00
|
|
|
name = "Case Studies"
|
|
|
|
url = "/case-studies/"
|
2020-10-10 23:43:26 +00:00
|
|
|
weight = 30
|
|
|
|
|