immagine docker di hugo (static site generator) che usa un sottomodulo per avere un tema che usa reveal.js per gestire la presentazione in markdown.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
putro 4607fbb312
use hugo 0.54 because latest version does not work
3 years ago
backup_html added html backup files 5 years ago
content added a slide about keys.openpgp.org 3 years ago
themes first commit 5 years ago
.gitmodules first commit 5 years ago
README.md aggiornato README 4 years ago
config.toml added html backup files 5 years ago
docker-compose.yml use hugo 0.54 because latest version does not work 3 years ago

README.md

presentazione-gnupg

immagine docker di hugo (static site generator)

che usa un sottomodulo per avere un tema che usa reveal.js per gestire la presentazione in markdown

utilizzo:

docker-compose up -d

la presentazione e' visibile su

http://localhost:1313

il contenuto della presentazione e' nella cartella content, se lo si modifica viene immediatamente modificata la presentazione (utile in fase di scrittura per avere una preview live)

al termine della presentazione:

docker stop hugo && docker rm hugo