Developer Instruction

  • Clone the project with submodules
git clone --recurse-submodules git@github.com:baps-oj/baps-oj.github.io.git
  • Install dependencies
# create a venv (recommended)
pip install -r requirements
  • Start the devserver
make devserver

How to create new Blog

  • First run the application
  • In the content folder create new markdown file.
  • It will generate html automaticaly