audio books
This commit is contained in:
parent
5e986b284d
commit
cc3366034e
5 changed files with 80 additions and 0 deletions
9
content/audiobookshelf/_index.md
Normal file
9
content/audiobookshelf/_index.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "Audiobookshelf"
|
||||
weight = 3
|
||||
[extra]
|
||||
icon ="./audiobookshelfAsset6.svg"
|
||||
+++
|
||||
|
||||
Audiobookshelf is an open-source self-hosted media server for your audiobooks and podcasts.
|
||||
Web and mobile native clients are available.
|
||||
21
content/audiobookshelf/footer/_index.md
Normal file
21
content/audiobookshelf/footer/_index.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
+++
|
||||
title= "footer"
|
||||
template ="footer.html"
|
||||
sort_by = "slug"
|
||||
+++
|
||||
|
||||
#### Get Started
|
||||
|
||||
<p>
|
||||
Download the app for your device and login with the server adress:
|
||||
<code class="link">
|
||||
https://books.sondell.org/
|
||||
</code>
|
||||
<button class="url" _="on click
|
||||
writeText(my previousElementSibling's innerText) into navigator's clipboard
|
||||
put 'copied!' into me
|
||||
wait 1s
|
||||
put 'copy url' into me">
|
||||
copy url
|
||||
</button>
|
||||
</p>
|
||||
10
content/audiobookshelf/footer/googleplay.md
Normal file
10
content/audiobookshelf/footer/googleplay.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "googleplay"
|
||||
+++
|
||||
|
||||
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.audiobookshelf.app" rel="nofollow">
|
||||
<img src="./googleplay-trim.png" alt="Download from Google Play" height="40"
|
||||
data-canonical-src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
|
||||
style="max-width: 100%;">
|
||||
</a>
|
||||
|
||||
9
content/audiobookshelf/footer/webapp.md
Normal file
9
content/audiobookshelf/footer/webapp.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "googleplay"
|
||||
+++
|
||||
|
||||
<a class="app-link" href="https://books.sondell.org/" rel="nofollow">
|
||||
<img src="./pwa-badge.png" alt="web app" height="40"
|
||||
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||
style="max-width: 100%;">
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue