|
@@ -16,7 +16,7 @@
|
|
|
theme = "minimal"
|
|
|
|
|
|
# Enable users to switch between day and night mode?
|
|
|
-day_night = true
|
|
|
+day_night = false
|
|
|
|
|
|
# Override the theme's font set (optional).
|
|
|
# Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
|
|
@@ -57,7 +57,7 @@ description = ""
|
|
|
# Enable source code highlighting? true/false
|
|
|
# Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
|
|
|
highlight = true
|
|
|
-highlight_languages = ["r"] # Add support for highlighting additional languages
|
|
|
+highlight_languages = ["r", "latex"] # Add support for highlighting additional languages
|
|
|
# highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/
|
|
|
|
|
|
# Enable LaTeX math rendering? true/false
|