You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book_config.toml
+5-31Lines changed: 5 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
# They will be passed to the templates as variables.
4
4
title = "The Swilling Swede's Songbook"# The title of the songbook.
5
5
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.
7
7
license = "CC BY-SA 4.0"# The license of the songbook.
8
8
license_url = "https://creativecommons.org/licenses/by-sa/4.0/"# The URL of the license.
9
9
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
10
12
11
13
# Each section has a name, and a list of files to include in that section.
12
14
# The files can be either individual songs or directories containing songs.
@@ -127,32 +129,6 @@ sbd_header = '''
127
129
}
128
130
'''
129
131
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
-
156
132
# The output_formats section contains information about the different formats
157
133
# you want to generate for your songbook. Each format has a name, and a type.
158
134
# The type can be one of "html", "pdf", or "epub".
@@ -162,7 +138,5 @@ output_dir = "html"
162
138
# template_dir = "html_templates" # Commented out to use new built-in Jinja2 templates
163
139
stylesheets = ["stylesheets"]
164
140
# 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