diff --git a/Gemfile b/Gemfile index d563868..bb47297 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,6 @@ gem 'jekyll-feed' gem 'jekyll-readme-index' gem 'jemoji' gem 'webrick' +gem 'jekyll-multiple-languages-plugin' # gem "rails" diff --git a/Gemfile.lock b/Gemfile.lock index f212624..ff0cf27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,6 +42,8 @@ GEM webrick (~> 1.7) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) + jekyll-multiple-languages-plugin (1.8.0) + jekyll (>= 2.0, < 5.0) jekyll-readme-index (0.3.0) jekyll (>= 3.0, < 5.0) jekyll-sass-converter (3.0.0) @@ -91,6 +93,7 @@ PLATFORMS DEPENDENCIES jekyll jekyll-feed + jekyll-multiple-languages-plugin jekyll-readme-index jemoji webrick diff --git a/README.md b/README.md index 0019661..e80cb3c 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,23 @@ category: README layout: post --- + +[![GNUv1.3 License](https://img.shields.io/badge/License-GNU%20v1.3-yellow.svg)](https://opensource.org/licenses/) + +[![GitHub contributors](https://img.shields.io/github/contributors/decentralizedclimate/docs.svg?style=flat)]() + ## Introduction -The purpose of the following workshop is to decentralize a static website using various free tools and services. - -The process should be documented in a markdown report (cheatsheet). - -If the foundation has a manual and/or cheatsheet related to the topic, contribute to the foundation's manual, otherwise add the documentation to the docs repository. - -Add issues to the official repository if you have found or proposed improvements. +The purpose of the following document is to decentralize a static website using various free tools and services. # Previous knowledge. -* Having completed the Git and GitFlow workshop. +* Knowledge of Git and GitHub. +* Having previously read the Jekyll documentation. * Basic concepts about IPFS. -* Access to fleek.co account or creating one. +* Access to [Fleek](https://fleek.co/) account or creating one. +* You must have installed [Rubygems](https://rubygems.org/pages/download) (check your Gems version using gem -v),[GCC, and Make](https://www.delftstack.com/es/howto/linux/how-to-install-gcc-compiler-on-ubuntu/) (check versions using gcc -v, g++ -v, and make -v), as well as [Ruby 2.5.0](https://www.ruby-lang.org/es/documentation/installation/) (check your Ruby version using ruby -v). + ## Cheatsheet @@ -36,8 +38,7 @@ After we have the repository, the template for the webpage is downloaded and imp [**Template Dowload**](https://github.com/sighingnow/jekyll-gitbook) -We can use the terminal to download the template faster, and thus have the -complete directory without errors. +We can use the terminal to download the template faster, and thus have the complete directory without errors. ```linux diff --git a/_config.yml b/_config.yml index bf56b90..fd792fd 100644 --- a/_config.yml +++ b/_config.yml @@ -67,3 +67,7 @@ plugins: - jekyll-feed - jekyll-readme-index - jemoji + +languages: + - en + - es diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..9c02d8d --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,5 @@ +- title: English + url: / +- title: Español + url: /_posts/_es/index.md + diff --git a/_posts/_es/index.md b/_posts/_es/index.md new file mode 100644 index 0000000..8153414 --- /dev/null +++ b/_posts/_es/index.md @@ -0,0 +1,68 @@ +# DCF Documents Directory + +## Transparency + +### General Assemblies +| Document | Last Update | +| -------- | -------- | +| [General Assembly No. 1](https://hackmd.io/PJjDdwusTCu2rkKOGtnqcg?view)| 2022-12-31 | +| General Assembly No. 2 (Unfinished)| 2023-01-02 | + +### Monthly Reports + +| Month | Last Update | +| -------- | -------- | +| [January](https://hackmd.io/bcSkwAWZQCihO-1G7eQGZg) | 2023-02-05 | +| [February ES](https://hackmd.io/LZO8ltjKQpSeshKr5lNekA) | 2023-03-05 | +| [February EN](https://hackmd.io/VFh2gHwkTXuMvzX59xTVgA?view) | 2023-02-05 | + +### Directory +| Document | Last Update | +| -------- | -------- | +| [Responsabilities](https://hackmd.io/gMphw3QiRvSI2WK3Ml2GkA) | 2023-01-17 | + +## WorkFlow + +### Monthly Tasks + +| Month | Last Update | +| -------- | -------- | +| [January](https://hackmd.io/oycdQimKSnKtehXKRkz3kA) | 2023-01 | + + +> Might include weekly/sprint changes is its on the current week + +### Meeting/Calls + +| Month | Last Update | +| -------- | -------- | +| January| 2023-01 | +| [February](https://hackmd.io/0HntZV7ySSeElUTf49IBbA?view) | 2023-02 | + +> Follows: [DCIP-02 Proposal](https://hackmd.io/0HntZV7ySSeElUTf49IBbA?view) + +## Governance + +### DAO Development + +| Document | Link | Network | +| -------- | -------- | -------- | +| [Phase0](https://hackmd.io/A9LNZFTlQsC32gqDw1C7EQ) | [DecentralizedClimate](https://client.aragon.org/#/decentralizedclimate) | Goerli +| [Phase1(unfinished)](https://hackmd.io/X0e7aeiaQKa2fPJS_mHguQ) | [decentralizedclimate.eth](https://demo.snapshot.org/#/decentralizedclimate.eth) | Ethereum Main / Goerli + +### Decentralized Climate Improvement Proposals + +| Number | Title | Author | +| -------- | -------- | -------- | +| [DCIP-1(unfinished)](https://hackmd.io/YP4DnMt5R1y-Z3h9zjjcMQ?view) | DCIP Purpose and Guidelines | Omar Octavio Huerta Valdez +| [DCIP-2](https://hackmd.io/c-0PvrXFQWezOJpzNtRA1A?view) | Meetings | David E. Perez Negron R. +| [DCIP-3(unfinished)](https://hackmd.io/MY70DIqET36kzZ2YHFupbg?view) | Tasks | David E. Perez Negron R. + +## Research + +| Documento | Última actualización | + +| -------- | -------- | +| [MaxCurrent MVP](https://hackmd.io/olq6nsUNRR2F3VG1NkWAZA) | 2023-01-07 | + +