2020-11-08 18:10:08 +01:00
|
|
|
Negro Mate static generator
|
|
|
|
===========================
|
|
|
|
|
2024-09-24 14:05:03 +02:00
|
|
|
This module provides extra commands to negromate.
|
2020-11-08 18:10:08 +01:00
|
|
|
|
2024-09-24 14:05:03 +02:00
|
|
|
|
|
|
|
negromate build
|
|
|
|
---------------
|
2020-11-08 18:10:08 +01:00
|
|
|
Static web generator. Updates songs folder with required html files
|
|
|
|
and static content.
|
|
|
|
|
2024-09-24 14:05:03 +02:00
|
|
|
negromate run
|
|
|
|
-------------
|
2020-11-08 18:10:08 +01:00
|
|
|
Starts a local web server to try current version.
|
|
|
|
|
2024-09-24 14:05:03 +02:00
|
|
|
negromate rsync
|
|
|
|
---------------
|
2020-11-08 18:10:08 +01:00
|
|
|
Syncronizes web with a remote folder, ready to be served with any web
|
|
|
|
server.
|
|
|
|
|
2024-09-24 14:05:03 +02:00
|
|
|
Needs the following packages installed:
|
|
|
|
|
|
|
|
* rsync
|
|
|
|
|
|
|
|
negromate ipfs
|
|
|
|
--------------
|
2020-11-08 18:10:08 +01:00
|
|
|
Adds web to local ipfs node and pins remote server, unpinning previous
|
|
|
|
version.
|
2024-09-24 14:05:03 +02:00
|
|
|
|
|
|
|
Needs a working local ipfs node. Seek information at https://ipfs.tech/
|