Skip to content

Commit 7ee2daf

Browse files
committed
Update html intro and date
1 parent fd61f83 commit 7ee2daf

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
5050
- name: Build songbook
5151
run: |
52+
# Update publish_date to today's date before building
53+
sed -i "s/^publish_date = .*/publish_date = $(date +%Y-%m-%d)/" book_config.toml
5254
python -m openlyric_bookmaker book_config.toml
5355
5456
- name: Create GitHub Pages structure

book_config.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@ publish_date = 2026-02-12
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
10+
11+
intro_blurb = """Some of my best memories include singing around the camp fire. This book is dedicated to everyone who has lent their voice while holding a book such as this.
12+
13+
Special thanks to:
14+
- Lady Amiee of Golias, for the original transcription of most of these songs
15+
- Lady Auria of Golias, for helpful feedback and cheerleading
16+
- Lord Galen McIntyre, for providing several songs
17+
- Lady Ismeralda Franceska Rusciolelli DaVale, for providing several songs
18+
- Winnifred de Canterbury, for help proofreading and editing
19+
20+
Without all of you this book never would have been possible.
21+
22+
This book is not for sale under any circumstances, it can only be given away.
23+
""""
24+
edit_github_repo = "carmiac/SwillingSwedesSongbook" # Enable song edit suggestions via GitHub issues
25+
edit_email = "carmiac+songbook@gmail.com" # Enable song edit suggestions via email
1226

1327
# Each section has a name, and a list of files to include in that section.
1428
# The files can be either individual songs or directories containing songs.

0 commit comments

Comments
 (0)