EnglishEnglish中文中文اَلْعَرَبِيَّةُاَلْعَرَبِيَّةُDeutschDeutschEspañolEspañolΕλληνικάΕλληνικάFrançaisFrançaisעִבְרִיתעִבְרִיתहिन्दीहिन्दीHrvatskiHrvatskiItalianoItaliano日本語日本語한국어한국어MalayMalayNederlandsNederlandsPortuguêsPortuguêsрусскийрусскийภาษาไทยภาษาไทยTürkTürkTiếng ViệtTiếng Việt粵語粵語
Learn
FAQs
Frequently asked questions by various stakeholders
Why Classic?
Start here to get the lowdown on Ethereum Classic's reason for being and unique value proposition
Knowledge
Further reading on the foundations that underpin ETC
Videos
A collection of videos and podcasts to keep you informed on ETC concepts and happenings
Support ETC by helping to translate this website!
Ethereum Classic Blog

How to Contribute to ETC: The Community Website

Donald McIntyre
Education, Guides, Series

You can listen to or watch this video here:


This is the second part of a series that will explain how to contribute to Ethereum Classic in a variety of ways.

The videos and posts in the series will contain the title “How to Contribute to ETC:” with the following topic extensions:

  1. The Improvement Proposal Process (ECIP)
  2. The Community Website
  3. Community Tweets
  4. Community Volunteering
  5. Mining
  6. Operating a Node
  7. Donating Money
  8. Building a Dapp

What Is the Community Website?

Community website.
Community website.

As Ethereum Classic is a decentralized blockchain network it has no presidents, CEOs, nor foundations centrally directing everything that happens inside and outside the ecosystem.

All infrastructure and resources are contributed and managed by volunteers, donors, and professionals hired by decentralist philanthropists.

One of these resources is the community website located at ethereumclassic.org.

The website is a very complete catalogue of ecosystem articles, videos, links, tools, educational content, applications, and services.

Who Can Contribute to the Community Website?

Being an open source project, most people in the world may contribute to the Ethereum Classic community website.

The process is located on a platform called GitHub and anyone who wishes to contribute must have an account there to propose their ideas.

The ETC community website has administrators and editors, so all proposed content units and links will be analyzed and accepted based on how relevant they are for ETC and how they fit with its Code Is Law philosophy.

What Can Be Contributed to the Community Website?

A variety of content units.
A variety of content units.

As may be seen in the news section, there are a variety of content units and types that may be proposed. A more comprehensive list is:

  1. Links to external articles
  2. Links to external videos
  3. Original posts
  4. Frequently asked questions
  5. The “Why Classic?” section
  6. The Knowledge base
  7. A Services page
  8. A Community Page
  9. A Network page
  10. A Mining page
  11. A Development page
  12. All other static pages (About, Sitemap, etc.)

In this post we will explain specifically how to contribute links to videos, links to external articles, and original posts to the ETC community website blog.

Check Out the Readme File With Instructions

Readme file.
Readme file.

As a good first step, if you wish to contribute, you may go to:

https://github.com/ethereumclassic/ethereumclassic.github.io

That page is the home of the website repository inside GitHub. If you scroll down, you will find a “README” section with general instructions.

In these instructions you will see there is an easy way to propose some simple content units and then a more complex process using the GitHub platform.

Following we will explain both.

Contributing Article Links Via Easy Mode

Article links via easy mode.
Article links via easy mode.

If you know of an interesting link for a new article, news item, or analysis of ETC in any external website, then you can go to the “issues” section on the address below and start a new issue to propose the link to be included:

https://github.com/ethereumclassic/ethereumclassic.github.io/issues/new

On the new issue page, write a title for the new issue, the reason why you wish to add the link, and then copy and paste the link.

Then, press “Submit new issue”.

The ETC community website admins will take it from there.

Video links via easy mode.
Video links via easy mode.

If you know of an interesting video, then you can go to the “issues” section on the address below and start a new issue to propose the link for the video to be included:

https://github.com/ethereumclassic/ethereumclassic.github.io/issues/new

On the new issue page, write a title for the new issue, the reason why you wish to add the video, and then copy and paste the link to that video.

Then, press “Submit new issue”.

The ETC community website admins will take it from there.

Contributing Article Links Via GitHub Pull Request

Article links via GitHub process.
Article links via GitHub process.

For contributing an external article link using the GitHub process, you need to go to the home of the ETC website repo at:

https://github.com/ethereumclassic/ethereumclassic.github.io

From there click on the “content” folder.

In the next screen you will find all the types of content on the website in folders.

Click on the “news” folder as shown in the image.

Open links yaml file.
Open links yaml file.

Now that you are inside the folder that contains links to external articles, open the file that is named “links.collection.en.yaml”.

Add link with correct format.
Add link with correct format.

