Customize Your Theme
Please see more details and usages in official documentations.
-
At
docs/_config.yml:remote_theme: just-the-docs/just-the-docs@v0.8.1 color_scheme: tarek -
Add
docs/_sass/color_schemes/tarek.scss -
More customizations are available in
docs/assets/css/custom.cssand import it indocs/_includes/head_custom.html.# At docs/_includes/head_custom.html # Be aware of the import order! <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.css"> <link rel="stylesheet" href="/assets/css/custom.css">