Son aktivite 1752994328

Sigal launch script

sigal.sh Ham
1#!/bin/sh
2
3export PATH="$PATH:/home/user/.local/bin"
4
5# Sigal's user CSS import fails without running directly in the same directory where the config is
6cd /home/user/sigal/
7
8sigal build -c /home/user/sigal/sigal.conf.py /home/jce/gallery /home/user/sigal/_build
9sigal serve -c /home/user/sigal/sigal.conf.py -p 8080