| 1 | #!/bin/sh |
| 2 | |
| 3 | export PATH="$PATH:/home/user/.local/bin" |
| 4 | |
| 5 | sigal build -c /home/user/sigal/sigal.conf.py /home/jce/gallery /home/user/sigal/_build |
| 6 | sigal serve -c /home/user/sigal/sigal.conf.py -p 8080 |
Last active
Sigal launch script
| 1 | #!/bin/sh |
| 2 | |
| 3 | export PATH="$PATH:/home/user/.local/bin" |
| 4 | |
| 5 | sigal build -c /home/user/sigal/sigal.conf.py /home/jce/gallery /home/user/sigal/_build |
| 6 | sigal serve -c /home/user/sigal/sigal.conf.py -p 8080 |