Skip to content

Commit 8163e84

Browse files
committed
upgrade to zine v0.12.0
1 parent 406cae6 commit 8163e84

70 files changed

Lines changed: 266 additions & 234 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:
29-
fetch-depth: 0 # Change if you need git info
29+
fetch-depth: 0 # Change if you need git info
3030

3131
- name: Setup Zine
32-
uses: kristoff-it/setup-zine@v1
33-
with:
34-
version: v0.10.2
32+
uses: kristoff-it/setup-zine@v2
3533

3634
- name: Build
3735
run: zine release
@@ -42,7 +40,7 @@ jobs:
4240
- name: Upload artifact
4341
uses: actions/upload-pages-artifact@v3
4442
with:
45-
path: 'public'
43+
path: "public"
4644

4745
- name: Deploy to GitHub Pages
4846
id: deployment

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
fetch-depth: 0 # Change if you need git info
1919

2020
- name: Setup Zine
21-
uses: kristoff-it/setup-zine@v1
22-
with:
23-
version: v0.11.0
21+
uses: kristoff-it/setup-zine@v2
2422

2523
- name: Build
2624
run: zine release

content/about.smd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
.title = "Event Format Guidelines",
3-
.date = @date("1990-01-01T00:00:00"),
4-
.author = "Sample Author",
3+
.date = .date("1990-01-01T00:00:00"),
54
.layout = "page.shtml",
6-
.draft = false,
75
---
86

97
## Format

content/canada/index.smd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
.title = "Canada",
3-
.date = @date("1990-01-01T00:00:00"),
4-
.author = "Sample Author",
5-
.layout = "index.shtml",
6-
.draft = false,
3+
.date = .date("1990-01-01T00:00:00"),
4+
.layout = "area.shtml",
75
---
86

content/canada/kitchener-waterloo/0.smd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
.title = "Zig Day KW - October 2025",
33
// Announcement date
4-
.date = @date("2025-09-11T00:00:00"),
5-
.author = "Kristófer R. <kristofer@thorlaksson.com>",
4+
.date = .date("2025-09-11T00:00:00"),
65
.layout = "event.shtml",
76
// You **MUST** increase 'version' if you edit the date, the duration or the
87
// address of this event.

content/canada/kitchener-waterloo/index.smd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
.title = "Kitchener-Waterloo",
3-
.date = @date("2025-08-06T00:00:00"),
4-
.author = "",
3+
.date = .date("2025-08-06T00:00:00"),
54
.layout = "location.shtml",
6-
.alternatives = [{
5+
.alternatives = [.{
76
.name = "rss",
87
.layout = "location.xml",
98
.output = "rss.xml",
10-
}, {
9+
}, .{
1110
.name = "calendar",
1211
.layout = "calendar.shtml",
1312
.output = "events.ics",
14-
},{
13+
},.{
1514
.name = "upcoming-event",
1615
.layout = "upcoming-event.shtml",
1716
.output = "upcoming.ics",

content/canada/vancouver/0.smd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
.title = "Vancouver",
33
// Announcement date
4-
.date = @date("2025-11-06T00:00:00"),
5-
.author = "Matthew Knight",
4+
.date = .date("2025-11-06T00:00:00"),
65
.layout = "event.shtml",
76
// You **MUST** increase 'version' if you edit the date, the duration or the
87
// address of this event.

content/canada/vancouver/index.smd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
.title = "Vancouver",
3-
.date = @date("2025-05-17T00:00:00"),
4-
.author = "Sample Author",
3+
.date = .date("2025-05-17T00:00:00"),
54
.layout = "location.shtml",
6-
.alternatives = [{
5+
.alternatives = [.{
76
.name = "rss",
87
.layout = "location.xml",
98
.output = "rss.xml",
10-
}, {
9+
}, .{
1110
.name = "calendar",
1211
.layout = "calendar.shtml",
1312
.output = "events.ics",
14-
},{
13+
},.{
1514
.name = "upcoming-event",
1615
.layout = "upcoming-event.shtml",
1716
.output = "upcoming.ics",

content/email-faq.smd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
.title = "Email FAQs",
3-
.date = @date("1990-01-01T00:00:00"),
4-
.author = "Sample Author",
3+
.date = .date("1990-01-01T00:00:00"),
54
.layout = "page.shtml",
6-
.draft = false,
75
---
86

97
## Who am I giving my email address to?

content/europe/belgrade/0.smd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
.title = "",
33
// Announcement date
4-
.date = @date("2025-10-20T22:10:00"),
5-
.author = "",
4+
.date = .date("2025-10-20T22:10:00"),
65
.layout = "event.shtml",
76
// You **MUST** increase 'version' if you edit the date, the duration or the
87
// address of this event.

0 commit comments

Comments
 (0)