baseURL = "https://abdullahtarawneh.com" languageCode = "en-us" title = "Abdullah Tarawneh" enableGitInfo = true capitalizeListTitles = false [frontmatter] lastmod = [ "lastmod", "updated", "edited", # ":fileModTime", ":git", ":default", ] publishDate = [ 'published', 'date', ] date = [ 'date', 'publishdate', 'pubdate', 'published', 'lastmod', 'modified' ] [markup.tableOfContents] startLevel = 2 endLevel = 6 ordered = false [markup.goldmark.renderer] unsafe = true [[menu.main]] identifier = "about" pre = 'mdi:person' name = "About" pageRef = "/" weight = 10 [[menu.main]] identifier = "work" pre = 'heroicons:briefcase-16-solid' name = "Work" pageRef = "/work/" weight = 30 # [[menu.main]] # identifier = "fedi" # pre = 'ph:fediverse-logo-fill' # name = "fedi" # pageRef = "/fediverse/" # weight = 40 [[menu.main]] identifier = "blog" pre = 'heroicons:newspaper-solid' name = "Blog" pageRef = "/blog/" weight = 20 [outputFormats.RSS] baseName = "feed.rss" [outputs] home = ["HTML", "RSS"] section = ["HTML", "RSS"] taxonomy = ["HTML", "RSS"] term = ["HTML", "RSS", "ATOM"] [params] icon = "images/icon.png" [params.author] name = "Abdullah Tarawneh" email = "a@trwnh.com" [taxonomies] tag = "tags" category = "categories" series = "series" author = "authors"