abdullahtarawneh.com/config.toml

47 lines
847 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-26 06:29:04 +00:00
category = "category"
2020-10-10 23:43:26 +00:00
[menu]
[[menu.main]]
2021-10-18 04:03:36 +00:00
identifier = ""
2020-10-10 23:43:26 +00:00
pre = "<i class='fa fa-home' aria-hidden='true'></i>"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
2021-10-18 04:03:36 +00:00
identifier = "work"
2020-10-17 02:41:13 +00:00
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-24 03:47:29 +00:00
[[menu.main]]
identifier = "design"
pre = "<i class='fa fa-desktop' aria-hidden='true'></i>"
name = "Design"
url = "/design/"
weight = 40
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/"
2021-10-18 04:03:36 +00:00
weight = 50