Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit f53bbd9

Browse files
committed
init: upload files from monero observer (mo-src-3105.tar)
1 parent e5bf6ed commit f53bbd9

3,739 files changed

Lines changed: 82724 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
_site/
2+
.sass-cache/
3+
.jekyll-cache/
4+
.jekyll-metadata/
5+
.bundle/
6+
vendor/
7+
Gemfile.lock
8+
_drafts/
9+
_redirects
10+
_headers

3RA_pubkey.asc

6.31 KB
Binary file not shown.

3RA_pubkey.txt

6.31 KB
Binary file not shown.

404.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: error
3+
title: 404 Not Found
4+
permalink: /404.html
5+
description: Monero Observer 404 page.
6+
---

COPYING

34.3 KB
Binary file not shown.

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
gem "jekyll"
3+
group :jekyll_plugins do
4+
gem "jekyll-paginate-v2"
5+
end

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Monero Observer
2+
3+
Copyright (c) 2021-2022 escapethe3RA
4+
5+
## About
6+
7+
This repository contains the source code and content of the [Monero Observer](https://monero.observer){:target="_blank"} daily news website. Both are open source and completely free to use without restrictions, except for those specified in the license agreements below.
8+
9+
## Licenses
10+
11+
Monero.Observer content is published under the Creative Commons Attribution 4.0 license [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/){:target="_blank"}{:rel="nofollow"} except where otherwise noted.
12+
13+
The code used to format and display Monero.Observer content is distributed under the terms of the GNU General Public License v3.0 [GNU GPLv3](/COPYING).

_config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
title: Monero Observer
2+
description: Everything that moves in the Monero community.
3+
url: https://monero.observer
4+
permalink: /:title/
5+
exclude: ["_drafts", ".jekyll-cache", "Gemfile", "Gemfile.lock"]
6+
include: ["_headers", "_redirects"]
7+
pagination:
8+
enabled: true
9+
per_page: 15
10+
limit: 0
11+
permalink: '/:num/'
12+
sort_field: 'date'
13+
sort_reverse: true
14+
title: ':title - Page :num'
15+
trail:
16+
before: 2
17+
after: 2
18+
sass:
19+
sourcemap: never
20+
image: /assets/img/monero-banner.png

_data/resources.yml

43.4 KB
Binary file not shown.

_data/statistics.yml

83.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)