title: hypertor
description: "The Tor network library for Rust and Python — consume AND host onion services"
url: "https://nicoburniske.github.io"
baseurl: "/hypertor"
markdown: kramdown
highlighter: rouge
remote_theme: mmistakes/minimal-mistakes@4.24.0
minimal_mistakes_skin: "dark"
search: true
breadcrumbs: true
atom_feed:
hide: true
path: false
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-remote-theme
- jekyll-include-cache
feed:
disable: true
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/
- README.md
- architecture.md
- python-api.md
- security.md
collections:
docs:
output: true
permalink: /:collection/:path/
defaults:
- scope:
path: ""
type: "docs"
values:
layout: "single"
sidebar:
nav: "docs"
toc: true
toc_sticky: true
- scope:
path: ""
values:
layout: "single"
header:
overlay_color: "#1a1a2e"
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/nicoburniske/hypertor"