Contenido estático https://sergio.am
Go to file
Sergio Álvarez 1040f8d94d
continuous-integration/drone/push Build is passing Details
drone cache
2022-05-15 14:43:59 +02:00
_data layout 2022-05-07 19:46:12 +02:00
_includes ux 2022-05-11 19:57:29 +02:00
_layouts ux 2022-05-11 19:57:29 +02:00
_posts ux 2022-05-11 19:57:29 +02:00
_sass ux 2022-05-11 19:57:29 +02:00
assets layout 2022-05-07 19:46:12 +02:00
.drone.yml drone cache 2022-05-15 14:43:59 +02:00
.gitignore base site 2021-11-02 20:15:38 +01:00
404.md base site 2021-11-02 20:15:38 +01:00
Gemfile layout 2022-05-07 19:46:12 +02:00
LICENSE.md base site 2021-11-02 20:15:38 +01:00
README.md base site 2021-11-02 20:15:38 +01:00
_config.yml layout 2022-05-07 19:46:12 +02:00
about.md layout 2022-05-07 19:46:12 +02:00
archive.html base site 2021-11-02 20:15:38 +01:00
browserconfig.xml base site 2021-11-02 20:15:38 +01:00
contact.md layout 2022-05-07 19:46:12 +02:00
index.md base site 2021-11-02 20:15:38 +01:00
tags.html base site 2021-11-02 20:15:38 +01:00

README.md

sergio.am

Notas y apuntes, futuro contenido de static pages en sergio.am

docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -it jekyll/jekyll:3.8 jekyll build
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll:3.8 jekyll serve --watch
cd _site
python3 -m http.server 4000

http://localhost:4000