Contenido de las static pages de sergio.am https://sergio.am
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sergio Álvarez e253afc215
base site
1 year ago
_data base site 1 year ago
_includes base site 1 year ago
_layouts base site 1 year ago
_posts base site 1 year ago
_sass base site 1 year ago
assets base site 1 year ago
.gitignore base site 1 year ago
404.md base site 1 year ago
Gemfile base site 1 year ago
LICENSE.md base site 1 year ago
README.md base site 1 year ago
_config.yml base site 1 year ago
about.md base site 1 year ago
archive.html base site 1 year ago
browserconfig.xml base site 1 year ago
index.md base site 1 year ago
tags.html base site 1 year ago

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