Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thajj committed Sep 23, 2024
1 parent 879a206 commit 4cb19eb
Show file tree
Hide file tree
Showing 57 changed files with 2,093 additions and 939 deletions.
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"css": "src/styles/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
Expand Down
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["aceternity.com"],
},
// You can add other Next.js configurations here if needed
};

module.exports = nextConfig;
6 changes: 0 additions & 6 deletions next.config.mjs

This file was deleted.

52 changes: 47 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"framer-motion": "^11.5.6",
"gray-matter": "^4.0.3",
"lucide-react": "^0.439.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.9",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
Expand All @@ -43,7 +44,6 @@
"react-typed": "^2.0.12",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^2.5.2",
Expand All @@ -62,6 +62,7 @@
"postcss-custom-media": "^10.0.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"sass": "^1.79.3",
"tailwindcss": "^3.4.12",
"typescript": "^5"
}
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
[
"@csstools/postcss-global-data",
{
files: ["src/components/once-ui/styles/breakpoints.scss"],
files: ["src/styles/breakpoints.scss"],
},
],
"tailwindcss", // Add Tailwind CSS plugin
Expand Down
Binary file added public/images/projects/portfolio/cover.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/projects/project-01/avatar-01.png
Binary file not shown.
Binary file removed public/images/projects/project-01/avatar-02.png
Binary file not shown.
Binary file removed public/images/projects/project-01/avatar-03.png
Binary file not shown.
Binary file removed public/images/projects/project-01/avatar-04.png
Binary file not shown.
Binary file removed public/images/projects/project-01/avatar-05.png
Binary file not shown.
Binary file removed public/images/projects/project-01/cover-01.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/cover-02.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/cover-03.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/cover-04.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/image-01.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/image-02.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/image-03.jpg
Binary file not shown.
Binary file removed public/images/projects/project-01/video-01.mp4
Binary file not shown.
29 changes: 0 additions & 29 deletions src/app/blog/posts/the-99-percent-that-remains-in-the-drawer.mdx

This file was deleted.

145 changes: 0 additions & 145 deletions src/app/globals.css

This file was deleted.

Loading

0 comments on commit 4cb19eb

Please sign in to comment.