You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.2 KiB
TOML
46 lines
1.2 KiB
TOML
# The URL the site will be built for
|
|
base_url = "https://www.loom.run"
|
|
|
|
# Whether to automatically compile all Sass files in the sass directory
|
|
compile_sass = true
|
|
|
|
# Whether to build a search index to be used later on by a JavaScript library
|
|
build_search_index = false
|
|
taxonomies = [{ name = "tags" }]
|
|
# title = "JimZhang's Blog"
|
|
title = "记录个人生活"
|
|
generate_feed = true
|
|
[markdown]
|
|
# Whether to do syntax highlighting
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
highlight_code = true
|
|
highlight_theme = "dracula"
|
|
[extra]
|
|
# Put all your custom variables here
|
|
copyright = "JimZhang"
|
|
icp= "皖ICP备20008287号-1"
|
|
mode = "toggle"
|
|
# config social icon info in the footer
|
|
[[extra.social]]
|
|
icon = "github"
|
|
name = "GitHub"
|
|
url = "https://github.com/zzl221000"
|
|
|
|
[[extra.social]]
|
|
icon = "send"
|
|
name = "Telegram"
|
|
url = "https://t.me/zzl221000"
|
|
|
|
[[extra.social]]
|
|
icon = "book-open"
|
|
name = "Workfor"
|
|
url = "https://www.winhc.cn"
|
|
|
|
[[extra.translations.en]]
|
|
show_more = "Read more ⟶"
|
|
previous_page = "← Previous"
|
|
next_page = "Next →"
|
|
posted_on = "on "
|
|
posted_by = "Published by"
|
|
read_time = "minute read"
|
|
all_tags = "All tags" |