$ sudo npm install -g hexo-cli
$ hexo -v
hexo-cli: 0.1.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Docker build with a tag | |
| $ docker build . -t integration:0.0.1 | |
| # Docker run image with an interactive terminal | |
| $ docker run -it <image> /bin/bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install serve | |
| // Hacemos serve en el directorio | |
| // Buscamos la IP | |
| // Accedemos en los dispositivos con IP:8000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Lanza en la terminal el server con python | |
| python -m SimpleHTTPServer 8000 | |
| // Busca la IP de tu ordenador. En Mac está en la herramienta utilidad de red. | |
| // Introduce la IP:8000 en el dispositivo donde deseas hacer la vista |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git checkout (HASH) | |
| git branch -D master | |
| git checkout -b master | |
| git push origin master --force |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Sacado de aquí https://stackoverflow.com/questions/10714980/locale-specific-date-in-jekyll/29757806#29757806 | |
| <time datetime="{{ include.post.date | date_to_xmlschema }}"> | |
| {% assign m = post.date | date: "%-m" %} | |
| {{ post.date | date: "%e de" }} | |
| {% case m %} | |
| {% when '1' %}Enero | |
| {% when '2' %}Febrero | |
| {% when '3' %}Marzo |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |