Commit graph

14 commits

Author SHA1 Message Date
817c3be13c
feat: match cv style to new site theming 2025-03-02 18:07:22 +00:00
bf087a566f
build site with bun (#32) 2025-01-18 21:50:40 +00:00
dependabot[bot]
b19689b4fc
Bump the dev-dependencies group with 2 updates (#27)
Bumps the dev-dependencies group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `astro` from 5.1.5 to 5.1.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.1.6/packages/astro)

Updates `@types/node` from 22.10.5 to 22.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 22:37:33 +00:00
5c16ec3440
add hover effect to top cv links (#22) 2025-01-11 13:37:14 +00:00
dependabot[bot]
d548299b06
Bump the dev-dependencies group with 4 updates (#21)
Bumps the dev-dependencies group with 4 updates: [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@astrojs/rss` from 4.0.10 to 4.0.11
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.11/packages/astro-rss)

Updates `astro` from 5.1.1 to 5.1.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.1.3/packages/astro)

Updates `@iconify-json/simple-icons` from 1.2.17 to 1.2.18
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@types/node` from 22.10.2 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 23:53:23 +00:00
0cc2a7a04e
switch hero font to borel (#15) 2025-01-06 15:37:15 +00:00
4079f9e872
add animated hero text to index page (#13) 2025-01-05 18:49:48 +00:00
115833c32c
update font dependencies (#9) 2024-12-31 01:19:40 +00:00
4487fb0945
remove tags from article header (#6) 2024-12-28 16:19:26 +00:00
01f721f938
fix projects showcase height (#5) 2024-12-27 20:53:30 +00:00
a886bfaa5a
display article description after title (#4)
inspired by https://p.atrick.org
2024-12-26 22:45:38 +00:00
3aa7ca486b
add prev & next article buttons (#3)
solution inspired by https://github.com/markhorn-dev/astro-sphere
2024-12-26 15:02:43 +00:00
93d8c4f67d
remove all favicons except svg (#2) 2024-12-24 19:58:03 +00:00
ff7c974867
first commit 2024-12-23 21:18:55 +00:00