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.
|
7 hours ago | |
---|---|---|
_data | 7 months ago | |
_includes | 5 months ago | |
_layouts | 9 months ago | |
_posts | 7 hours ago | |
_sass | 9 months ago | |
assets | 7 months ago | |
.drone.yml | 9 months ago | |
.gitignore | 1 year ago | |
404.md | 1 year ago | |
Gemfile | 9 months ago | |
LICENSE.md | 1 year ago | |
README.md | 7 months ago | |
_config.yml | 9 months ago | |
about.md | 9 months ago | |
archive.html | 1 year ago | |
browserconfig.xml | 1 year ago | |
calandario_laboral.ics | 7 months ago | |
contact.md | 9 months ago | |
index.md | 1 year ago | |
lan.txt | 7 hours ago | |
nas.txt | 7 hours ago | |
pc.txt | 7 months ago | |
pc2.txt | 7 hours ago | |
ping.txt | 7 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