config.mk (298B)
1 # Destination where the website will be deployed 2 # This should be the directory served by an HTTP[S] server 3 PREFIX = server:/path/to/srv/www/ 4 5 # Tool used to convert Markdown to HTML 6 MD2HTML = md2html 7 8 # Group that owns the deployed files 9 GROUP = www 10 11 # Additional resources to install 12 RESOURCES =