Update site

docs/about/index.md
  - Change logo
  - "Where do I start?"
  - "Notes on the journey"
  - "Disclaimer"
  - Update mirrors
  - Update Matrix section
  - Update donations
  - Recommended reading material

docs/guide/index.md
  - Change logo

docs/media/metadata.png
  - Add image for "we kill people over metadata"
    Thank you anarsec.guide!

docs/mirrors/index.md
  - Update mirrors
  - "Where to find the Hitchhiker's Guide"
  - Our official git mirrors

mkdocs.yml
  - Shorten site name (displays better in tab)
  - Add git authors plugin for later
  - Update bottom "social" row with all git repos
  - Add hardlink to domain for bottom of page to backlink
This commit is contained in:
nopenothinghere
2023-08-14 23:11:18 -04:00
parent 9bdff50575
commit ec6ff4f3e4
5 changed files with 80 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
site_name: The Hitchhikers Guide to Online Anonymity
site_name: Hitchhikers Guide
site_dir: '/site/'
docs_dir: 'docs/'
site_url: "https://www.anonymousplanet.org/"
@@ -45,7 +45,7 @@ plugins:
# macros: {}
# meta: {}
# git-latest-tag: {}
# git-authors: {}
- git-authors: {}
# git-latest-release: {}
extra:
@@ -56,9 +56,21 @@ extra:
- icon: simple/matrix
link: https://matrix.to/#/#p-s-a:matrix.org
name: Matrix Space
- icon: simple/gitlab
link: http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/
name: "0xacab"
- icon: simple/gitea
link: http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/anonymousplanetorg
name: Darktea
- icon: simple/github
link: https://github.com/Anon-Planet/thgtoa
name: GitHub
link: https://github.com/anon-planet
name: Github
- icon: simple/gitlab
link: https://gitlab.com/anonymousplanetorg
name: Gitlab
- icon: simple/codeberg
link: https://codeberg.org/anonymousplanet
name: Codeberg
# - icon: simple/torbrowser
# link: TODO
# name: Hidden service
@@ -109,4 +121,4 @@ markdown_extensions:
toc_depth: 3
copyright: |
&copy; 2023 <a href="https://github.com/Anon-Planet" target="_blank" rel="noopener">Anonymous Planet</a>
&copy; 2023 <a href="https://anonymousplanet.org/" target="_blank" rel="noopener">Anonymous Planet</a>