From 39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 19:36:26 +0800 Subject: Support in-post or global APlayer --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite/config.toml') 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" -- cgit v1.2.3