name merc/myrc
description shell-based static site generator
last change 2026-07-13
clone url
https://srcdump.net/merc/myrc.git

commit briefs

8fbdce1
merc  ·  2026-07-13
master
d42b958
merc  ·  2026-07-12

branches

refs

tree

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 ": ")