python-tuf/docs/_config.yml
Jussi Kukkonen 45e8898d4a docs: Clean up blog header
Minima theme by default adds all files in blog root (docs/) as links in
the header. This looks ridiculous in our case: let's just have a link to
blog front page.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2022-02-28 12:01:06 +02:00

16 lines
452 B
YAML

title: Python-TUF
author: Python-TUF community
#email: your-email@domain.com
description: > # for footer and for search engines
Development blog for Python-TUF, a supply chain security framework
for secure content delivery and updates.
github_username: theupdateframework
show_excerpts: true # set to false to remove excerpts on the homepage
header_pages: # make sure ordinary docs are not linked from blog header
- index.md
theme: minima