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: README.md
+12-46Lines changed: 12 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,70 +4,36 @@ This is a collection of songs from my days in the SCA at the College of St. Goli
4
4
5
5
It is compiled from many sources into a series of XML files and a songbook template using my OpenLyrics Songbook Maker tool.
6
6
7
-
## 🌐 View Online
7
+
## View Online
8
8
9
9
**[Browse the songbook online](https://carmiac.github.io/SwillingSwedesSongbook/)** with our red and gold themed HTML version, or download PDFs for offline use!
10
10
11
-
If you want to be able to build it yourself, keep reading. The current version of the build system has been tested in Linux. It may work in MacOS and Windows, but I haven't tested it there.
11
+
If you want to be able to build it yourself, keep reading. The current version of the build system has been tested in Linux. It may work in MacOS and Windows, but I haven't tested it there.
12
12
13
13
**Prereqs**
14
14
15
-
* Python 3, from http://www.python.org
16
-
* Windows
17
-
* MiKTeX, from http://www.miktex.org/
18
-
* Complete songs package for LaTeX from http://songs.sourceforge.net/
19
-
* OSX
20
-
* MacTeX, from http://www.tug.org/mactex/
21
-
* Linux
22
-
* TeX Live, from http://www.tug.org/texlive/
15
+
- Python 3, from http://www.python.org
16
+
- Windows
17
+
- MiKTeX, from http://www.miktex.org/
18
+
- Complete songs package for LaTeX from http://songs.sourceforge.net/
Output files will be in `output/` directory (PDF and HTML versions).
40
-
41
-
## GitHub Pages Deployment
42
-
43
-
This repository is configured with GitHub Actions to automatically build and deploy the songbook when changes are pushed to the `main` branch.
44
-
45
-
### First-Time Setup
46
-
47
-
To enable GitHub Pages deployment:
48
-
49
-
1. Go to your repository Settings > Pages
50
-
2. Under "Source", select "GitHub Actions"
51
-
3. The workflow will automatically deploy on the next push to `main`
52
-
53
-
The deployed site will be available at: `https://carmiac.github.io/SwillingSwedesSongbook/`
54
-
55
-
### What Gets Deployed
56
-
57
-
-**HTML Songbook**: Interactive version with red and gold theme
58
-
-**PDF Downloads**: All three PDF versions (Bound Print, Display, eReader)
59
-
-**Landing Page**: A downloads page with links to all resources
60
-
61
-
### Manual Deployment
62
-
63
-
You can also trigger a manual deployment:
64
-
65
-
1. Go to Actions tab in your repository
66
-
2. Select "Build and Deploy Songbook" workflow
67
-
3. Click "Run workflow" button
68
-
69
-
## Customization
70
-
71
-
### HTML Theme
72
-
73
-
The HTML version uses a custom red and gold color scheme defined in `stylesheets/custom-theme.css`. You can modify this file to change colors, fonts, and styling.
0 commit comments