Contenido estático https://sergio.am
Go to file
Sergio Álvarez 5ece9cd3f9
openwrt-ipv6-home-lan
2022-05-11 19:57:14 +02:00
_data layout 2022-05-07 19:46:12 +02:00
_includes layout 2022-05-07 19:46:12 +02:00
_layouts layout 2022-05-07 19:46:12 +02:00
_posts openwrt-ipv6-home-lan 2022-05-11 19:57:14 +02:00
_sass layout 2022-05-07 19:46:12 +02:00
assets layout 2022-05-07 19:46:12 +02:00
.drone.yml drone ci example 2022-05-11 19:56:50 +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