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 failing
Details
|
1 year ago | |
---|---|---|
_data | 1 year ago | |
_includes | 1 year ago | |
_layouts | 1 year ago | |
_posts | 1 year ago | |
_sass | 1 year ago | |
assets | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 2 years ago | |
404.md | 2 years ago | |
Gemfile | 1 year ago | |
LICENSE.md | 2 years ago | |
README.md | 1 year ago | |
_config.yml | 1 year ago | |
about.md | 1 year ago | |
archive.html | 2 years ago | |
browserconfig.xml | 2 years ago | |
contact.md | 1 year ago | |
index.md | 2 years ago | |
tags.html | 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