Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 487 Bytes

File metadata and controls

28 lines (19 loc) · 487 Bytes

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