Skip to content

Commit bbc657b

Browse files
committed
Setup Prettier
1 parent 8bd222f commit bbc657b

40 files changed

Lines changed: 2255 additions & 1860 deletions

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm-lock.yaml

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
# mce.codes
22

3-
My personal website, built with [Astro](https://astro.build) and deployed on [GitHub Pages](https://pages.github.com).
3+
My personal website, built with [Astro](https://astro.build) and deployed on
4+
[GitHub Pages](https://pages.github.com).
45

56
## Third-party assets and attributions
67

7-
- [Inter](https://rsms.me/inter) ([1](public/fonts/inter-v13-latin-400.woff2), [2](public/fonts/inter-v13-latin-700.woff2)) is licensed under the [SIL Open Font License (OFL)](https://github.com/rsms/inter/blob/master/LICENSE.txt).
8-
- [Raleway](https://github.com/impallari/Raleway) ([1](public/fonts/raleway-v29-latin-500.woff2), [2](public/fonts/raleway-v29-latin-600.woff2)) is licensed under the [SIL Open Font License (OFL)](https://github.com/impallari/Raleway/blob/master/OFL.txt).
9-
- [Kode Mono](https://kodemono.com) ([1](public/fonts/kode-mono-v2-latin-400.woff2)) is licensed under the [SIL Open Font License (OFL)](https://github.com/isaozler/kode-mono/blob/main/OFL.txt).
10-
- [`avatar.png`](src/assets/avatar.png) was created by [Marga Hernandez](https://margahernandez.framer.website).
11-
- The menu and mode SVGs used in [`header.astro`](src/components/page/header.astro) were taken and modified from [Tempo's Quill Icons](https://github.com/yourtempo/tempo-quill-icons) and [Jay Newey's Charm Icons](https://github.com/jaynewey/charm-icons), respectively.
8+
- [Inter](https://rsms.me/inter) ([1](public/fonts/inter-v13-latin-400.woff2),
9+
[2](public/fonts/inter-v13-latin-700.woff2)) is licensed under the
10+
[SIL Open Font License (OFL)](https://github.com/rsms/inter/blob/master/LICENSE.txt).
11+
- [Raleway](https://github.com/impallari/Raleway)
12+
([1](public/fonts/raleway-v29-latin-500.woff2),
13+
[2](public/fonts/raleway-v29-latin-600.woff2)) is licensed under the
14+
[SIL Open Font License (OFL)](https://github.com/impallari/Raleway/blob/master/OFL.txt).
15+
- [Kode Mono](https://kodemono.com)
16+
([1](public/fonts/kode-mono-v2-latin-400.woff2)) is licensed under the
17+
[SIL Open Font License (OFL)](https://github.com/isaozler/kode-mono/blob/main/OFL.txt).
18+
- [`avatar.png`](src/assets/avatar.png) was created by
19+
[Marga Hernandez](https://margahernandez.framer.website).
20+
- The menu and mode SVGs used in
21+
[`header.astro`](src/components/page/header.astro) were taken and modified
22+
from [Tempo's Quill Icons](https://github.com/yourtempo/tempo-quill-icons) and
23+
[Jay Newey's Charm Icons](https://github.com/jaynewey/charm-icons),
24+
respectively.
1225

1326
## License
1427

1528
Copyright 2023-present Matthew Espino
1629

17-
The content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License. The code is licensed under the version 3 of the GPL or any later version. See [LICENSE](LICENSE).
30+
The content is licensed under the Creative Commons Attribution-ShareAlike 4.0
31+
International Public License. The code is licensed under the version 3 of the
32+
GPL or any later version. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)