Skip to content

xfnty/xfnty.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Blog Generator

TODO

Usage

usage: render.py [-h] [-s SOURCE] [-b BUILD] [-w]

options:
  -h, --help     show this help message and exit
  -s SOURCE      Website source directory.
  -b BUILD       Build output directory.
  -w             Run a watchdog on source directory.

Prerequisites

  1. Create a virtual environment: python -m venv venv and activate it.
  2. Install third-party libraries: pip install -r requirements.txt.
  3. Run a local webserver like mongoose from build/ directory.

Todo

  • Refine styles and spacing
  • Blog post contents table
  • Fix watchdog rebuilding website multiple times after a single event