# Source code para blog personal en texto-plano.xyz Código fuente para generar mi blog en [texto-plano.xyz](https://texto-plano.xyz): [texto-plano.xyz/~santisoler](https://texto-plano.xyz/~santisoler) Realizado con [Jekyll](https://jekyllrb.com) y un CSS propio. ## Cómo construir el sitio web 1. Instalar [Jekyll](https://jekyllrb.com) 2. Clonar el repositorio con `git clone https://git.texto-plano.xyz/santisoler/website` 3. Construir y servir el sitio web a través de Jekyll con: `bundle exec jekyll serve` Alternativamente podés usar los comandos definidos en el `Makefile` usando: ``` make ``` ``` make serve ``` o ``` make clean ``` ## Licencia Contenido bajo [Licencia Creative Commons Atribución 4.0 Internacional][cc-by]. [![CC BY 4.0][cc-by-image]][cc-by] [cc-by]: https://creativecommons.org/licenses/by/4.0/deed.es [cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png