Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 545 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 545 Bytes

HS Silesia new-site

install

# venv or sth (python mastah)
git submodule update --init
pip install -r requirements.txt
pelican content  # tada - your content is on 
make html  # works too

What is editable?

  • content dir
  • pelicanconf.py file

Still confused?

Dev mode

pelican --listen

This command create a devserver on localhost:8000

Warning: you still need pelican content command to generate content