Welcome to the repository for Sitekick Remastered's homepage, blog, and wiki!
- Git
- Python 3.12 or later
- VSCode (Recommended)
- Install dependencies by opening cmd and running:
pip install mkdocs mkdocs-material mkdocs-material-extensions
- Clone
https://github.com/SitekickRemastered/Docs.git
- In commandline:
cd C:\Path\You\Cloned\Repo\To\
mkdocs serve
- Open http://localhost:8014/ in your browser
When the server is running, any changes you save will be refreshed on the local server in real time. Upon committing changes, if your changes are accepted, Github Pages will update the homepage directly >> https://sitekickremastered.com/
Note: Changes to the landing page require refreshing another file or re-running mkdocs serve.