Skip to content

Breadleaf/breadleaf.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breadleaf.github.io blog page

Setup

use .venv as that is what the .gitignore is using

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Use

  • ./posts/scripts is where all relevant automation is found

  • ./posts/markdown is where all files that will be compiled are found

  • ./posts/html are the final files, any changes made will be overwritten on subsequent compiles

Development

python3 -m http.server <port>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published