aragon / aragon-monthly

Aragon Monthly is a community curated monthly digital newspaper about DAOs and the Aragon ecosystem
https://monthly.aragon.one/
Creative Commons Zero v1.0 Universal
50 stars 26 forks source link
aragon dao daos ethereum

Aragon Monthly

Aragon Monthly is a community-curated monthly digital newspaper about Decentralized Autonomous Organizations and the Aragon ecosystem

Content curation is the process of gathering information relevant to a particular topic or area of interest.

Aragon Monthly is created by the community, for the community.

Anyone can contribute by creating or requesting new content regarding Decentralized Autonomous Organizations or about anything related to the Aragon ecosystem.


How does this work?

There's news happening all the time and we're looking to have all the interesting content presented in the newspaper!

Articles

Be sure to include all the details in the new issue as described in the Guide for submitting a new Issue


Staff Contributors

The Editor-in-chief is the publication's editorial leader who has final responsibility for its operations and policies.

Editors are people who regularly provide content to the publication and make sure that the content is always high quality. They write articles, review Pull Requests, and are generally active in the creation of this publication.

Reviewers are people who contribute by helping review new content submitted via Pull Requests.

Columnists are people dedicated to contributing quality content for an extended period of time - usually on the same subject area or theme each time - that typically contains the author's opinion or point of view.


More info for editors

How do I run a local version of the site for editing?


What does the aragon-monthly directory structure look like?

mkdocs.yml
docs/
├─ archive/
│  ├─ issue00/
│  └─ issue01/
├─ articles/
│  ├─ columns
│  │ ├─ images/
│  │ └─ name_of_column.md
│  ├─ editorial/
│  │ ├─ images/
│  │ └─ title_of_editorial.md
│  └─ opinion/
│  │ ├─ images/
│  │ └─ title_of_opinion_piece.md
│  └─ index.md
├─ classifieds/
│  └─ index.md
├─ contributors/
│  ├─ columnists.md
│  ├─ contributors.md
│  ├─ editors.md
│  ├─ index.md
│  └─ reviewers.md
├─ guides/
│  ├─ guide_for_submitting_a_new_issue.md
│  ├─ guide_for_submitting_a_new_pull_request.md
│  ├─ guide_for_submitting_articles.md
│  ├─ guide_for_submitting_classifieds.md
│  ├─ guide_for_submitting_news.md
│  ├─ index.md
│  ├─ new_issue_template.md
│  ├─ new_pull_request_template.md
│  └─ repository_structure.md
├─ images/
│  ├─ favicon.ico
│  ├─ logo.svg
│  ├─ monthly_no_image.png
│  └─ monthly.png
├─ info/
│  └─ index.md
├─ news/
│  ├─ aragon.md
│  ├─ daos.md
│  ├─ name_of_tag.md
│  └─ index.md
├─ newsletter/
│  └─ index.md
├─ stylesheets/
│  └─ custom.css
├─ CNAME
└─ index.md

Where can I find the empty templates and how do I fill them?

You can find all the templates in the guides for news, articles and classifieds here, below the most frequently used for reference. If you get stuck, check the code from previous issues in the archive.

News - see guide here

 [**Title**](URI_to_news) | [**Title**](URI_to_news) | [**Title**](URI_to_news) |
:-----------:|:-----------:|:-----------:|
[_Tag_](tag.md) | [_Tag_](tag.md) | [_Tag_](tag.md) |
[<img src="https://github.com/aragon/aragon-monthly/raw/master/./../images/image_name.png">](URI_to_news) | [<img src="https://github.com/aragon/aragon-monthly/raw/master/./../images/image_name.png">](URI_to_news) | [<img src="https://github.com/aragon/aragon-monthly/raw/master/./../images/image_name.png">](URI_to_news) |
_Author [Author Name](URI_to_author_profile) on Month Date#_ | _Author [Author Name](URI_to_author_profile) on Month Date#_  | _Author [Author Name](URI_to_author_profile) on Month Date#_ |
**Subtitle** Description of the content in the news. | **Subtitle** Description of the content in the news. | **Subtitle** Description of the content in the news. |
[Read More](URI_to_news) | [Read More](URI_to_news) | [Read More](URI_to_news) |

Articles - see guide here

# Title
> **Subtitle**

_Author [Author Name / @author_GitHub_username](https://github.com/author_GitHub_username)_

![](images/image_name.png)

Bunch of text.

## Sub-Title / Header
Bunch of text.

## Sub-Title / Header
Bunch of text.

Classifieds - see guide here

[<h2>Title</h2>](URI) |
:-----------|
Description |
[Learn More](URI) |