e89718fc2aea4f9de065651529261ebaaae6effb
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
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%