Skip to content

AndersenLab/dry-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Andersen lab dry-lab computing guide. The guide is built with mkdocs.

Editing the site

  1. Clone the repo
git clone https://github.com/AndersenLab/dry-guide.git
  1. Install mkdocs and mike=0.4.2
# first, you need python3 - make sure you have it, otherwise download

# if you don't have pip...
curl https://bootstrap.pypa.io/get-pip.py > get-pip.py
python3 get-pip.py

# download mkdocs
pip install mkdocs

# download mike
pip install -Iv mike==0.4.2

  1. When edits are complete, use mike deploy.

If you are making minor changes, use the same version:

mike deploy [current date version] latest --update-aliases --ignore --push

The word latest here is an alias which will ensure that the new version is served.

If you have made substantial changes to the site, like adding new sections or removing or rewriting sections, create a new version with the current date.

mike deploy [today's date] latest --update-aliases --ignore --push

About

The Guide to Computing in the Andersen Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published