abdullahtarawneh.com/config.toml
2020-10-10 18:43:26 -05:00

31 lines
546 B
INI

baseURL = "https://abdullahtarawneh.com"
languageCode = "en-us"
title = "abdullah tarawneh"
[markup.goldmark.renderer]
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