This is the source code for the Continuity Drift website, built with MkDocs.
Edit the Markdown files in the docs/ folder.
To see your changes before publishing, run:
mkdocs serveOpen http://127.0.0.1:8000 in your browser. Press Ctrl+C in the terminal to stop the server.
Save your changes to the history of your project:
git add .
git commit -m "Describe your changes here"
git push origin masterTo update the live website:
mkdocs gh-deployThis builds the site and pushes it to the gh-pages branch, which GitHub uses to serve the website.