Merge pull request #2044

Change "magazines" section to "newsletters" and update resources at library page
This commit is contained in:
luigi1111 2023-06-06 13:49:42 -05:00 committed by GitHub
commit dec0f62816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 13 deletions

View file

@ -934,14 +934,13 @@ library:
zkbasicscheatsheet20220621: "ZK Basics Cheatsheet"
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.
magazines: Magazines
revuoq4p: >
Quarterly Monero magazine, Q4 2017 edition.<br>
In this issue, updates about: development, Monero Research Lab, Kovri, and community.
revuoq3p: >
Quarterly Monero magazine, Q3 2017 edition.<br>
In this issue, updates about: development, Monero Research Lab, Kovri, community, Hardware, and Monerujo.
newsletters: Newsletters
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.
moneroobserverblitz: >
Monero Observer Blitz provides monthly updates on the latest developments in the Monero community and protocol.
Written by escapethe3RA, this publication covers news related to Monero's ongoing development, community events, and notable achievements within the space.
moneropedia:
description: >
The terminology around Monero can be very complex and technical. The Moneropedia is a tool created by the Monero community to provide an explanation of these terms in a simple way. Listed below you'll find all the Moneropedia entries in alphabetic order.

Binary file not shown.

Binary file not shown.

View file

@ -44,12 +44,12 @@ meta_descr: library.description
</section>
<section class="container full">
<div class="info-block text-adapt">
<h2>{% t library.magazines %}</h2>
<h2>{% t library.newsletters %}</h2>
<div>
<h3><a href="{{ site.baseurl_root }}/library/Revuo-2017-Q4.pdf">Revuo Monero Q4 2017</a></h3>
<p>{% t library.revuoq4p %}</p>
<h3><a href="{{ site.baseurl_root }}/library/Monero-Revuo-3Q-2017.pdf">Revuo Monero Q3 2017</a></h3>
<p>{% t library.revuoq3p %}</p>
<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>
</div>
</div>
</section>