Files
sergio.am/_posts/2021-10-02-hi.md
Sergio Álvarez 5580c7ffd6
Some checks failed
continuous-integration/drone/push Build is failing
permalinks
2022-05-16 13:41:06 +02:00

595 B

layout, title, tags
layout title tags
post Hola!
jekyll
python
server
md
markdown

Primer post, sin mucho que contar para variar. Al menos habrá un bonito commit y muchas cosas por limpiar.

La chuleta para hacer andar esto es la siguiente:

docker run -it --rm --volume="$PWD:/srv/jekyll:Z" jekyll/jekyll jekyll build
docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve

O bien, si ya está buildeado:

cd _site
python3 -m http.server 4000

Y acceder a http://localhost:4000. Así de simple por ahora.