Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 442 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 442 Bytes

Yuqi's Notebook


After trying Jekyll for one year, and experience with sphinx, I made my choice that migrating my blog from Jekyll to Sphinx. For the Jekyll Version, it's archived to https://github.com/oneforalone/blog.archived

Usage:

  • Install requirements:
python3 -m pip install -r requirements.txt
  • Preview on local:
sphinx-autobuild source build/html
  • Build for github
make github