Skip to content

Commit 8f8a057

Browse files
committed
v0.0.1 - INITIAL_VERSION
1 parent 40d6c19 commit 8f8a057

26 files changed

+97
-1823
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ NEXT_PUBLIC_GISCUS_CATEGORY_ID=
66
NEXT_PUBLIC_UTTERANCES_REPO=
77
NEXT_PUBLIC_DISQUS_SHORTNAME=
88

9-
109
MAILCHIMP_API_KEY=
1110
MAILCHIMP_API_SERVER=
1211
MAILCHIMP_AUDIENCE_ID=

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
## [0.0.1] 2025-02-07
44
### Changes
55

6-
- START_VERSION
6+
- INITIAL_VERSION

app/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Home({ posts }) {
1212
<div className="divide-y divide-gray-200 dark:divide-gray-700">
1313
<div className="space-y-2 pb-8 pt-6 md:space-y-5">
1414
<h1 className="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14">
15-
Latest
15+
Latest Articles
1616
</h1>
1717
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
1818
{siteMetadata.description}

app/api/newsletter/route.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/buy-domain/page.tsx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import { Authors, allAuthors } from 'contentlayer/generated'
2+
import { coreContent } from 'pliny/utils/contentlayer'
3+
import { genPageMetadata } from 'app/seo'
4+
import siteMetadata from '@/data/siteMetadata'
5+
6+
export const metadata = genPageMetadata({ title: 'Buy Domain' })
7+
8+
export default function Page() {
9+
const author = allAuthors.find((p) => p.slug === 'default') as Authors
10+
const mainContent = coreContent(author)
11+
12+
return (
13+
<>
14+
<div className="divide-y divide-gray-200 dark:divide-gray-700">
15+
<div className="space-y-2 pb-8 pt-6 md:space-y-5">
16+
<h1 className="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14">
17+
Buy This domain
18+
</h1>
19+
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
20+
Service/Domain for sale.
21+
<br />
22+
For more information, send an email to <strong>support@appseed.us</strong>
23+
</p>
24+
</div>
25+
</div>
26+
</>
27+
)
28+
}

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
6262
const basePath = process.env.BASE_PATH || ''
6363

6464
return (
65-
<html
65+
<html
6666
lang={siteMetadata.language}
6767
className={`${space_grotesk.variable} scroll-smooth`}
6868
suppressHydrationWarning

app/projects/page.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

app/tag-data.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
{
2-
"next-js": 6,
3-
"tailwind": 3,
4-
"guide": 5,
5-
"feature": 2,
6-
"multi-author": 1,
7-
"hello": 1,
8-
"math": 1,
9-
"ols": 1,
10-
"github": 1,
11-
"writings": 1,
12-
"book": 1,
13-
"reflection": 1,
14-
"holiday": 1,
15-
"canada": 1,
16-
"images": 1,
17-
"markdown": 1,
18-
"code": 1,
19-
"features": 1
2+
"ai": 1,
3+
"ai-tools": 1,
4+
"ai-services": 1
205
}

components/Footer.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ export default function Footer() {
2020
<SocialIcon kind="medium" href={siteMetadata.medium} size={6} />
2121
</div>
2222
<div className="mb-2 flex space-x-2 text-sm text-gray-500 dark:text-gray-400">
23-
<div>{siteMetadata.author}</div>
23+
<div>{siteMetadata.title}</div>
2424
<div>{` • `}</div>
2525
<div>{${new Date().getFullYear()}`}</div>
26-
<div>{` • `}</div>
27-
<Link href="/">{siteMetadata.title}</Link>
2826
</div>
29-
<div className="mb-8 text-sm text-gray-500 dark:text-gray-400">
30-
<Link href="https://github.com/timlrx/tailwind-nextjs-starter-blog">
31-
Tailwind Nextjs Theme
27+
<div className="mb-8 text-sm text-gray-500 dark:text-gray-400 text-semi-bold">
28+
<Link href="/">
29+
Learn to build apps and services using AI
3230
</Link>
3331
</div>
3432
</div>

data/authors/default.mdx

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
2-
name: Tails Azimuth
3-
avatar: /static/images/avatar.png
4-
occupation: Professor of Atmospheric Science
5-
company: Stanford University
6-
email: address@yoursite.com
7-
twitter: https://twitter.com/Twitter
8-
linkedin: https://www.linkedin.com
9-
github: https://github.com
2+
name: Sm0ke
3+
avatar: https://github.com/Sm0keDev.png
4+
occupation: Coder & Investor
5+
company: RoSoft
6+
email: support@appseed.us
7+
twitter: https://x.com/Sm0keDev
8+
linkedin: https://www.linkedin.com/in/adi-chirilov/
9+
github: https://github.com/Sm0keDev
1010
---
1111

12-
Tails Azimuth is a professor of atmospheric sciences at the Stanford AI Lab. His research interests includes complexity modelling of tailwinds, headwinds and crosswinds.
13-
14-
He leads the clean energy group which develops 3D air pollution-climate models, writes differential equation solvers, and manufactures titanium plated air ballons. In his free time he bakes raspberry pi.
15-
16-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
12+
Coding stuff: AppSeed, App-Generator.

0 commit comments

Comments
 (0)