Skip to content
Snippets Groups Projects
Commit 85ca54cb authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

add Makefile

parent cff20da7
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
html:
pelican content -o output -s pelicanconf.py
regenerate:
pelican -r content -o output -s pelicanconf.py
serve:
cd output && python -m pelican.server 5000
.PHONY: html regenerate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment