Skip to content

continuitydrift/continuitydrift.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuity Drift Website

This is the source code for the Continuity Drift website, built with MkDocs.

How to Update the Site

1. Make Changes

Edit the Markdown files in the docs/ folder.

2. Preview Locally (Recommended)

To see your changes before publishing, run:

mkdocs serve

Open http://127.0.0.1:8000 in your browser. Press Ctrl+C in the terminal to stop the server.

3. Save Your Work (Git)

Save your changes to the history of your project:

git add .
git commit -m "Describe your changes here"
git push origin master

4. Publish (Deploy)

To update the live website:

mkdocs gh-deploy

This builds the site and pushes it to the gh-pages branch, which GitHub uses to serve the website.

About

website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •