Skip to content

Commit

Permalink
Multi songbook (#13)
Browse files Browse the repository at this point in the history
* allow parse en songbook

* build index by `index.md`

* bugfix

* i18n

* remove obsolete

* i18n

* build multi language

* Delete multi.patch

* fix build multi songbook

* songbooks selector page

* fix build

* fix build

* songbook subtitles; fix sitemap

* bugfix songbook cache

* fix subtitle render

* custom contents titles; compact navigation data

* fix song template whitespaces

* try fix verses whitespaces

* Update pnpm-lock.yaml

* Update package.json

* bugfix index generation

* allow empty separators between verse texts

* Update pnpm-lock.yaml

* allow non bold verses

* Update pnpm-lock.yaml

* convert parentheses to non bold verse line

* Update pnpm-lock.yaml

* update subtitle markup

* update version

* render multiline title

* render page numbers on index

* update

* 404

* fix verses indents to css

* Update pnpm-lock.yaml

* bugfix

* Create gtag.ejs

* use google tag

* use `G_ID` variable
  • Loading branch information
nadev03 authored Feb 20, 2024
1 parent 4c9add0 commit 150183b
Show file tree
Hide file tree
Showing 28 changed files with 934 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm i
HOME_BASE_URL="${{ vars.HOME_BASE_URL }}" npm run build
HOME_BASE_URL="${{ vars.HOME_BASE_URL }}" G_ID="${{ vars.G_ID }}" npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
Loading

0 comments on commit 150183b

Please sign in to comment.