Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newsletters: add revuo monero #2217

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@ library:
zkbasicscheatsheet20220621p: >
A lightly theoretical interlude (hopefully still gentle, trying to stress concepts more than formalism and selecting the approached topics) to lay the foundations for Bulletproof and other future Zero-Knowledge-related features, if any.
newsletters: Newsletters
revuomonero: >
Revuo Monero is a weekly newsletter where you can find the most recent Monero news.
themonerostandard: >
Monero Standard is a weekly publication by recanman, providing up-to-date news and information on the Monero protocol.
In addition to covering the latest developments in the Monero community, The Monero Standard also includes a weekly price chart, mining pool chart, blockchain statistics, and even a Meme of the Week.
Expand Down
6 changes: 4 additions & 2 deletions library/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ meta_descr: library.description
<div class="info-block text-adapt">
<h2>{% t library.newsletters %}</h2>
<div>
<h3><a href="https://localmonero.co/the-monero-standard">The Monero Standard</a></h3>
<p>{% t library.themonerostandard %}</p>
<h3><a href="https://monero.observer/tag/blitz/">Monero Observer Blitz</a></h3>
<p>{% t library.moneroobserverblitz %}</p>
<h3><a href="https://revuo-xmr.com/">Revuo Monero</a></h3>
<p>{% t library.revuomonero %}</p>
<h3><a href="https://localmonero.co/the-monero-standard">The Monero Standard</a></h3>
<p>{% t library.themonerostandard %}</p>
</div>
</div>
</section>
Expand Down