We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa468dc commit 7eed60bCopy full SHA for 7eed60b
docs/_config.yml
@@ -3,7 +3,19 @@ title: cmkr
3
plugins:
4
- jekyll-remote-theme
5
6
-# Build settings
7
-# theme: just-the-docs
8
-remote_theme: pmarsceill/just-the-docs
+# Automatically deduce dark theme preference https://github.com/pmarsceill/just-the-docs/pull/464
+remote_theme: pdmosses/just-the-docs@light-switch
9
search_enabled: true
+color_scheme: light-or-dark
10
+heading_anchors: true
11
+aux_links:
12
+ "cmkr":
13
+ - "https://github.com/build-cpp/cmkr"
14
+aux_links_new_tab: true
15
+
16
+gh_edit_link: true
17
+gh_edit_link_text: "Edit this page on GitHub."
18
+gh_edit_repository: "https://github.com/build-cpp/cmkr"
19
+gh_edit_branch: "main"
20
+gh_edit_view_mode: "edit"
21
+gh_edit_source: docs
0 commit comments