Código fuente del dominio base.
https://sergio.am
Sergio Álvarez
8fb8c5089b
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
_data | ||
_includes | ||
_layouts | ||
_posts | ||
_sass | ||
assets | ||
.drone.yml | ||
.gitignore | ||
404.md | ||
Gemfile | ||
LICENSE.md | ||
README.md | ||
_config.yml | ||
about.md | ||
archive.html | ||
browserconfig.xml | ||
contact.md | ||
index.md | ||
tags.html |
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