# The URL the site will be built for
base_url = "https://diplo.ascella.wtf"
title = "Diplo"
description = "Diplo is a fast script runner and dependency manager for Deno written in rust"
theme = "adidoks"
default_language = "en"
compile_sass = true
generate_feed = true
minify_html = false
taxonomies = [
{ name = "authors" }, # Basic definition: no feed or pagination
]
build_search_index = true
[search]
include_title = true
include_description = false
include_content = true
[markdown]
highlight_code = true
[extra]
author = "tricked"
github = "https://github.com/tricked-dev"
email = "tricked@duck.com"
is_netlify = true
language_code = "en-US"
theme_color = "#fff"
title_separator = "|" # set as |, -, _, etc
title_addition = "Diplo"
timeformat = "%B %e, %Y" # e.g. June 14, 2021
timezone = "America/New_York"
edit_page = false
docs_repo = "https://github.com/tricked-dev/diplo"
repo_branch = "main"
math = false
library = "katex" # options: "katex", "mathjax". default is "katex".
[extra.open]
enable = true
image = "doks.png"
twitter_site = "tricked"
twitter_creator = "tricked"
facebook_author = "tricked"
facebook_publisher = "tricked"
og_locale = "en_US"
[extra.schema]
type = "Organization"
logo = "logo-doks.png"
linked_in = ""
github = "https://github.com/tricked-dev"
section = "docs" # see config.extra.main~url
site_links_search_box = false
[[extra.menu.main]]
name = "Docs"
section = "docs"
url = "/docs/getting-started/introduction/"
weight = 10
[[extra.menu.social]]
name = "GitHub"
pre = ''
url = "https://github.com/tricked-dev/diplo"
post = "v0.1.0"
weight = 20
[extra.footer]
info = 'Powered by Netlify, Zola, and AdiDoks'
[[extra.footer.nav]]
name = "Privacy"
url = "/privacy-policy/"
weight = 10