parent
c90c0652b0
commit
45c2d05240
32
README.md
32
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.
|
Loading…
Reference in New Issue