Skip to content

when-of-python/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The When of Python

This repository contains the primary web content for the When of Python project:

Usage

  • Install Poetry
  • Check poetry runs; if not, you might need to add ~/.local/bin to your BASH path e.g. put this line in \~/.bashrc: export PATH=~/.local/bin:$PATH
  • cd into this directory
  • Run git submodule update --init
  • Run make -C blog deps
  • Use make preview to preview the content at localhost:3333
    • To live-preview edits to the blog, follow instructions in the blog's README.md
  • Use make github to deploy all content to GitHub pages