summaryrefslogblamecommitdiffstats
path: root/README.md
blob: 478340c2a686db742bb09f8dc79e1aca0d344d4d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                       















                                                                            








                                                                 
# 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
Un proyecto texto-plano.xyz