This website works better with JavaScript.
Explore
Help
Sign In
LEdoian
/
blog
Watch
1
Star
0
Fork
You've already forked blog
0
Code
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87eb1c1300
blog
pub/systemd-gripes
pub/forgetting-dns6
pub/kerberos-wifi
pub/mimeapps
pub/python-goto
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '87eb1c1300'
${ noResults }
blog
/
gen
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Replace Makefile with gen The web is now build by a scrip
4 years ago
#!/bin/sh
./gen can now load environment itself It was a bit too annoying to have to enter the venv. Of course, if the venv does not exist (at the hardcoded (!) path), it still fails.
2 years ago
python3 -c 'import pelican' 2>/dev/null || . env/bin/activate
Tweak ./gen a bit Ofloaded content directory to the config file, allowed arbitrary options.
3 years ago
pelican "$@"