Changing the structure and fixing spelling errors
This commit is contained in:
parent
9071e1de08
commit
a4368a38ad
8 changed files with 176 additions and 175 deletions
|
|
@ -17,9 +17,7 @@ feed_filenames = ["atom.xml", "rss.xml"]
|
|||
build_search_index = true
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
# extra_syntaxes_and_themes = ["sublime"]
|
||||
highlight_theme = "dracula"
|
||||
# highlight_themes_css = [
|
||||
# { theme = "monokai-pro-dark", filename = "syntax-theme-dark.css" },
|
||||
# { theme = "monokai-pro-light", filename = "syntax-theme-light.css" },
|
||||
|
|
@ -31,6 +29,11 @@ lazy_async_image = true
|
|||
external_links_class = "external"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[markdown.highlighting]
|
||||
dark_theme = "dracula"
|
||||
light_theme = "github-light"
|
||||
# dark_theme = "github-dark"
|
||||
|
||||
[slugify]
|
||||
paths = "on"
|
||||
taxonomies = "on"
|
||||
|
|
@ -44,7 +47,7 @@ feed_filenames = ["atom.xml", "rss.xml"]
|
|||
build_search_index = true
|
||||
|
||||
[extra]
|
||||
home_url = "@/home/index.md"
|
||||
home_url = "@/_index.md"
|
||||
accent_color = ["hsl(19 75% 42%)", "hsl(276 82% 78%)"]
|
||||
katex = true
|
||||
toc = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue