The Decentralized Climate Foundation Documentation Repository
Go to file
PaganoBerserker b04913fbdd
"The images of March in Spanish were added."
The images of March in Spanish were added.
2023-05-17 13:21:38 -06:00
_includes Se agrego el Readme 2023-03-29 15:43:20 +00:00
_layouts Se agrego la carpeta Jekyll de Hotfix a Develop 2023-03-20 18:04:09 +00:00
_pages some title updates and order 2023-03-29 12:38:16 -06:00
_posts Se creo los archivos par alas imagenes en assets 2023-05-17 12:45:20 -05:00
assets "The images of March in Spanish were added." 2023-05-17 13:21:38 -06:00
.gitignore Se agrego la carpeta Jekyll de Hotfix a Develop 2023-03-20 18:04:09 +00:00
404.html Se agrego la carpeta Jekyll de Hotfix a Develop 2023-03-20 18:04:09 +00:00
Gemfile Se agrego la carpeta Jekyll de Hotfix a Develop 2023-03-20 18:04:09 +00:00
Gemfile.lock Se agrego la carpeta Jekyll de Hotfix a Develop 2023-03-20 18:04:09 +00:00
LICENSE Se agrego la carpeta Jekyll de Hotfix a Develop 2023-03-20 18:04:09 +00:00
README.md Update README.md 2023-03-29 13:26:34 -06:00
_config.yml Se cambio una palabra 2023-03-29 19:04:27 +00:00
index.md Se agrego el index sin permalinks 2023-05-17 11:53:54 -05:00

README.md

title author date category layout permalink
DOCUMENTS REPOSITORY README Decentralized Climate Foundation 2022-02-04 README post /readme

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.

Previous knowledge.

  • Having completed the Git and GitFlow workshop.
  • Basic concepts about IPFS.
  • Access to fleek.co account or creating one.

Cheatsheet

The docs project from the Decentralized Foundation repository is cloned to the local machine.

git clone https://github.com/DECENTRALIZEDCLIMATE/docs.git

The respective dependencies such as ruby and jekyll were installed.

After we have the repository, the template for the webpage is downloaded and implemented within the downloaded repository.

Template Dowload

We can use the terminal to download the template faster, and thus have the complete directory without errors.

git clone https://github.com/sighingnow/jekyll-gitbook.git

The image shows the replacement of the template files (jekyll-gitboo) in our "docs" file.

Next, we need to add the .md files from our "docs" folder to the posts on the page. To do this, we must edit each file with its respective header, as shown below, and give it a name that will make it easier for us to keep track of [date-name-language].

Do not forget to respect the format of the template, as well as using the guide posts that come with the same template as examples, in case you have doubts about how to edit the document.

We must properly edit the title (this will be the main title, the others will be subtitles, if using .md, ## should be used for editing the remaining text), the creation date, author, category, and layout.

When we have the files edited with their respective header, we must move the files to "posts" so that when we launch the page, we can visualize the desired change.

We can go to the URL of our server and we will be able to see that the changes have been made.

License.

Copyright (C) DECENTRALIZED CLIMATE FOUNDATION A.C.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".