Skip to content

Commit 8b6cd01

Browse files
author
Gerit Wagner
committed
move single-version-of-truth files to data
1 parent c68764e commit 8b6cd01

File tree

70 files changed

+29
-29
lines changed

Some content is hidden

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

70 files changed

+29
-29
lines changed

.github/workflows/generate_ical.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function parseDateTime(dateTimeString) {
2323

2424
async function loadEvents() {
2525
try {
26-
const yamlText = fs.readFileSync('./assets/calendar/events.yaml', 'utf8'); // Read the YAML file
26+
const yamlText = fs.readFileSync('./data/events.yaml', 'utf8'); // Read the YAML file
2727
const events = yaml.load(yamlText);
2828

2929
if (!Array.isArray(events)) {

.github/workflows/update_calendar_ics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
paths:
99
- 'assets/calendar/calendar.js'
10-
- 'assets/calendar/events.yaml'
10+
- 'data/events.yaml'
1111

1212
permissions:
1313
contents: write

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project:
22
type: website
33

4-
bibliography: assets/references.bib
4+
bibliography: data/references.bib
55
csl: assets/apa.csl
66

77

calendar.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To subscribe directly, you can export the .ics file, then add the calendar to Ou
1616
https://raw.githubusercontent.com/fs-ise/handbook/main/assets/calendar/fs-ise_cal.ical
1717
```
1818

19-
To add or modify events, edit the `events.yaml` file [here]({{< meta handbook.url >}}/edit/main/assets/calendar/events.yaml){target=_blank}.
19+
To add or modify events, edit the `events.yaml` file [here]({{< meta handbook.url >}}/edit/main/data/events.yaml){target=_blank}.
2020

2121

2222
<script src="assets/calendar/calendar.js"></script>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)