From 7115ce79d6a5f9e7a9fd3b0a036a9d9832bf8fab Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Tue, 10 Sep 2019 15:11:43 +0900 Subject: [PATCH] docs: add Static Site Generators in Python --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd9b67..f5f0f8d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Table of Contents - [:star: `PERSONAL_TOKEN`](#star-personal_token) - [:star: `GITHUB_TOKEN`](#star-github_token) - [Examples](#examples) - - [MkDocs](#mkdocs) + - [Static Site Generators in Python](#static-site-generators-in-python) - [License](#license) - [About the author](#about-the-author) @@ -156,7 +156,13 @@ By pulling docker images, you can reduce the overall execution time of your work ## Examples -### MkDocs +### Static Site Generators in Python + +[pelican], [MkDocs], [sphinx], etc. + +[pelican]: https://github.com/getpelican/pelican +[MkDocs]: https://github.com/mkdocs/mkdocs +[sphinx]: https://github.com/sphinx-doc/sphinx ![peaceiris/actions-gh-pages latest version](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg?label=peaceiris%2Factions-gh-pages)