mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-20 20:48:00 +02:00
12b3ddc240
Serve the new look, update licensing.
137 lines
3.4 KiB
YAML
137 lines
3.4 KiB
YAML
site_name: The Hitchhiker's Guide
|
|
site_author: Anonymous Planet
|
|
site_description: "The comprehensive guide for online #anonymity and #opsec."
|
|
site_dir: "site"
|
|
docs_dir: "docs"
|
|
site_url: "https://anonymousplanet.net/"
|
|
repo_url: "https://github.com/Anon-Planet/thgtoa"
|
|
repo_name: ""
|
|
#edit_uri: ""
|
|
theme:
|
|
name: material
|
|
locale: en
|
|
favicon: media/profile.png
|
|
icon:
|
|
logo: material/bird
|
|
repo: simple/github
|
|
font:
|
|
text: Public Sans
|
|
code: Liberation Mono
|
|
features:
|
|
- navigation.instant
|
|
- navigation.instant.prefetch
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.path
|
|
- toc.integrate
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.tabs.link
|
|
- content.code.annotation
|
|
- content.code.copy
|
|
language: en
|
|
palette:
|
|
- scheme: slate
|
|
primary: hacker
|
|
accent: green
|
|
|
|
plugins:
|
|
- social: {}
|
|
- search:
|
|
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
|
- meta: {}
|
|
|
|
# Soon this will all be minified (It's a personal WIP)
|
|
extra_css:
|
|
- stylesheets/hacker.css
|
|
- stylesheets/hacker-extra.css
|
|
- stylesheets/going-dark.css
|
|
- stylesheets/navigation.css
|
|
- stylesheets/footer.css
|
|
- stylesheets/accessibility.css
|
|
|
|
# extra_css:
|
|
# - stylesheets/hacker-core.css
|
|
# - stylesheets/components.css
|
|
# - stylesheets/accessibility.css
|
|
# - stylesheets/print-and-utilities.css
|
|
|
|
extra:
|
|
social:
|
|
- icon: simple/mastodon
|
|
link: https://mastodon.social/@anonymousplanet
|
|
name: Mastodon
|
|
- icon: simple/gitlab
|
|
link: http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/
|
|
name: "0xacab"
|
|
- icon: simple/gitea
|
|
link: http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/anonypla
|
|
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: http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/
|
|
# 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_generator: !!python/name:material.extensions.emoji.to_svg
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
- 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: {}
|
|
- tables: {}
|
|
- footnotes: {}
|
|
- toc:
|
|
permalink: "λ"
|
|
toc_depth: 3
|
|
|
|
nav:
|
|
- "Home": index.md
|
|
- "Verify": verify/index.md
|
|
- "Guide": guide/index.md
|
|
- "Code": code/index.md
|
|
- "Donations": contribute/index.md
|
|
- "A Constitution": constitution/index.md
|
|
- "Mirrors": mirrors/index.md
|
|
- "Changelog": changelog/index.md
|
|
- "About": about/index.md
|
|
- "PGP": pgp/index.md
|