Diferencia entre revisiones de «Usuario:Lmorillas/modulo lenguajes de marcas/aplicaciones/generadores web estaticos/pelican»

De WikiEducator
Saltar a: navegación, buscar
Línea 12: Línea 12:
  
 
== Inicio rápido ==
 
== Inicio rápido ==
 +
<source lang="bash">
 
  $ pelican-quickstart
 
  $ pelican-quickstart
 
  $ make html
 
  $ make html
Línea 18: Línea 19:
 
  $ make devserver
 
  $ make devserver
 
  $ make rsync_upload
 
  $ make rsync_upload
 +
</source>
  
 
== Metadatos ==
 
== Metadatos ==
 +
<source lang="text">
 
   Título del artículo
 
   Título del artículo
 
   ####################
 
   ####################
Línea 29: Línea 32:
 
   :author: Alexis Metaireau
 
   :author: Alexis Metaireau
 
   :summary: Short version for index and feeds
 
   :summary: Short version for index and feeds
 +
</source>

Revisión de 16:39 11 abr 2013





Instalación

 pip install pelican

Inicio rápido

 $ pelican-quickstart
 $ make html
 $ make regenerate  // cuando se produce un cambio
 $ make serve
 $ make devserver
 $ make rsync_upload

Metadatos

  Título del artículo
  ####################
 
  :date: 2010-10-03 10:20
  :tags: thats, awesome
  :category: yeah
  :slug: my-super-post
  :author: Alexis Metaireau
  :summary: Short version for index and feeds