From d25f21c36ad37aa3351336a1760ea63086d33ffa Mon Sep 17 00:00:00 2001 From: Zachary Smith <22395357+Cutwell@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:15:18 +0100 Subject: [PATCH] added index.md --- README.md | 3 --- docs/_config.yaml | 2 +- docs/_pages/index.md | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 docs/_pages/index.md diff --git a/README.md b/README.md index 62cf3f0..f09bca0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,5 @@ [![PyPI](https://img.shields.io/pypi/v/python-web-io?style=flat-square)](https://pypi.org/project/python-web-io/) -## Documentation -Check out the [wiki](https://github.com/Cutwell/python-web-io/wiki). - ## License MIT diff --git a/docs/_config.yaml b/docs/_config.yaml index e14aac8..e46847d 100644 --- a/docs/_config.yaml +++ b/docs/_config.yaml @@ -22,7 +22,7 @@ subtitle : # site tagline that appears below site title in masth name : "Zachary Smith" description : "Generate a webpage as a GUI for a Python script, and serve from anywhere.." url : "https://cutwell.github.io" -baseurl : "/python-web-io" +baseurl : "/python-web-io/docs" repository : "cutwell/python-web-io" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : "https://raw.githubusercontent.com/Cutwell/python-web-io/main/.github/logo-40x38.png" diff --git a/docs/_pages/index.md b/docs/_pages/index.md new file mode 100644 index 0000000..2f2d29b --- /dev/null +++ b/docs/_pages/index.md @@ -0,0 +1,15 @@ +--- +permalink: /docs/ +layout: home +--- + +# Sticker of a cute yellow Python snake, representing the use of the Python programming language in this project. Python Web I/O + Generate a webpage as a GUI for a Python script, and serve from anywhere. + +[![PyPI](https://img.shields.io/pypi/v/python-web-io?style=flat-square)](https://pypi.org/project/python-web-io/) + +## Documentation +Check out the [wiki](https://github.com/Cutwell/python-web-io/wiki). + +## License +MIT