Skip to content

Commit 75c839e

Browse files
committed
chore: clean up
1 parent a68539f commit 75c839e

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

LICENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 Johan Wulf
1+
Copyright 2025 Johan Wulf
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to
44
deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22

33
My personal website built with Vite, React, TypeScript, and MDX.
44

5-
## Features
6-
7-
- 🚀 Fast static site with Vite
8-
- ⚛️ React with TypeScript
9-
- 📝 MDX for blog posts
10-
- 🎨 Tailwind CSS with Catppuccin theme
11-
- 🖥️ Terminal-inspired design
12-
- ✨ Framer Motion animations
13-
- 🔍 Knip for detecting unused code
14-
15-
## Development
16-
17-
```bash
18-
npm install
19-
20-
npm run dev
21-
22-
npm run build
23-
24-
npm run preview
25-
```
26-
275
## Writing Blog Posts
286

297
Create MDX files in `src/content/blog/`:
@@ -38,7 +16,3 @@ description: A brief description
3816

3917
Your content here...
4018
```
41-
42-
## License
43-
44-
MIT

0 commit comments

Comments
 (0)