-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import Header from '@duyet/components/Header'; | ||
import * as React from 'react'; | ||
|
||
export default function Layout({ children }: { children: React.ReactNode }) { | ||
return ( | ||
<> | ||
<Header /> | ||
{children} | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import Container from '@duyet/components/Container'; | ||
|
||
export const metadata = { | ||
title: 'AI', | ||
description: 'How I use AI.', | ||
}; | ||
|
||
export default function AI() { | ||
return ( | ||
<div className="mb-16 space-y-6 leading-loose"> | ||
<Container className="mb-8 max-w-2xl md:mb-16"> | ||
<h1 className="my-10 text-6xl font-bold lg:text-7xl">AI</h1> | ||
<p> | ||
None of the contents in my blog was written by an AI tool. I have used | ||
AI for English sentences correction, ChatGPT and Claude 3. | ||
</p> | ||
|
||
<p> | ||
I use different LLM tools for coding, mostly Github Copilot + NeoVim. | ||
</p> | ||
</Container> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27a1cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
insights – ./apps/insights
insights-git-master-duyet-team.vercel.app
duyet-insights.vercel.app
insights-duyet-team.vercel.app
insights.duyet.net
27a1cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
blog – ./apps/blog
blog-duyet-team.vercel.app
blog-git-master-duyet-team.vercel.app
duyet.vercel.app
blog.duyet.net
27a1cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cv – ./apps/cv
cv-git-master-duyet-team.vercel.app
cv-duyet-team.vercel.app
duyet-cv.vercel.app
cv.duyet.net