summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authoramzrk22020-04-23 19:36:26 +0800
committeramzrk22020-04-23 19:36:26 +0800
commit39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1 (patch)
tree4e1368a8816b4abb2ff435a21c23e9604db7fc9b /exampleSite/config.toml
parent8e4b97a7cfd236dc4094400c623dc875fee8110b (diff)
downloadhugo-theme-fuji-39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1.tar.gz
hugo-theme-fuji-39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1.tar.bz2
hugo-theme-fuji-39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1.zip
Support in-post or global APlayer
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1c7b30d..a0b50ee 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -64,6 +64,12 @@ paginate = 10
# enable this to fetch css & js from jsDelivr CDN
useCDN = true
+ # site global fixed mode aplayer
+ # playerName = "..." # Audio title or name
+ # playerArtist = "..." # Audio artist
+ # playerURL = "..." # Audio URL, support aac, mp3, wav and ogg
+ # playerCover = "..." # Audio cover
+
[markup]
[markup.highlight]
style = "monokailight"