File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11site_name : DS - A Deductive System
2+ site_url : https://ustc-knowledgecomputinglab.github.io/ds
23repo_url : https://github.com/USTC-KnowledgeComputingLab/ds
3- repo_name : USTC-KnowledgeComputingLab/ds
44site_description : A deductive system for logical inference, implemented in C++ with bindings for Python and TypeScript/JavaScript
55site_author : Hao Zhang
66copyright : GPL-3.0-or-later
@@ -28,16 +28,18 @@ theme:
2828 - search.highlight
2929 - search.share
3030 # - header.autohide
31- - navigation.footer
3231 - announce.dismiss
32+ # - navigation.footer
3333 palette :
3434 - scheme : default
35+ media : " (prefers-color-scheme: light)"
3536 primary : indigo
3637 accent : indigo
3738 toggle :
3839 icon : material/brightness-7
3940 name : Switch to dark mode
4041 - scheme : slate
42+ media : " (prefers-color-scheme: dark)"
4143 primary : indigo
4244 accent : indigo
4345 toggle :
6163 - examples/index.md
6264
6365plugins :
64- - search
65- - projects
66- # - optimize
6766 - offline
67+ - search
6868
6969markdown_extensions :
7070 - abbr
You can’t perform that action at this time.
0 commit comments