Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 325 Bytes

File metadata and controls

13 lines (10 loc) · 325 Bytes

Publishing the website:

Three steps:

  1. First, build the site locally:
  2. Prepare the static built (use ghp-import)
  3. Push to master
pelican content -o output -s publishconf.py
ghp-import output
git push git@github.com:drorata/drorata.github.io.git gh-pages:master