Skip to content

Commit

Permalink
Merge pull request #52 from rustnl/timetable
Browse files Browse the repository at this point in the history
Timetable
  • Loading branch information
jdonszelmann authored Feb 25, 2025
2 parents 759fda9 + 9e3a022 commit 6075f37
Show file tree
Hide file tree
Showing 95 changed files with 3,317 additions and 2,605 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.DS_Store
# build output
dist/
dist/*
!dist/.gitkeep
# generated types
.astro/
public/pagefind

# dependencies
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default defineConfig({
}
}
}
}
},
});
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"predev": "pagefind --site dist --output-path ./public/pagefind",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"astro": "^4.1.1",
"sass": "^1.69.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"pagefind": "^1.3.0"
}
}
3 changes: 3 additions & 0 deletions pagefind.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude_selectors:
- ".menu"
- ".footer"
Binary file added public/images/people/ciara-small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/people/ciara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/people/jana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/people/julius.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/people/matt-campbell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/people/rose.png
Binary file not shown.
Binary file added public/images/people/rosepeck.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/people/waffle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/people/waffle_cat.jpg
Binary file not shown.
Empty file removed src/2024-pages/activities.astro
Empty file.
13 changes: 0 additions & 13 deletions src/2024-pages/allhands-faq.md

This file was deleted.

134 changes: 0 additions & 134 deletions src/2024-pages/boat.astro

This file was deleted.

107 changes: 0 additions & 107 deletions src/2024-pages/directions.md

This file was deleted.

10 changes: 0 additions & 10 deletions src/2024-pages/health-brief.md

This file was deleted.

Loading

0 comments on commit 6075f37

Please sign in to comment.