Skip to content

Commit

Permalink
Setup Jekyll Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
WinGeek committed Sep 3, 2024
1 parent dbdde6e commit 82791c6
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
title: OpenNHP Documentation
description: Zero Trust Network-infrastructure Hiding Protocol
baseurl: "" # the subpath of your site, e.g. /blog
theme: just-the-docs

url: "https://opennhp.org"
logo: "/images/logo1.png"
Expand All @@ -37,9 +38,6 @@ defaults:
values:
layout: "default"

# Build settings
theme: just-the-docs


# Enable or disable the site search
# Supports true (default) or false
Expand Down Expand Up @@ -128,3 +126,41 @@ exclude:
- CODE_OF_CONDUCT.md
- docker-compose.yml
- Dockerfile

callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red

# Google Analytics Tracking (optional)
# Supports a CSV of tracking ID strings (eg. "UA-1234567-89,G-1AB234CDE5")
# Note: the main Just the Docs site does *not* use Google Analytics.
# ga_tracking: UA-2709176-10,G-5FG1HLH3XQ
# ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)

kramdown:
syntax_highlighter_opts:
block:
line_numbers: false

compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
# ignore:
# envs: all

0 comments on commit 82791c6

Please sign in to comment.