Skip to content

Instantly share code, notes, and snippets.

@almet
Created August 18, 2013 15:43
Show Gist options
  • Save almet/6262285 to your computer and use it in GitHub Desktop.
Save almet/6262285 to your computer and use it in GitHub Desktop.
Makefile for multiple sites
site:
pelican -s site.settings.py output_site
blog:
pelican -s blog.settings.py output_site
html: blog site
echo "done!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment