Weekly and Quarterly Monero Newsletter
Go to file
rottenwheel 601bef026f
Merge pull request #44 from recanman/master
feat: migrate almost everything to hugo
2024-07-02 22:17:57 +00:00
_includes fix: mislocated XMPP and Matrix hyperlinks 2024-06-29 05:08:20 +00:00
_layouts remove dependency on JS for menu and theme toggle 2023-10-15 16:40:48 -07:00
_posts fix: haveno reto version number 2024-06-28 20:06:13 +00:00
_sass test: burger menu background contrast 2024-06-28 17:31:37 +00:00
assets/img feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
content feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
css update burger menu for social acc.s 2024-06-10 03:38:52 +03:00
font Initial commit with site and first Revuo Weekly issue 2019-03-28 22:32:42 -06:00
img add matrix and XMPP to bottom burger menu 2024-06-28 23:36:14 +03:00
js update burger menu for social acc.s 2024-06-10 03:38:52 +03:00
periodicals periodicals: use time instead of p 2022-04-13 16:24:30 +02:00
source update: add forgejo onion mirror 2024-06-26 19:05:43 +00:00
static/img feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
support update: fix support page wording 2024-06-26 19:03:08 +00:00
themes feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
_config.yml update: https site url 2023-03-12 16:36:46 +00:00
.editorconfig feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
.gitignore feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
.gitmodules feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
.hugo_build.lock feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
404.md Initial commit with site and first Revuo Weekly issue 2019-03-28 22:32:42 -06:00
atom.xml Add Itoopie and Digilol logos, fix RSS paths 2024-04-03 23:01:21 +03:00
Gemfile feat(navbar): responsive actions 2022-04-11 17:09:33 +02:00
Gemfile.lock Update gems and remove hardcoded baseurl and other paths 2024-03-31 02:13:28 +02:00
hugo.toml feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00
index.html Update index.html 2022-04-12 19:06:34 -05:00
license.md Update license.md 2023-09-01 22:04:20 +00:00
readme.md feat: migrate almost everything to hugo 2024-07-02 15:13:41 -07:00

Revuo Monero

Revuo Monero is a weekly newsletter where you can find the most recent Monero news.

Emerald is the theme used by Revuo. It is a minimal and mobile-first blog theme, originally for Jekyll, ported to Hugo by recanman.

Setup & usage

To set up Revuo, you have to follow the steps below:

Install Go (using a package manager or from here).

Install Hugo (using a package manager or from here).

Now run the following commands:

`git clone https://

gem install bundler jekyll | Installs jekyll and bundler.

git clone https://github.com/rottenwheel/revuo-weekly | Clone the repository.

cd revuo-weekly

hugo server | Serve the website.

If you open your web browser at http://127.0.0.1:1313/, you should see Revuo up and running.

License

Revuo Monero is released under MIT License.