1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/common/jekyll.md
2024-11-09 17:09:38 +01:00

546 B

jekyll

Un generador de sitios estático sencillo que tiene en cuenta los blogs. Más información: https://jekyllrb.com/docs/usage/.

jekyll serve

  • Habilita la regeneración incremental:

jekyll serve --incremental

  • Habilita salida (output) detallada:

jekyll serve --verbose

  • Genera el directorio actual en ./_site:

jekyll build

  • Limpia el sitio (site) (elimina el sitio generado y el directorio cache) sin construirlo:

jekyll clean