2019-03-16 03:36:36 +01:00
|
|
|
# Minimo Pelican theme
|
|
|
|
|
2019-03-16 03:42:59 +01:00
|
|
|
Minimo è un tema minimale per Pelican con archivio per data, categorie, tag e feed RSS.
|
2019-03-16 03:36:36 +01:00
|
|
|
|
|
|
|
Testato con [Pelican 3.7.1](https://docs.getpelican.com/en/3.7.1/)
|
|
|
|
|
2019-03-16 03:53:11 +01:00
|
|
|
[Preview](https://unit.abbiamoundominio.org/minimo/)
|
|
|
|
|
2019-03-16 03:42:59 +01:00
|
|
|
**Installazione**
|
2019-03-16 03:36:36 +01:00
|
|
|
|
2019-03-16 03:53:11 +01:00
|
|
|
apt install pelican markdown python3-pip rsync
|
2019-03-16 03:36:36 +01:00
|
|
|
|
|
|
|
git clone https://git.abbiamoundominio.org/dan/minimo.git
|
|
|
|
|
2019-03-16 03:42:59 +01:00
|
|
|
**Uso**
|
2019-03-16 03:36:36 +01:00
|
|
|
|
|
|
|
make newpost NAME='anno-riferimento-titolo-proposito'
|
|
|
|
|
|
|
|
make html
|
|
|
|
|
|
|
|
make serve
|
|
|
|
|
|
|
|
(goto) http://localhost:8000/
|
|
|
|
|
2019-03-16 03:42:59 +01:00
|
|
|
**Pubblicazione**
|
2019-03-16 03:36:36 +01:00
|
|
|
|
|
|
|
make html
|
|
|
|
|
|
|
|
make publish
|
|
|
|
|
|
|
|
make rsync_upload
|