diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..7e95c8a --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,15 @@ +############################ +# --- Required options --- # +############################ + +# Name of website +title: Excellify - Docs + +# Your name to show in the footer +author: meddlin + +# Set the theme +theme: jekyll-theme-architect + +# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers. +#mobile-theme-col: "#0085A1" \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 0000000..3a34e67 --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,13 @@ +# Excellify: Docs + +Welcome to the Excellify Docs! + +- See what's moving in the PR's -> [https://github.com/meddlin/excelify/pulls](https://github.com/meddlin/excelify/pulls) +- Create an issue -> [https://github.com/meddlin/excelify/issues](https://github.com/meddlin/excelify/issues) +- Visit the discussions -> [https://github.com/meddlin/excelify/discussions](https://github.com/meddlin/excelify/discussions) + +## References + +Openpyxl + +- [https://openpyxl.readthedocs.io/en/stable/](https://openpyxl.readthedocs.io/en/stable/) \ No newline at end of file