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.
continuous-integration/drone/push Build is passing
Details
|
2 months ago | |
---|---|---|
_data | 9 months ago | |
_includes | 7 months ago | |
_layouts | 11 months ago | |
_posts | 2 months ago | |
_sass | 11 months ago | |
assets | 9 months ago | |
.drone.yml | 11 months ago | |
.gitignore | 1 year ago | |
404.md | 1 year ago | |
Gemfile | 11 months ago | |
LICENSE.md | 1 year ago | |
README.md | 9 months ago | |
_config.yml | 11 months ago | |
about.md | 11 months ago | |
archive.html | 1 year ago | |
browserconfig.xml | 1 year ago | |
calandario_laboral.ics | 9 months ago | |
contact.md | 11 months ago | |
index.md | 1 year ago | |
lan.txt | 2 months ago | |
nas.txt | 2 months ago | |
pc.txt | 9 months ago | |
pc2.txt | 2 months ago | |
ping.txt | 9 months ago | |
tags.html | 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
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