Skip to content

Commit 574419b

Browse files
committed
Update publish date.
1 parent 5d2c5f2 commit 574419b

1 file changed

Lines changed: 5 additions & 31 deletions

File tree

book_config.toml

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
# They will be passed to the templates as variables.
44
title = "The Swilling Swede's Songbook" # The title of the songbook.
55
author = "Sveinn the Swilling Swede" # The author of the songbook.
6-
publish_date = 2023-10-31 # The date the songbook was published.
6+
publish_date = 2026-02-12 # The date the songbook was published.
77
license = "CC BY-SA 4.0" # The license of the songbook.
88
license_url = "https://creativecommons.org/licenses/by-sa/4.0/" # The URL of the license.
99
title_blurb = """A collection of SONGS humbly presented for your amusement preferably around a CAMPFIRE while drinking MEAD, SCOTCH, BEER, OR RUM and surrounded by good COMPANY."""
10+
edit_github_repo = "carmiac/SwillingSwedesSongbook" # Enable song edit suggestions via GitHub issues
11+
edit_email = "carmiac+songbook@gmail.com" # Enable song edit suggestions via email
1012

1113
# Each section has a name, and a list of files to include in that section.
1214
# The files can be either individual songs or directories containing songs.
@@ -127,32 +129,6 @@ sbd_header = '''
127129
}
128130
'''
129131

130-
# [output_formats.ereaders]
131-
# type = "epub"
132-
# output_dir = "songbook_epub"
133-
# output_file = "songbook.epub"
134-
# songbook_template = "songbook_epub.tex" # Main tex file for the songbook.
135-
# songbook_style = "tex/songs.sty" # Style file for the songbook, containing custom commands.
136-
# image_dir = "img/" # Directory containing images. This will be copied to the build directory.
137-
# template_dir = "tex/" # Directory containing tex templates. All of these will be rendered with Jinja2 into the build directory.
138-
# frontcover = "frontcover.tex" # File containing the front cover.
139-
# frontcover_image = "img/longship.png"
140-
# titlepage = "titlepage.tex" # File containing the title page.
141-
# intro = "intro.tex" # File containing the intro.
142-
# backcover = "backcover.tex" # File containing the back cover.
143-
# backcover_image = "img/back.jpg"
144-
# sbd_header = '''
145-
# \newcommand{\tuneof}{}
146-
# \newsongkey{tune}{\def\tuneof{}}
147-
# {\def\tuneof{Tune: #1\par}}
148-
149-
# \renewcommand{\extendprelude}{
150-
# %{\itshape\normalsize}
151-
# \showrefs\showauthors
152-
# {\itshape\normalsize\tuneof}
153-
# }
154-
# '''
155-
156132
# The output_formats section contains information about the different formats
157133
# you want to generate for your songbook. Each format has a name, and a type.
158134
# The type can be one of "html", "pdf", or "epub".
@@ -162,7 +138,5 @@ output_dir = "html"
162138
# template_dir = "html_templates" # Commented out to use new built-in Jinja2 templates
163139
stylesheets = ["stylesheets"]
164140
# song_xslt = "stylesheets/openlyrics.xsl" # No longer needed with Jinja2 renderer
165-
image_dir = "img" # Directory containing images. This will be copied to the build directory.
166-
pwa_start_url = "./songbook.html" # PWA launches at songbook instead of landing page
167-
168-
# Removed - duplicate of bound_pdf
141+
image_dir = "img" # Directory containing images. This will be copied to the build directory.
142+
pwa_start_url = "./songbook.html" # PWA launches at songbook instead of landing page

0 commit comments

Comments
 (0)