Código fuente del dominio base. https://sergio.am
Go to file
Sergio Álvarez e253afc215 base site 2021-11-02 20:15:38 +01:00
_data base site 2021-11-02 20:15:38 +01:00
_includes base site 2021-11-02 20:15:38 +01:00
_layouts base site 2021-11-02 20:15:38 +01:00
_posts base site 2021-11-02 20:15:38 +01:00
_sass base site 2021-11-02 20:15:38 +01:00
assets base site 2021-11-02 20:15:38 +01: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 base site 2021-11-02 20:15:38 +01: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 base site 2021-11-02 20:15:38 +01:00
about.md base site 2021-11-02 20:15:38 +01: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
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