urx 0.8.0

Extracts URLs from OSINT Archives for Security Insights.
# The URL the site will be built for
base_url = "https://urx.hahwul.com"
title = "Urx"
theme = "goyo"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = false

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
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" },
    ] },
]