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-10 19:47:58 +00:00
|
|
|
title = "abdullah tarawneh"
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
2020-10-10 23:43:26 +00:00
|
|
|
unsafe= true
|
|
|
|
|
|
|
|
[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]]
|
|
|
|
identifier = "contact"
|
|
|
|
pre = "<i class='fa fa-address-card' aria-hidden='true'></i>"
|
|
|
|
name = "Contact"
|
|
|
|
url = "/contact/"
|
|
|
|
weight = 30
|
|
|
|
|