Skip to content

Commit 035688a

Browse files
authored
Merge pull request #9 from h4sci/test-carousel
Test carousel
2 parents d184308 + 1a1b0b4 commit 035688a

39 files changed

+675
-13452
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hacking for Science Course Website
22

3-
visit [h4sci.github.io](https://h4sci.github.io)
3+
visit [h4sci.github.io](https://h4sci.github.io)
44

55

66
Hacking for Science is a course project by Dr. Matthias Bannert.
@@ -16,4 +16,4 @@ Hacking for Science is a course project by Dr. Matthias Bannert.
1616

1717
website built with [astro](https://astro.build)
1818

19-
project uses [bun](https://bun.com), to run app use `bun run start`
19+
project uses [bun](https://bun.com), to run app use `bun run start`

astro.config.mjs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
import { defineConfig } from 'astro/config';
22

33
import tailwind from "@astrojs/tailwind";
4-
5-
import icon from 'astro-icon';
4+
import icon from "astro-icon";
65

76
// https://astro.build/config
87
export default defineConfig({
9-
integrations: [
10-
tailwind(),
11-
icon({
12-
include: {
13-
'simple-icons': ['*'], // Include all simple-icons
14-
'bx': ['*'], // Include all boxicons (for bxl-linkedin)
15-
},
16-
})
17-
],
8+
integrations: [tailwind(), icon()],
189
site: 'https://h4sci.github.io'
1910
});

0 commit comments

Comments
 (0)