base_url = "https://urx.hahwul.com"
title = "Urx"
theme = "goyo"
compile_sass = false
build_search_index = true
[markdown]
highlight_code = true
bottom_footnotes = true
[extra]
logo_text = "Urx"
logo_image_path = "images/logo.png"
default_thumbnail = "images/preview.jpg"
twitter_site = "@hahwul"
twitter_creator = "@hahwul"
nav = [
{ name = "Get Started", url = "/get_started/installation", type = "url" },
{ name = "Links", type = "dropdown", members = [
{ name = "GitHub", url = "https://github.com/hahwul/urx", type = "url" },
{ name = "Crates", url = "https://crates.io/crates/urx", type = "url" },
{ name = "Creator Blog", url = "https://www.hahwul.com", type = "url" },
] },
]