Improve setup workflow and README
- Add automatic theme installation to venv target - Simplify README to single-command setup - Achieve perfect 69 lines in README - Make development setup fully automated
This commit is contained in:
parent
776a4a07f4
commit
e08019dd8b
2 changed files with 20 additions and 16 deletions
3
Makefile
3
Makefile
|
|
@ -21,6 +21,9 @@ help:
|
|||
venv:
|
||||
python3 -m venv venv
|
||||
venv/bin/pip install -r requirements.txt
|
||||
mkdir -p pelican-themes
|
||||
cd pelican-themes && git clone git@github.com:russellballestrini/pelican-svbhack.git
|
||||
venv/bin/pelican-themes -i pelican-themes/pelican-svbhack/
|
||||
|
||||
resume:
|
||||
venv/bin/rst2pdf content/pages/russell.ballestrini.resume.rst --stylesheets content/pages/russell.ballestrini.resume.style -o output/uploads/russell.ballestrini.resume.pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue