Skip to content

Commit

Permalink
add blog and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
neelkarma committed Jan 12, 2024
1 parent b401043 commit dd41d13
Show file tree
Hide file tree
Showing 13 changed files with 577 additions and 344 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ pnpm-debug.log*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

# astro collections
.astro
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.3",
"tailwindcss": "^3.3.6"
"@astrojs/sitemap": "^3.0.4",
"astro": "^4.1.2",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@astrojs/tailwind": "^5.0.3",
"@fortawesome/fontawesome-free": "^6.5.1"
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@tailwindcss/typography": "^0.5.10"
}
}
Loading

0 comments on commit dd41d13

Please sign in to comment.