summaryrefslogtreecommitdiffstats
path: root/exampleSite/content/post
diff options
context:
space:
mode:
authoramzrk22021-01-10 21:11:57 +0800
committeramzrk22021-01-10 21:11:57 +0800
commite5b7e226f064268686c9799e9e54910e3b83b38b (patch)
treed1792315f4419034f2557f06fca5620f4060bd94 /exampleSite/content/post
parent1500c3c475e0ff99e6693dd11118e1a937b9ff34 (diff)
downloadhugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.tar.gz
hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.tar.bz2
hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.zip
new: in-post aplayer support
Diffstat (limited to 'exampleSite/content/post')
-rw-r--r--exampleSite/content/post/aplayer-test.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/exampleSite/content/post/aplayer-test.md b/exampleSite/content/post/aplayer-test.md
new file mode 100644
index 0000000..4b93819
--- /dev/null
+++ b/exampleSite/content/post/aplayer-test.md
@@ -0,0 +1,31 @@
++++
+title = "In-post APlayer Test"
+date = 2021-01-10T00:00:00+08:00
+description = "In-post APlayer testpage of Hugo theme Fuji"
+tags = ["test", "aplayer"]
+aplayer = true
+showLicense = false
++++
+
+{{< aplayer urls="/aplayer/berlin.mp3" names="Berlin" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
+
+This post is for in-post APlayer test, above is previous post-player.
+
+Music files are all downloaded from [Free Music Archive](https://freemusicarchive.org).
+
+<!--more-->
+
+## Single file
+
+{{< aplayer urls="/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
+
+## Multiple files
+
+You can open the playlist to check other musics.
+
+{{< aplayer
+ urls="/aplayer/berlin.mp3,/aplayer/fluid.mp3,/aplayer/morning.mp3"
+ names="Berlin,Fluid,Morning"
+ artists="Crowander,Crowander,Crowander"
+ covers="/aplayer/crowander.jpg,/aplayer/crowander.jpg,/aplayer/crowander.jpg"
+>}}