ca1e227cee2a91cf86441cfa0892342396aeffd2
sergio.am
Notas y apuntes, futuro contenido de static pages en sergio.am
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
cd _site
python3 -m http.server 4000
Drafts
Usar directorio _drafts
y para ver el doc usar:
docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve --drafts
Description
Languages
CSS
60.5%
HTML
21.2%
Shell
18.3%