Inside the document, you will see all the links that have been submitted in a column starting from the latest one.

To add your link, you need to hit the edit button, add your link to the top of the column, and then go to the bottom of the page and click on “Propose changes”.

Make sure to follow the exact format that is used for this document:

- date: yyyy-mm-dd
   link:
   author:
   source:
   title: “”
   tags: [“”, “”]
Video links via GitHub process.
Video links via GitHub process.

For contributing a video link using the GitHub process, you need to go to the home of the ETC website repo at:

https://github.com/ethereumclassic/ethereumclassic.github.io

From there click on the “content” folder.

In the next screen you will find all the types of content on the website in folders.

Click on the “videos” folder as shown in the image.

Open videos yaml file.
Open videos yaml file.

Now that you are inside the folder that contains links to videos, open the file that is named “videos.collection.en.yaml”.

(You can select any other of the other files for other languages.)

Add video link with correct format.
Add video link with correct format.

Inside the document, you will see all the links to videos that have been submitted in a column starting from the latest one.

To add your video link, you need to hit the edit button, add your link to the top of the column, and then go to the bottom of the page and click on “Propose changes”.

Make sure to follow the exact format that is used for this document:

- title: ""
  date: yyyy-mm-dd
  uploaded: yyyy-mm-dd
  youtube: 
  tags: ["", “”]
  author:
  authorYoutube:

Contributing Full Articles

Fork the ETC community website.
Fork the ETC community website.

To contribute full articles you have to create a pull request on GitHub from a fork of the master branch of the website from your own GitHub profile.

For this, you need to go to the home of the ETC community website repo at:

https://github.com/ethereumclassic/ethereumclassic.github.io

Then, hit the “Fork” button at the top right as shown in the image.

See your fork in your URL.
See your fork in your URL.

When you go to your fork of the ETC community website on your GitHub account, you will see at the top left that it is hosted on your GitHub URL.

From the home of your fork of the ETC community website, then click on “content”.

Open blog folder.
Open blog folder.

As this is a copy of the ETC community website all the folders and files structure will be the same.

In the next screen, click on the “blog” folder as there is where the original articles published on the ETC community website are located.

Create new file.
Create new file.

In the next screen you will see the folders of all the existing posts since the creation of the website.

To add your post, you need to open the dropdown menu on the top right that says “Add file” as seen in the image.

From there, select “Create new file”.

Four things to complete your article.
Four things to complete your article.

In the next screen you will need to do four things to create your new article:

  1. Write the proper folder extension name at the top with the format:

/yyyy-mm-dd-my-article/index.md

  1. Then you need to write the correct header format:
title: ""
date: yyyy-mm-dd
author: 
contributors: [""]
tags: ["", ""]
linkImage: ./[image-name].png
  1. Write your content below the header.

  2. When your content is ready, then press the “Commit new file” button at the bottom of the page to create a new pull request on the ETC community website master branch.

The ETC community website admins will take it from there.

You Are Welcome to Contribute!

We hope that this explanation has clarified any doubts you may have had about how to contribute to the ETC website.

You are welcome to contribute to Ethereum Classic.

Good ideas are always welcome!


Thank you for reading this article!

To start contributing to the ETC Community website go to: https://github.com/ethereumclassic/ethereumclassic.github.io

To learn more about ETC go to: https://ethereumclassic.org

This page exists thanks in part to the following contributors:


DonaldMcIntyre
DonaldMcIntyre
  • EnglishEnglish
  • 中文中文
  • اَلْعَرَبِيَّةُاَلْعَرَبِيَّةُ
  • DeutschDeutsch
  • EspañolEspañol
  • ΕλληνικάΕλληνικά
  • FrançaisFrançais
  • עִבְרִיתעִבְרִית
  • हिन्दीहिन्दी
  • HrvatskiHrvatski
  • ItalianoItaliano
  • 日本語日本語
  • 한국어한국어
  • MalayMalay
  • NederlandsNederlands
  • PortuguêsPortuguês
  • русскийрусский
  • ภาษาไทยภาษาไทย
  • TürkTürk
  • Tiếng ViệtTiếng Việt
  • 粵語粵語
Add ETC to MetaMask
The ETC community is active on Discord
Discord
Discord
ETC Coop Discord
ETC Coop Discord
eth_classic Twitter
eth_classic Twitter
ETC_Network Twitter
ETC_Network Twitter
Github
Github
ETC Labs Github
ETC Labs Github
Reddit
Reddit
This site is powered by Netlify

Learn

  • FAQs
  • Why Classic?
  • Knowledge
  • Videos

Made with <3 for the Original Ethereum Vision

The content on this website is user-generated and solely for informational purposes. Do not interpret any content as an endorsement of any product or service. There's "no official anything" in Ethereum Classic. Always do your own research, and remember: don't trust, verify!