From 45c2d0524011ad0c1b66f8d88cb09a2f5ac74415 Mon Sep 17 00:00:00 2001 From: ifiguero Date: Sat, 27 Jan 2024 02:20:25 -0300 Subject: [PATCH] Update README.md Commit inicial --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0d6e3..8663998 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# dia.public +# Recopilación de Información relacionada. +## Contenido + + * https://www.youtube.com/@TwoMinutePapers/videos + + +## Código + + * https://storage.googleapis.com/pirk.io/projects/ecoclimates/index.html + * https://omnimatte.github.io/ + * etc... + +## Como Ingresar + +Ingrese con su cuenta de iLab a [el repositorio](https://dev.ilab.cl/login) si es que tiene acceso a la plataforma. Una vez ingresado, podrá modificar o agregar contenido. + +## Como editar + +Los archivos `.md` se despliegan usando [sintaxis Markown](https://www.markdownguide.org/cheat-sheet/). Permiten links, imagenes y la programación de diagramas usando [sintaxis mermaid](https://jojozhuang.github.io/tutorial/mermaid-cheat-sheet/): + + ```mermaid + graph TD; + A(stuff)-->B[one]; + A-->C[two]; + A-->D[three]; + ``` +Puedes ver el codigo fuente y agregar nuevo contenido. + +## Agregar más paginas y contenido + +Al ser un repositorio, se pueden agregar nuevos archivos `.md` como en un sitio web, asi como imagenes y otro tipo de archivos que se requieran. \ No newline at end of file