diff --git a/.env b/.env index e27099f..11975f3 100644 --- a/.env +++ b/.env @@ -1,3 +1,11 @@ # Create Beehiiv API key at https://developers.beehiiv.com/docs/v2/bktd9a7mxo67n-create-an-api-key BEEHIIV_API_KEY=J20sDZSTJcX68CV0Zab0EXepsw5pIUmJEL7Z6dv5NuwAyNkxoWqDiYB6sfYhgaGe -BEEHIIV_PUBLICATION_ID=pub_1f36e102-35aa-4ee3-9b22-ad9c8131f4de \ No newline at end of file +BEEHIIV_PUBLICATION_ID=pub_1f36e102-35aa-4ee3-9b22-ad9c8131f4de + +# Giscus +NEXT_PUBLIC_GISCUS_REPO=codust-dev/codust-comments +NEXT_PUBLIC_GISCUS_REPOSITORY_ID=R_kgDOG_WZGw +NEXT_PUBLIC_GISCUS_CATEGORY=General +NEXT_PUBLIC_GISCUS_CATEGORY_ID=DIC_kwDOOS35mM4CotbV +NEXT_PUBLIC_UTTERANCES_REPO=codust-dev/codust-comments +NEXT_PUBLIC_DISQUS_SHORTNAME=codust \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 1d4ca09..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021-2025 Timothy Lin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/app/Main.tsx b/app/Main.tsx index c91c706..17b5089 100644 --- a/app/Main.tsx +++ b/app/Main.tsx @@ -4,19 +4,40 @@ import siteMetadata from '@/data/siteMetadata' import { formatDate } from 'pliny/utils/formatDate' import NewsletterForm from 'pliny/ui/NewsletterForm' -const MAX_DISPLAY = 5 +const MAX_DISPLAY = 3 export default function Home({ posts }) { return ( <> + {/* Hero Section with Background */} +
+
+
+
+

+ Develop Cutting-Edge Technology +

+

+ Learn the way it truly matters and develop fast. +

+
+ + Get Started + +
+
+
+
+ + {/* Blog Posts Section */}

- Latest + Latest Blogs

-

- {siteMetadata.description} -