31 lines
655 B
Markdown
31 lines
655 B
Markdown
Negro Mate static generator
|
|
===========================
|
|
|
|
This module provides extra commands to negromate.
|
|
|
|
|
|
negromate build
|
|
---------------
|
|
Static web generator. Updates songs folder with required html files
|
|
and static content.
|
|
|
|
negromate run
|
|
-------------
|
|
Starts a local web server to try current version.
|
|
|
|
negromate rsync
|
|
---------------
|
|
Syncronizes web with a remote folder, ready to be served with any web
|
|
server.
|
|
|
|
Needs the following packages installed:
|
|
|
|
* rsync
|
|
|
|
negromate ipfs
|
|
--------------
|
|
Adds web to local ipfs node and pins remote server, unpinning previous
|
|
version.
|
|
|
|
Needs a working local ipfs node. Seek information at https://ipfs.tech/
|