Anonymity, Privacy, Security https://anonymousland.org/
Go to file
deathrow 641662cddc
Fix Fonts
2023-01-30 08:16:36 -05:00
_changelog v1.10 2023-01-17 13:23:33 -05:00
_includes Fix Fonts 2023-01-30 08:16:36 -05:00
_information Center format 2023-01-30 08:06:01 -05:00
_items Started "Anonymous Server" section, along with minor improvements 2023-01-30 08:06:32 -05:00
_layouts Combine CSS, convert to Sass and minify (#65) 2023-01-08 15:06:00 +00:00
_pages General improvements and fixes 2022-12-20 19:52:19 +00:00
_posts New blog post 2022-12-28 18:58:11 -05:00
_sass Jekyll Format 2023-01-17 18:47:39 -05:00
assets Fix Fonts 2023-01-30 08:16:36 -05:00
.gitignore General improvements and fixes 2022-12-20 19:52:19 +00:00
Gemfile CSS Highlighter Theme 2023-01-17 18:45:42 -05:00
LICENSE Add CC0 license 2022-10-15 11:34:12 +00:00
README.md Add help on hosting and building website (#84) 2023-01-28 15:51:29 +00:00
_config.yml CSS Highlighter Theme 2023-01-17 18:45:42 -05:00
blog.md Blog description change 2022-05-11 09:55:12 -04:00
index.md Started update on index.html 2023-01-30 08:06:54 -05:00
robots.txt Improve SEO (#62) 2023-01-03 18:04:15 +00:00

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

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.