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 d0633a734d
continuous-integration/drone/push Build is passing Details
pc 2
2 months ago
_data links 9 months ago
_includes image include 7 months ago
_layouts clean up 11 months ago
_posts vpn 2 months ago
_sass digi 11 months ago
assets footer 9 months ago
.drone.yml vhost 11 months ago
.gitignore base site 1 year ago
404.md base site 1 year ago
Gemfile layout 11 months ago
LICENSE.md base site 1 year ago
README.md post backups 9 months ago
_config.yml clean up 11 months ago
about.md layout 11 months ago
archive.html base site 1 year ago
browserconfig.xml base site 1 year ago
calandario_laboral.ics xrg.io to sergio.am default files 9 months ago
contact.md layout 11 months ago
index.md base site 1 year ago
lan.txt 10gb lan 2 months ago
nas.txt 10gb lan 2 months ago
pc.txt xrg.io to sergio.am default files 9 months ago
pc2.txt pc 2 2 months ago
ping.txt xrg.io to sergio.am default files 9 months 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 -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