master

shell-based static site generator

14 L
31 L
204 L

readme

merc yayy

VERY inspired by uint's kew and uriel's werc

*logo by uint23

usage:

./build.sh

config.env MUST be in the same directory as build.sh

config.env example:

TITLE=my-website             <-- tab title
FOOTER=made in china         <-- bottom text
INPUT=~/website-source       <-- website's source (has .md files)
OUTPUT=/var/www/cool-website <-- where to output the built website
NAVDIR=/                     <-- symbol that indicates directories   i.a 'gallery/'
NAVFILE=:                    <-- symbol that indicates inactive tabs i.a ':inactive'
NAVCURRENT=@                 <-- symbol that indicates an active tab i.a '@active'

you can use spaces at the end of each symbol ("@ ", or ": ")