Sitio visible en: https://jaquerespeis.github.io/ciberObservatorio/
git clone git@github.com:JaquerEspeis/ciberObservatorio.gitCrear un ambiente virtual
which python
python -m venv venv
source venv/bin/activate
which pythonInstalar mkdocs-material
pip install mkdocs-material
mkdocs serve