You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
deathrow 29f4e79866
Services Notice
3 weeks ago
_changelog v1.11 2 months ago
_includes Fix Fonts 2 months ago
_information Updated Spacing 1 month ago
_items Services Notice 3 weeks ago
_layouts Combine CSS, convert to Sass and minify (#65) 3 months ago
_pages General improvements and fixes 3 months ago
_posts New blog post 3 months ago
_sass Jekyll Format 2 months ago
assets Fix Fonts 2 months ago
.gitignore General improvements and fixes 3 months ago
Gemfile CSS Highlighter Theme 2 months ago
LICENSE Add CC0 license 5 months ago
README.md Update build instructions 2 months ago
_config.yml CSS Highlighter Theme 2 months ago
blog.md Blog description change 11 months ago
docker-build.sh Add docker-build.sh 2 months ago
index.md URGENT: DONATIONS NEEDED 1 month ago
robots.txt Improve SEO (#62) 3 months ago

README.md

Anonymousland v1.10

Anonymity, Privacy, Security

Anonymousland logo

Website Security Headers GitHub contributors GitHub commit activity GitHub GitHub Repo stars Maintenance GitHub release (latest by date)

Monero wallet

Changelog

Mirrors

Here are the place where you can view and contribute to our repositories:

All of the mirrors are both read and write and you can contribute on either place.

Contributing

Thank you very much for reading this. Contributions are very welcome, to contribute, just fork the repository, do the changes and open a pull request.

You can contribute either on our own Git or on any other mirror listed above.

If you do not know where to start, take a look at the issues for this repository, you can also take a look at our site-wide issues list.

Donations

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, contribute directly to our Monero wallet or by scanning the folowing QR Code:

Monero (XMR)

Monero wallet address: 47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K

Building

To build this Jekyll website you can use the following commands:

bundle install
jekyll build

Building with docker:

Ensure docker is installed, then execute docker-build.sh

Make sure to be at the root of the repository. The built site files ready to host will be located at the _site directory.

Hosting

To host this site, we use nginx, you can check our config at our infrastructure repository. But this should do:

server {  
    listen 443 ssl http2;
    listen [::]:443 ssl http2;
    gzip on;

    server_name exampledomain.com;

    location / {
        root /config/www;
        index index.html;
        try_files $uri $uri.html $uri/ =404;
    }

}

License

CC0 Logo

All content produced by us is licensed under public domain using the CC0 license.

Contact

Click here to join our main Matrix chatroom and here to join our Matrix space.