sutty/README.md

49 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-09-12 21:00:14 +00:00
# Sutty
2018-11-13 23:00:26 +00:00
2020-09-12 21:00:14 +00:00
* [Castellano](#castellano)
* [English](#english)
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
## Castellano
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
Sutty es una plataforma para alojar sitios más seguros, veloces
y resilientes, orientada a organizaciones, colectivxs y activistas.
Está basada en el generador de sitios estáticos
[Jekyll](https://jekyllrb.com).
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
Este repositorio es la plataforma _Ruby on Rails_ para alojar el
[panel](https://panel.sutty.nl/) de autogestión de sitios.
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
Para más información visita el [sitio de Sutty](https://sutty.nl/).
2018-01-02 17:19:25 +00:00
### Desarrollar
Todas las tareas se gestionan con `make`, por favor instala GNU Make
antes de comenzar.
```bash
make help
```
[Leer la documentación](https://docs.sutty.nl/)
2020-09-12 21:00:14 +00:00
## English
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
Sutty is a platform for hosting safer, faster and more resilient
websites, aimed at organizations, collectives and activists. It's based
on [Jekyll](https://jekyllrb.com/), the static website generator.
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
This repository is the Ruby on Rails platform that hosts the
self-managed [panel](https://panel.sutty.nl/).
2018-01-02 17:19:25 +00:00
2020-09-12 21:00:14 +00:00
For more information, visit [Sutty's website](https://sutty.nl/en/).
### Development
Every task is run via `make`, please install GNU Make before developing.
```bash
make help
```
[Read the documentation](https://docs.sutty.nl/en/)