Skip to content

Commit 6075f37

Browse files
authored
Merge pull request #52 from rustnl/timetable
Timetable
2 parents 759fda9 + 9e3a022 commit 6075f37

Some content is hidden

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

95 files changed

+3317
-2605
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
.DS_Store
22
# build output
3-
dist/
3+
dist/*
4+
!dist/.gitkeep
45
# generated types
56
.astro/
7+
public/pagefind
68

79
# dependencies
810
node_modules/

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export default defineConfig({
1010
}
1111
}
1212
}
13-
}
13+
},
1414
});

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@
33
"type": "module",
44
"version": "0.0.1",
55
"scripts": {
6+
"predev": "pagefind --site dist --output-path ./public/pagefind",
67
"dev": "astro dev",
78
"start": "astro dev",
89
"build": "astro check && astro build",
10+
"postbuild": "pagefind --site dist",
911
"preview": "astro preview",
1012
"astro": "astro"
1113
},
1214
"dependencies": {
1315
"@astrojs/check": "^0.4.1",
16+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
17+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
18+
"@fortawesome/free-regular-svg-icons": "^6.7.2",
1419
"astro": "^4.1.1",
1520
"sass": "^1.69.7",
1621
"typescript": "^5.3.3"
22+
},
23+
"devDependencies": {
24+
"pagefind": "^1.3.0"
1725
}
1826
}

pagefind.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exclude_selectors:
2+
- ".menu"
3+
- ".footer"
65.4 KB
Loading

public/images/people/ciara.jpg

563 KB
Loading

public/images/people/jana.png

787 KB
Loading

public/images/people/julius.png

220 KB
Loading
514 KB
Loading

public/images/people/rose.png

-13.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)