mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Merge branch 'main' of https://git.anonymousland.org/anonymousland/anonymousland
This commit is contained in:
commit
161cc886de
1
Gemfile
1
Gemfile
@ -6,4 +6,5 @@ gem "jekyll-feed"
|
||||
gem "jekyll-seo-tag"
|
||||
gem "bundler"
|
||||
gem "kramdown-parser-gfm"
|
||||
gem "jekyll-sitemap"
|
||||
gem "webrick"
|
18
README.md
18
README.md
@ -21,6 +21,12 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[![Monero wallet](https://img.shields.io/badge/XMR-47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K-orange?logo=monero&style=flat-square)](https://anonymousland.org/donate)
|
||||
|
||||
</div>
|
||||
|
||||
[Changelog](https://anonymousland.org/changelog)
|
||||
|
||||
## Mirrors
|
||||
@ -45,9 +51,17 @@ If you do not know where to start, take a look at the [issues](https://git.anony
|
||||
|
||||
Running these services and properly maintaining them takes time and money. *We would be extremely grateful to get donations*, we only ask for 5$, that's all.
|
||||
|
||||
To donate, you can visit our [donation page](https://anonymousland.org/donate) or contribute directly to our [Monero](https://www.getmonero.org/) wallet.
|
||||
To donate, you can visit our [donation page](https://anonymousland.org/donate), contribute directly to our [Monero](https://www.getmonero.org/) wallet or by scanning the folowing QR Code:
|
||||
|
||||
``47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K``
|
||||
<div align="center">
|
||||
|
||||
|![](/assets/img/xmr_donation_wallet.svg) |
|
||||
|:--------------:|
|
||||
| **Monero (XMR)** |
|
||||
|
||||
</div>
|
||||
|
||||
_Monero wallet address:_ `47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K`
|
||||
|
||||
## License
|
||||
|
||||
|
@ -2,6 +2,10 @@ repository: anonymousland/anonymousland
|
||||
theme: jekyll-theme-potato-hacker
|
||||
theme_base: "dark"
|
||||
theme_switch: off
|
||||
title: Anonymousland
|
||||
email: admin@anonymousland.org
|
||||
url: https://anonymousland.org
|
||||
github_username: "anonyland"
|
||||
blog: on
|
||||
highlighter_theme: monokai
|
||||
toolbar_priority:
|
||||
@ -24,6 +28,7 @@ exclude:
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-seo-tag
|
||||
- jekyll-sitemap
|
||||
feed:
|
||||
collections:
|
||||
- changelog
|
||||
|
@ -22,11 +22,11 @@
|
||||
<link rel="stylesheet" href="{{ '/assets/css/highlight/' | append: site.highlighter_theme | append: '.css' | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/animate.min.css">
|
||||
<link href="/assets/css/google-fonts.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/assets/css/google-fonts.css">
|
||||
|
||||
<!-- Javascript -->
|
||||
<script src="/assets/js/jquery.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/d3.min.js"></script>
|
||||
<script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}"></script>
|
||||
<script src="/assets/js/jquery.min.js" defer></script>
|
||||
<script src="/assets/js/bootstrap.min.js" defer></script>
|
||||
<script src="/assets/js/d3.min.js" defer></script>
|
||||
<script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}" defer></script>
|
||||
</head>
|
BIN
assets/img/xmr_donation_wallet.svg
Normal file
BIN
assets/img/xmr_donation_wallet.svg
Normal file
Binary file not shown.
After Width: | Height: | Size: 555 B |
@ -1,2 +1,4 @@
|
||||
Sitemap: https://anonymousland.org/sitemap.xml
|
||||
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Allow: /
|
Loading…
Reference in New Issue
Block a user