Skip to content

Commit

Permalink
oopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
tguyenn committed Jun 29, 2024
2 parents 8e8b0ca + 204f59c commit 198da9c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ just_the_docs:
nav_fold: false

# Define default color scheme
color_scheme: custom-light

color_scheme: custom-light

16 changes: 16 additions & 0 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title | default: site.title }}</title>
<!-- Favicon -->
<link rel="icon" href="{{ '/_assets/images/rasterchef.ico' | relative_url }}" type="image/x-icon"> <!-- Stylesheets -->
{% if site.color_scheme == 'custom-light' %}
<link rel="stylesheet" href="{{ '/_assets/css/just-the-docs-custom-light.css' | relative_url }}">
{% else %}
<link rel="stylesheet" href="{{ '/_assets/css/just-the-docs-custom-dark.css'' | relative_url }}">
<!-- lol -->
{% endif %}
</head>
<body>

0 comments on commit 198da9c

Please sign in to comment.