Skip to content

Keep track of daily work using shell scripts, markdown, and mkdocs.

Notifications You must be signed in to change notification settings

ben-basten/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki

Installation

  1. Check that python / pip are installed
    python3 --version
    pip3 --version
    
  2. Optional: set up a Python virtual environment
    • python3 -m venv .venv - initialize the virtual environment
    • source .venv/bin/activate - active the virtual environment
  3. Install dependencies
    • pip3 install mkdocs
    • pip3 install mkdocs-material
  4. ...and you're off to the races!

Running mkdocs

Local server

mkdocs serve

Build static html

mkdocs build

Files will be built into the site folder, which is not checked into Git.

Helpful scripts

  • Generate new pattern page: ./pattern.sh "Your Pattern Title"

Documenation

About

Keep track of daily work using shell scripts, markdown, and mkdocs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages