chore(docs): update docs (#281)

This commit is contained in:
Dillon
2020-04-29 15:11:33 +08:00
committed by GitHub
parent 072b9624cd
commit 7affd65bba
3 changed files with 33 additions and 3 deletions

View File

@@ -245,6 +245,16 @@ Please open the code block below to view the complete sample configuration :(far
desktopMode = "fixed"
# mobile header mode ("fixed", "normal", "auto")
mobileMode = "auto"
# {{< version 0.2.0 >}} Header title config
[params.header.title]
# URL of the LOGO
logo = ""
# title name
name = ""
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
# Footer config
[params.footer]