python-tuf/docs/index.md
Jussi Kukkonen 92c7721d02 docs: Add blog configuration
Add config for GitHub Pages so that we can use it as a project blog.
* _config.yml is jekyll configuration
* index.md contains description and title for the blog main page.
* Any files matching "_posts/YYYY-MM-DD-TITLE.md" are considered posts

The Github Pages configuration only allows "/" or "/docs/" as the Jekyll
root directory: The clutter in docs/ is annoying but otherwise this is a
very easy setup.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2022-02-24 16:07:18 +02:00

5 lines
164 B
Markdown

---
title: "Python-TUF development blog"
---
This is the development blog for the [Python-TUF](https://github.com/theupdateframework/python-tuf) project, welcome!