Skip to content

ToneyGroupCU/code_website

Repository files navigation

Visit website at: https://toneygroupcu.github.io/code_website/

How to contribute to this website

Setup a github account, join ToneyGroupCU organization.

Install git, setup your SSH and link it to your github account. (Chatgpt can provide step-to-step guide.)

Create python environment (>=3.7):

conda create -n group_page python=3.8 pip

Activate environment:

conda activate group_page

Validate the environment:

which python

Clone the repo to local path:

git clone https://github.com/ToneyGroupCU/code_website.git
cd code_website

Install requirements:

pip install -r requirements.txt

Add your own content to the website

Preview the docs:

mkdocs serve -s

Build the site

mkdocs build

Push the project to code_website repo (after testing your build)

git add --all
git commit -m "updating the code_website repo"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published