Sergio Álvarez 8c5f777c32
All checks were successful
continuous-integration/drone/push Build is passing
lvm post
2022-07-29 02:09:17 +02:00
2022-07-14 22:14:13 +02:00
2022-06-28 12:22:38 +02:00
2022-05-17 07:31:31 +02:00
2022-07-29 02:09:17 +02:00
2022-05-18 19:50:12 +02:00
2022-06-28 12:22:38 +02:00
2022-05-18 18:51:58 +02:00
2022-05-16 16:28:14 +02:00
2021-11-02 20:15:38 +01:00
2021-11-02 20:15:38 +01:00
2022-05-07 19:46:12 +02:00
2021-11-02 20:15:38 +01:00
2021-11-02 20:15:38 +01:00
2022-05-07 19:46:12 +02:00
2022-05-07 19:46:12 +02:00
2021-11-02 20:15:38 +01:00
2022-07-11 14:08:55 +02:00
2021-11-02 20:15:38 +01:00
2022-07-11 14:08:55 +02:00
2022-07-11 14:08:55 +02:00
2022-06-24 09:53:57 +02:00
2021-11-02 20:15:38 +01:00

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

http://localhost: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
Código fuente del dominio base.
https://sergio.am
Readme 14 MiB
Languages
CSS 60.5%
HTML 21.2%
Shell 18.3%