Compare commits

...

2 Commits

Author SHA1 Message Date
sejo f4aea42181 nota sobre pandoc en readme, cambio a markdown 2021-06-01 15:31:35 -05:00
sejo c592bd5f3a cambio build a /bin/sh 2021-05-31 22:22:31 -05:00
2 changed files with 12 additions and 1 deletions

View File

@ -2,13 +2,24 @@ archivos fuente y script generador del sitio jardinbit.neocities.org
el sitio se genera en la carpeta site/
## dependencias
* pandoc
## modo de uso
genera actualizaciones en el sitio:
```
./build.sh
```
(re)genera el sitio completo:
```
./build.sh all
```
## licencia
cc0

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# genera sitio:
# ./build.sh
# re-genera sitio: