This commit is contained in:
deathrow 2023-01-05 19:45:25 -05:00
commit 161cc886de
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
7 changed files with 31 additions and 9 deletions

View File

@ -6,4 +6,5 @@ gem "jekyll-feed"
gem "jekyll-seo-tag" gem "jekyll-seo-tag"
gem "bundler" gem "bundler"
gem "kramdown-parser-gfm" gem "kramdown-parser-gfm"
gem "jekyll-sitemap"
gem "webrick" gem "webrick"

View File

@ -21,6 +21,12 @@
</div> </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) [Changelog](https://anonymousland.org/changelog)
## Mirrors ## 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. 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 ## License

View File

@ -2,6 +2,10 @@ repository: anonymousland/anonymousland
theme: jekyll-theme-potato-hacker theme: jekyll-theme-potato-hacker
theme_base: "dark" theme_base: "dark"
theme_switch: off theme_switch: off
title: Anonymousland
email: admin@anonymousland.org
url: https://anonymousland.org
github_username: "anonyland"
blog: on blog: on
highlighter_theme: monokai highlighter_theme: monokai
toolbar_priority: toolbar_priority:
@ -24,6 +28,7 @@ exclude:
plugins: plugins:
- jekyll-feed - jekyll-feed
- jekyll-seo-tag - jekyll-seo-tag
- jekyll-sitemap
feed: feed:
collections: collections:
- changelog - changelog

View File

@ -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/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/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/animate.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 --> <!-- Javascript -->
<script src="/assets/js/jquery.min.js"></script> <script src="/assets/js/jquery.min.js" defer></script>
<script src="/assets/js/bootstrap.min.js"></script> <script src="/assets/js/bootstrap.min.js" defer></script>
<script src="/assets/js/d3.min.js"></script> <script src="/assets/js/d3.min.js" defer></script>
<script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}"></script> <script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}" defer></script>
</head> </head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

View File

@ -1,2 +1,4 @@
Sitemap: https://anonymousland.org/sitemap.xml
User-agent: * User-agent: *
Disallow: / Allow: /

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
bundle install bundle install
bundle exec jekyll serve bundle exec jekyll serve