upload sounds and character info

This commit is contained in:
Vicky Steeves 2019-10-25 17:48:09 -04:00
parent fa8a475784
commit 09a1f23088
20 changed files with 48 additions and 77 deletions

66
conf.py
View File

@ -27,68 +27,6 @@ SITE_URL = "https://oceanwinder.vickysteeves.com/"
BLOG_EMAIL = "victoriaisteeves@gmail.com" BLOG_EMAIL = "victoriaisteeves@gmail.com"
BLOG_DESCRIPTION = "A website to collate our DnD campaign." # (translatable) BLOG_DESCRIPTION = "A website to collate our DnD campaign." # (translatable)
# Nikola is multilingual!
#
# Currently supported languages are:
#
# en English
# af Afrikaans
# ar Arabic
# az Azerbaijani
# bg Bulgarian
# bs Bosnian
# ca Catalan
# cs Czech [ALTERNATIVELY cz]
# da Danish
# de German
# el Greek [NOT gr]
# eo Esperanto
# es Spanish
# et Estonian
# eu Basque
# fa Persian
# fi Finnish
# fr French
# gl Galician
# he Hebrew
# hi Hindi
# hr Croatian
# hu Hungarian
# ia Interlingua
# id Indonesian
# it Italian
# ja Japanese [NOT jp]
# ko Korean
# lt Lithuanian
# ml Malayalam
# nb Norwegian (Bokmål)
# nl Dutch
# pa Punjabi
# pl Polish
# pt Portuguese
# pt_br Portuguese (Brazil)
# ru Russian
# sk Slovak
# sl Slovene
# sq Albanian
# sr Serbian (Cyrillic)
# sr_latin Serbian (Latin)
# sv Swedish
# te Telugu
# th Thai
# tr Turkish [NOT tr_TR]
# uk Ukrainian
# ur Urdu
# vi Vietnamese
# zh_cn Chinese (Simplified)
# zh_tw Chinese (Traditional)
#
# If you want to use Nikola with a non-supported language you have to provide
# a module containing the necessary translations
# (cf. the modules at nikola/data/themes/base/messages/).
# If a specific post is not translated to a language, then the version
# in the default language will be shown instead.
# What is the default language? # What is the default language?
DEFAULT_LANG = "en" DEFAULT_LANG = "en"
@ -899,7 +837,7 @@ LICENSE = ""
# A small copyright notice for the page footer (in HTML). # A small copyright notice for the page footer (in HTML).
# (translatable) # (translatable)
CONTENT_FOOTER = 'Contents &copy; {date} <a href="mailto:{email}">{author}</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> {license}' CONTENT_FOOTER = 'Contents &copy; {date} <a href="mailto:{email}">{author}</a> - {license}'
# Things that will be passed to CONTENT_FOOTER.format(). This is done # Things that will be passed to CONTENT_FOOTER.format(). This is done
# for translatability, as dicts are not formattable. Nikola will # for translatability, as dicts are not formattable. Nikola will
@ -1077,7 +1015,7 @@ MARKDOWN_EXTENSIONS = ['markdown.extensions.fenced_code', 'markdown.extensions.c
# """ # """
# Show link to source for the posts? # Show link to source for the posts?
# SHOW_SOURCELINK = True SHOW_SOURCELINK = False
# Copy the source files for your pages? # Copy the source files for your pages?
# Setting it to False implies SHOW_SOURCELINK = False # Setting it to False implies SHOW_SOURCELINK = False
# COPY_SOURCES = True # COPY_SOURCES = True

View File

@ -10,5 +10,12 @@
<body> <body>
<audio controls><source src="/episode1.mp3" type="audio/mpeg">Your browser does not support the audio element.</audio>
<!-- TEASER_END -->
<h2>Transcript</h2>
</body> </body>
</html> </html>

View File

@ -9,6 +9,12 @@
<html lang="en"> <html lang="en">
<body> <body>
<audio controls><source src="/episode2.mp3" type="audio/mpeg">Your browser does not support the audio element.</audio>
<!-- TEASER_END -->
<h2>Transcript</h2>
</body> </body>
</html> </html>

View File

@ -14,5 +14,12 @@
<body> <body>
<audio controls><source src="/episode3.mp3" type="audio/mpeg">Your browser does not support the audio element.</audio>
<!-- TEASER_END -->
<h2>Transcript</h2>
</body> </body>
</html> </html>

BIN
files/bobby-arrow.mp3 Normal file

Binary file not shown.

BIN
files/dola-sons.pdf Normal file

Binary file not shown.

BIN
files/dola-wolf.mp3 Normal file

Binary file not shown.

BIN
files/episode1.mp3 Normal file

Binary file not shown.

BIN
files/episode2.mp3 Normal file

Binary file not shown.

BIN
files/episode3.mp3 Normal file

Binary file not shown.

BIN
files/ship-ashore.mp3 Normal file

Binary file not shown.

BIN
images/bobby.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
images/dola-sons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -2,10 +2,6 @@
.. title: Characters .. title: Characters
.. slug: characters .. slug: characters
.. date: 2019-10-24 .. date: 2019-10-24
.. tags:
.. category:
.. link:
.. description:
.. type: text .. type: text
--> -->
@ -17,7 +13,7 @@
<div class="card"> <div class="card">
<img src="/images/jobin.png" class="card-img-top" alt="..."> <img src="/images/jobin.png" class="card-img-top" alt="...">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Jobin Doubtfire</h5> <h5 class="card-title">Jobin Bottleglass Doubtfire</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
@ -35,7 +31,7 @@
</div> </div>
</div> </div>
<div class="card"> <div class="card">
<img src="/images/bobby.png" class="card-img-top" alt="..."> <img src="/images/bobby.jpg" class="card-img-top" alt="...">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Bobby Dogood</h5> <h5 class="card-title">Bobby Dogood</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
@ -70,10 +66,10 @@
</div> </div>
</div> </div>
<div class="card"> <div class="card">
<img src="/images/dola-sons.jpg" class="card-img-top" alt="..."> <img src="/images/dola-sons.png" class="card-img-top" alt="Dola's Boys">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Dola's Boys</h5> <h5 class="card-title">Dola's Boys</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> <p class="card-text">The gang is a band of air pirates consisting of Dola's husband Motro (ship mechanic) and their seven sons (the gang), at least some of whom may be adopted due to how different they look from one another. They are the crew for the Tiger Moth.</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<small class="text-muted">See <a href="/dola-sons.pdf">Dola's son's character sheet</a></small> <small class="text-muted">See <a href="/dola-sons.pdf">Dola's son's character sheet</a></small>

View File

@ -2,10 +2,7 @@
.. title: Index .. title: Index
.. slug: index .. slug: index
.. date: 2019-10-24 .. date: 2019-10-24
.. tags: .. hidetitle: True
.. category:
.. link:
.. description:
.. type: text .. type: text
--> -->
@ -14,5 +11,7 @@
<h1>Oceanwinder!</h1> <h1>Oceanwinder!</h1>
<p>A 5e Dungeons and Dragons campaign!</p>
</body> </body>
</html> </html>

View File

@ -17,6 +17,18 @@
<div class="col"> <div class="col">
<audio id="audio2" src="/jobins.mp3"></audio><button type="button" class="btn btn-outline-primary btn-lg" onClick="play('audio2')">Jobin's Theme</button> <audio id="audio2" src="/jobins.mp3"></audio><button type="button" class="btn btn-outline-primary btn-lg" onClick="play('audio2')">Jobin's Theme</button>
</div> </div>
<div class="col">
<audio id="audio8" src="/bobby-arrow.mp3"></audio><button type="button" class="btn btn-outline-primary btn-lg" onClick="play('audio8')">Bobby's Arrow</button>
</div>
<div class="col">
<audio id="audio9" src="/dola-wolf.mp3"></audio><button type="button" class="btn btn-outline-primary btn-lg" onClick="play('audio9')">Dola Wolf Out</button>
</div>
<div class="col">
<audio id="audio11" src="/dola-boys.mp3"></audio><button type="button" class="btn btn-outline-primary btn-lg" onClick="play('audio11')">Dola Sons "Mom"</button>
</div>
<div class="col">
<audio id="audio10" src="/ship-ashore.mp3"></audio><button type="button" class="btn btn-outline-primary btn-lg" onClick="play('audio10')">Ship Ramming Shore</button>
</div>
</div> </div>
<br/> <br/>
<div class="row"> <div class="row">

View File

@ -0,0 +1,7 @@
article {
padding-bottom: 1em;
}
footer {
padding-bottom: 1em;
}

View File

@ -67,7 +67,6 @@ navbar-dark bg-dark
${template_hooks['page_header']()} ${template_hooks['page_header']()}
<%block name="content"></%block> <%block name="content"></%block>
<!--End of body content--> <!--End of body content-->
<footer id="footer"> <footer id="footer">
${content_footer} ${content_footer}
${template_hooks['page_footer']()} ${template_hooks['page_footer']()}