41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
site_name = "Trevor's Repos"
|
|
site_url = "https://git.trevorbentley.com"
|
|
site_description = "A bunch of git repos in a stupid format."
|
|
|
|
render_markdown = true
|
|
syntax_highlight = true
|
|
syntax_highlight_theme = "base16-ocean.light"
|
|
|
|
output_dir = "gen/"
|
|
|
|
recursive_repo_dirs = ["repos/"]
|
|
|
|
# TODO: specify limits
|
|
# TODO: specify output directories/filenames
|
|
# TODO: extra metadata for recursive repo listings
|
|
# TODO: per-site and per-repo resources (just copied to output dir)
|
|
# TODO: enable/disable markdown/highlighting
|
|
# TODO: highlighting theme, extensions
|
|
[gitsy_templates]
|
|
path = "templates/"
|
|
repo_list = "repos.html"
|
|
repo_summary = "summary.html"
|
|
commit = "commit.html"
|
|
branch = "branch.html"
|
|
tag = "tag.html"
|
|
file = "file.html"
|
|
dir = "dir.html"
|
|
error = "404.html"
|
|
|
|
[gitsy_extra]
|
|
global_user_defined_vars = "whatever"
|
|
these_can_also_be_numbers = 5
|
|
or_bools = true
|
|
|
|
[circadian]
|
|
path = "more_repos/circadian"
|
|
website = "https://circadian.trevorbentley.com"
|
|
attributes = {some_extra_thing = "user defined", visible = false, number_of_bananas = 3}
|
|
render_markdown = false
|
|
syntax_highlighting = false
|