diff --git a/conf.py b/conf.py index a6377c6..a50d620 100644 --- a/conf.py +++ b/conf.py @@ -27,68 +27,6 @@ SITE_URL = "https://oceanwinder.vickysteeves.com/" BLOG_EMAIL = "victoriaisteeves@gmail.com" 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? DEFAULT_LANG = "en" @@ -899,7 +837,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents © {date} {author} - Powered by Nikola {license}' +CONTENT_FOOTER = 'Contents © {date} {author} - {license}' # Things that will be passed to CONTENT_FOOTER.format(). This is done # 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_SOURCELINK = True +SHOW_SOURCELINK = False # Copy the source files for your pages? # Setting it to False implies SHOW_SOURCELINK = False # COPY_SOURCES = True diff --git a/episodes/01-beginning.html b/episodes/01-beginning.html index 85f2c5d..7aeea65 100644 --- a/episodes/01-beginning.html +++ b/episodes/01-beginning.html @@ -10,5 +10,12 @@ + + + + +

Transcript

+ + diff --git a/episodes/02-boat.html b/episodes/02-boat.html index 19776b0..3e5ca65 100644 --- a/episodes/02-boat.html +++ b/episodes/02-boat.html @@ -9,6 +9,12 @@ + + + + +

Transcript

+ diff --git a/episodes/03-flowers.html b/episodes/03-flowers.html index c11ea3b..88ecdaf 100644 --- a/episodes/03-flowers.html +++ b/episodes/03-flowers.html @@ -13,6 +13,13 @@ + + + + + +

Transcript

+ diff --git a/files/bobby-arrow.mp3 b/files/bobby-arrow.mp3 new file mode 100644 index 0000000..4bfbd53 Binary files /dev/null and b/files/bobby-arrow.mp3 differ diff --git a/files/dola-sons.pdf b/files/dola-sons.pdf new file mode 100644 index 0000000..eefba56 Binary files /dev/null and b/files/dola-sons.pdf differ diff --git a/files/dola-wolf.mp3 b/files/dola-wolf.mp3 new file mode 100644 index 0000000..029035b Binary files /dev/null and b/files/dola-wolf.mp3 differ diff --git a/files/episode1.mp3 b/files/episode1.mp3 new file mode 100644 index 0000000..e5d52aa Binary files /dev/null and b/files/episode1.mp3 differ diff --git a/files/episode2.mp3 b/files/episode2.mp3 new file mode 100644 index 0000000..c33a02e Binary files /dev/null and b/files/episode2.mp3 differ diff --git a/files/episode3.mp3 b/files/episode3.mp3 new file mode 100644 index 0000000..4e0e00b Binary files /dev/null and b/files/episode3.mp3 differ diff --git a/files/ship-ashore.mp3 b/files/ship-ashore.mp3 new file mode 100644 index 0000000..cd61fe9 Binary files /dev/null and b/files/ship-ashore.mp3 differ diff --git a/images/bobby.jpg b/images/bobby.jpg new file mode 100644 index 0000000..a95b054 Binary files /dev/null and b/images/bobby.jpg differ diff --git a/images/dola-sons.png b/images/dola-sons.png new file mode 100644 index 0000000..cf40c12 Binary files /dev/null and b/images/dola-sons.png differ diff --git a/images/dola.jpg b/images/dola.jpg index 77cad43..a23b74a 100644 Binary files a/images/dola.jpg and b/images/dola.jpg differ diff --git a/images/teddy.png b/images/teddy.png index a0ab1e1..ebed742 100644 Binary files a/images/teddy.png and b/images/teddy.png differ diff --git a/pages/characters.html b/pages/characters.html index de4a57e..c8cef39 100644 --- a/pages/characters.html +++ b/pages/characters.html @@ -2,10 +2,6 @@ .. title: Characters .. slug: characters .. date: 2019-10-24 -.. tags: -.. category: -.. link: -.. description: .. type: text --> @@ -17,7 +13,7 @@
...
-
Jobin Doubtfire
+
Jobin Bottleglass Doubtfire

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

- ... + ...
Bobby Dogood

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.

@@ -70,10 +66,10 @@
- ... + Dola's Boys
Dola's Boys
-

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.

+

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.


diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css new file mode 100644 index 0000000..ef672e7 --- /dev/null +++ b/themes/custom/assets/css/custom.css @@ -0,0 +1,7 @@ +article { + padding-bottom: 1em; +} + +footer { + padding-bottom: 1em; +} diff --git a/themes/custom/templates/base.tmpl b/themes/custom/templates/base.tmpl index 8dfbcac..12d72df 100644 --- a/themes/custom/templates/base.tmpl +++ b/themes/custom/templates/base.tmpl @@ -67,7 +67,6 @@ navbar-dark bg-dark ${template_hooks['page_header']()} <%block name="content"> -