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 6547f68742
continuous-integration/drone/push Build is passing Details
luci screenshots
12 months ago
_data clean up 1 year ago
_includes clean up 1 year ago
_layouts clean up 1 year ago
_posts luci screenshots 12 months ago
_sass digi 1 year ago
assets luci screenshots 12 months ago
.drone.yml vhost 1 year ago
.gitignore base site 2 years ago
404.md base site 2 years ago
Gemfile layout 1 year ago
LICENSE.md base site 2 years ago
README.md post backups 12 months ago
_config.yml clean up 1 year ago
about.md layout 1 year ago
archive.html base site 2 years ago
browserconfig.xml base site 2 years ago
contact.md layout 1 year ago
index.md base site 2 years ago
tags.html base site 2 years ago

README.md

sergio.am

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

docker run -it --rm --volume="$PWD:/srv/jekyll:Z" jekyll/jekyll jekyll build
docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve
cd _site
python3 -m http.server 4000

http://localhost:4000

Drafts

Usar directorio _drafts y para ver el doc usar:

docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve --drafts