mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
16 lines
452 B
YAML
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
|
|
|