Skip to content

Commit

Permalink
Logo, colors and aux links
Browse files Browse the repository at this point in the history
  • Loading branch information
agnetemoos committed Nov 12, 2024
1 parent d487a05 commit db8ac9d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
25 changes: 7 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
title: OS2BorgerPC dokumentationssite
description: Dokumentation af administrationssite, images og scripts.

theme: just-the-docs
url: https://just-the-docs.github.io

logo: "/assets/site/logo.svg"
favicon_ico: "/assets/site/favicon.ico"

color_scheme: os2borgerpc

# Aux links for the upper right navigation
aux_links:
Intro til OS2BorgerPC: https://os2.eu/os2borgerpc
OS2BorgerPC på OS2.eu: https://os2.eu/os2borgerpc
OS2BorgerPC på Github: https://github.com/OS2borgerPC

# Makes Aux links open in a new tab. Default is false
Expand All @@ -19,10 +23,6 @@ nav_enabled: true
# nav_sort: case_insensitive # default, equivalent to nil
nav_sort: case_sensitive # Capital letters sorted before lowercase

# External navigation links
nav_external_links:
- title: Just the Docs on GitHub
url: https://github.com/just-the-docs/just-the-docs

# Show navigation error report
nav_error_report: true # default is false/nil.
Expand Down Expand Up @@ -116,13 +116,6 @@ mermaid:
# Enable or disable heading anchors
heading_anchors: true

# Aux links for the upper right navigation
aux_links:
"Just the Docs on GitHub":
- "https://github.com/just-the-docs/just-the-docs"

# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: false

# Enable or disable the side/mobile menu globally
# Nav menu can also be selectively enabled or disabled using page variables or the minimal layout
Expand All @@ -132,10 +125,6 @@ nav_enabled: true
# nav_sort: case_insensitive # default, equivalent to nil
nav_sort: case_sensitive # Capital letters sorted before lowercase

# External navigation links
nav_external_links:
- title: Just the Docs on GitHub
url: https://github.com/just-the-docs/just-the-docs

# Footer content
# appears at the bottom of every page's main content
Expand Down
13 changes: 13 additions & 0 deletions _sass/color_schemes/os2borgerpc.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//$body-background-color: $white !default;
//$body-heading-color: $grey-dk-300 !default;
//$body-text-color: $grey-dk-100 !default;
$link-color: $grey-dk-200;
//$nav-child-link-color: $grey-dk-100 !default;
//$sidebar-color: $grey-lt-000 !default;
//$base-button-color: #f7f7f7 !default;
$btn-primary-color: $grey-dk-200;
//$code-background-color: $grey-lt-000 !default;
//$feedback-color: darken($sidebar-color, 3%) !default;
//$table-background-color: $white !default;
//$search-background-color: $white !default;
//$search-result-preview-color: $grey-dk-000 !default;
Binary file added assets/site/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/site/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db8ac9d

Please sign in to comment.