Files
thgtoa/mkdocs.yml
nopenothinghere ec6ff4f3e4 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
2023-08-14 23:11:28 -04:00

125 lines
3.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
site_name: Hitchhikers Guide
site_dir: '/site/'
docs_dir: 'docs/'
site_url: "https://www.anonymousplanet.org/"
repo_url: "https://github.com/Anon-Planet/thgtoa"
repo_name: ""
#edit_uri: ""
theme:
name: material
favicon: media/profile.png
icon:
logo: material/bird
repo: simple/github
font:
text: Public Sans
code: Liberation Mono
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/eye-outline
name: Switch to dark mode
primary: green
accent: blue
- scheme: slate
toggle:
icon: material/eye
name: Switch to light mode
primary: grey
accent: teal
plugins:
- social: {}
- search: {}
# macros: {}
# meta: {}
# git-latest-tag: {}
- git-authors: {}
# git-latest-release: {}
extra:
social:
- icon: simple/mastodon
link: https://mastodon.social/@anonymousplanet
name: Mastodon
- 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
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
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic: {}
- pymdownx.caret: {}
- pymdownx.keys: {}
- pymdownx.mark: {}
- pymdownx.tilde: {}
- pymdownx.snippets: {}
- pymdownx.tasklist:
custom_checkbox: true
- attr_list: {}
- def_list: {}
- md_in_html: {}
- meta: {}
- abbr: {}
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables: {}
- footnotes: {}
- toc:
permalink: true
toc_depth: 3
copyright: |
&copy; 2023 <a href="https://anonymousplanet.org/" target="_blank" rel="noopener">Anonymous Planet</a>