diff --git a/Gemfile b/Gemfile index 177e09b..0f8945b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ gem "jekyll-feed" gem "jekyll-seo-tag" gem "bundler" gem "kramdown-parser-gfm" +gem "jekyll-sitemap" gem "webrick" \ No newline at end of file diff --git a/README.md b/README.md index dd75921..3ba5714 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ +
+ +[![Monero wallet](https://img.shields.io/badge/XMR-47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K-orange?logo=monero&style=flat-square)](https://anonymousland.org/donate) + +
+ [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`` +
+ +|![](/assets/img/xmr_donation_wallet.svg) | +|:--------------:| +| **Monero (XMR)** | + +
+ +_Monero wallet address:_ `47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K` ## License diff --git a/_config.yml b/_config.yml index 51d96a0..1b9e4ed 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_includes/head.html b/_includes/head.html index 4784b6c..15040a7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -22,11 +22,11 @@ - + - - - - + + + + \ No newline at end of file diff --git a/assets/img/xmr_donation_wallet.svg b/assets/img/xmr_donation_wallet.svg new file mode 100644 index 0000000..aea2d45 Binary files /dev/null and b/assets/img/xmr_donation_wallet.svg differ diff --git a/robots.txt b/robots.txt index 77470cb..80baa82 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,4 @@ +Sitemap: https://anonymousland.org/sitemap.xml + User-agent: * -Disallow: / \ No newline at end of file +Allow: / \ No newline at end of file diff --git a/start.sh b/start.sh index 038b838..fa00d66 100755 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #!/bin/bash bundle install -bundle exec jekyll serve +bundle exec jekyll serve \ No newline at end of file