Skip to content
Merged

Dev #21

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bunx --no -- commitlint --edit $1
bunx commitlint --edit $1
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ This is my personal portfolio and blog template. It allows you to create blog po

## Development

This repository includes a Nix Flakes-based development environment. If Nix is configured on your system, run `nix develop` to enter the development environment. Optionally, [direnv](https://github.com/direnv/direnv) can automatically do this for you, when you change into the directory.

1. Install the necessary dependencies by running `bun install`.
2. Start the development server by running `bun dev`.

Expand Down
Binary file modified bun.lockb
Binary file not shown.
25 changes: 0 additions & 25 deletions flake.lock

This file was deleted.

21 changes: 0 additions & 21 deletions flake.nix

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
"dependencies": {
"@astrojs/partytown": "^2.1.4",
"@fontsource-variable/roboto-mono": "^5.2.6",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.11.0",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.7",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"tailwindcss": "^4.1.11"
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.30.1",
"@eslint/js": "^9.35.0",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/parser": "^8.35.1",
"@typescript-eslint/parser": "^8.43.0",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.30.1",
"eslint": "^9.35.0",
"eslint-plugin-astro": "^1.3.1",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13",
"prettier-plugin-tailwindcss": "^0.6.14",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"typescript-eslint": "^8.35.1"
"typescript-eslint": "^8.43.0"
}
}