readme
This commit is contained in:
commit
e9309e72ca
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Minimo Pelican theme
|
||||||
|
|
||||||
|
Minimo è un tema minimale per Pelican
|
||||||
|
|
||||||
|
Con Archivio per data, categorie, tag e feed RSS.
|
||||||
|
|
||||||
|
Testato con [Pelican 3.7.1](https://docs.getpelican.com/en/3.7.1/)
|
||||||
|
|
||||||
|
# Installazione
|
||||||
|
|
||||||
|
apt install pelican markdown python3-pip
|
||||||
|
|
||||||
|
git clone https://git.abbiamoundominio.org/dan/minimo.git
|
||||||
|
|
||||||
|
# Uso
|
||||||
|
|
||||||
|
make newpost NAME='anno-riferimento-titolo-proposito'
|
||||||
|
|
||||||
|
make html
|
||||||
|
|
||||||
|
make serve
|
||||||
|
|
||||||
|
(goto) http://localhost:8000/
|
||||||
|
|
||||||
|
# Pubblicazione
|
||||||
|
|
||||||
|
make html
|
||||||
|
|
||||||
|
make publish
|
||||||
|
|
||||||
|
make rsync_upload
|
Loading…
Reference in New Issue
Block a user