71 lines
3.3 KiB
Markdown
71 lines
3.3 KiB
Markdown
---
|
|
title: Taller de WEB3 static
|
|
author: Decentralized Climate Foundation
|
|
date: 2023-02-24
|
|
category: socialservice
|
|
layout: post
|
|
---
|
|
|
|
El proposito del siguiente taller es descentralizar una pagina estatica con varias herramientas y servicios gratuitos.
|
|
|
|
* Se debe documentar el proceso en un reporte markdown (cheetsheet).
|
|
|
|
* Si la fundacion tiene el manual y/o cheetsheet referente al titulo se debe contribuir a su al de la fundacion, si no agregar la documentacion en el repositorio docs.
|
|
|
|
* Agrega issues al repositorio official si encontraste o propones mejoras.
|
|
|
|
|
|
## Requerimientos
|
|
|
|
* Tener completado el taller de Git y GitFlow.
|
|
* Conceptos Basicos sobre IPFS.
|
|
* Acceso a cuenta fleek.co o crear una.
|
|
|
|
## Proceso
|
|
|
|
El estudiante deberá copiar la lista de cada subtema a una tarjeta en [nextcloud de servicios sociales](https://nextcloud.neetsec.com/index.php/apps/deck/#/board/10) en la descripcion como markdown, Se tiene que realizar las tareas del checklist y el encargado del estudiante de servicio social verificara y marcará como terminado cada tarea cuando el estudiante haga solicitud de revision.
|
|
|
|
|
|
### Jekyll
|
|
|
|
* Hacer un pomodoro para investigar que es y como funcionan Jamstack y Jekyll.
|
|
* Hacer un fork del [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) y clonar en tu maquina.
|
|
* Crear un feature en tu repo clonado en tu maquina.
|
|
* Iniciar un projecto jekyll siguiendo [el tutorial](https://jekyllrb.com/docs/) [2] y si tienes linux, antes de seguir el tutorial, debe [configurarlo en linux](https://jekyllrb.com/docs/installation/ubuntu/) [6]
|
|
> Nota: si tienes zsh, en linux, cambiar ~/.bashrc por ~/.zshrc en los comandos de configuracion [6]
|
|
* Instalar a tu feature el tema [gitdocs](https://github.com/sighingnow/jekyll-gitbook#how-to-get-started) [3]
|
|
* Mover los documentos previos [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) a la la carpeta en posts y convertir en el formato jekyll posts con la sección que le corresponde.
|
|
* Crear un archivo [.gitignore](https://git-scm.com/docs/gitignore) con los archivos inecesarios y estaticos generados por jekyll.
|
|
* Hacer un README.md EN INGLES sobre los pasos y requerimientos para llegar a este punto a partir de que se inicio el projecto git. [Ejemplo1](https://gitlab.com/deca-currency/decasearch) , [Ejemplo2](https://gitlab.com/deca-currency/price-mechanism).
|
|
* Finalizar el feature
|
|
* Hacer un pull request a la rama develop del [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs)
|
|
|
|
### FLEEK e IPFS
|
|
|
|
|
|
### Deployment
|
|
|
|
|
|
## CONTACTO Y DESARROLLADORES
|
|
> Work developed in collaboration with the [Decentralized Climate Foundation](https://decentralizedclimate.org).
|
|
|
|
- [David E. Perez Negron R.](mailto:david@neetsec.com)
|
|
|
|
## Referencias
|
|
|
|
\[1\] Gustavo Bermudez, "Git-flow cheatsheet", https://hackmd.io/@SocialServicesDCF/r1-M3Lnpj, 2023.
|
|
|
|
\[2\] jekyllrb.com, "Quickstart", https://jekyllrb.com/docs/, 2023.
|
|
|
|
\[3\] sighingnow, "jekyll-gitbook", https://github.com/sighingnow/jekyll-gitbook#how-to-get-started, 2023.
|
|
|
|
\[4\] Bleecker, "Interplanetary File System.", https://hackmd.io/0nyNLX4eRX-t1NvqoyIdMQ?view, 2023.
|
|
|
|
\[5\] git-scm.com, "Documentation Reference - gitignore", https://git-scm.com/docs/gitignore, 2023.
|
|
|
|
\[6\] jekyllrb.com, "Jekyll on Ubuntu", https://jekyllrb.com/docs/installation/ubuntu/, 2023.
|
|
|
|
|
|
|
|
|