Skip to content

Commit 6c95bd2

Browse files
committed
Update metadata
1 parent c55832f commit 6c95bd2

File tree

7 files changed

+20
-124
lines changed

7 files changed

+20
-124
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ yarn-error.log*
3131
.env.local
3232
.env.development.local
3333
.env.test.local
34-
.env.production.local
34+
.env.production.local
35+
36+
/.idea/

components/Footer.js

-7
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export default function Footer() {
99
<div className="flex mb-3 space-x-4">
1010
<SocialIcon kind="mail" href={`mailto:${siteMetadata.email}`} size="6" />
1111
<SocialIcon kind="github" href={siteMetadata.github} size="6" />
12-
<SocialIcon kind="facebook" href={siteMetadata.facebook} size="6" />
13-
<SocialIcon kind="youtube" href={siteMetadata.youtube} size="6" />
1412
<SocialIcon kind="linkedin" href={siteMetadata.linkedin} size="6" />
1513
<SocialIcon kind="twitter" href={siteMetadata.twitter} size="6" />
1614
</div>
@@ -21,11 +19,6 @@ export default function Footer() {
2119
<div>{` • `}</div>
2220
<Link href="/">{siteMetadata.title}</Link>
2321
</div>
24-
<div className="mb-8 text-sm text-gray-500 dark:text-gray-400">
25-
<Link href="https://github.com/bhanuzoom3/tailwind-nextjs-starter-blog">
26-
Tailwind Nextjs Theme
27-
</Link>
28-
</div>
2922
</div>
3023
</footer>
3124
)

data/projectsData.js

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
const projectsData = [
22
{
3-
title: 'A Search Engine',
4-
description: `What is you could look up any information in the world? Webpages, images, videos
5-
and more. Google has many features to help you find exactly what you're looking
6-
for.`,
7-
imgSrc: '/static/images/google.png',
3+
title: '',
4+
description: ``,
5+
imgSrc: '/static/images/avatar.png',
86
href: 'https://www.google.com',
97
},
10-
{
11-
title: 'The Time Machine',
12-
description: `Imagine being able to travel back in time or to the future. Simple turn the knob
13-
to the desired date and press "Go". No more worrying about lost keys or
14-
forgotten handphones with this simple yet affordable solution.`,
15-
imgSrc: '/static/images/time-machine.jpg',
16-
href: '/blog/the-time-machine',
17-
},
188
]
199

2010
export default projectsData

data/siteMetadata.json

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"title": "Bhanu Blog",
3-
"author": "Bhanu",
4-
"headerTitle": "Bhanu Blog",
2+
"title": "Proactive-dev's Blog",
3+
"author": "proactive-dev",
4+
"headerTitle": "Proactive-dev's Blog",
55
"description": "A blog created with Next.js and Tailwind.css",
66
"language": "en-us",
7-
"siteUrl": "https://bhanu.in.net/",
8-
"siteRepo": "https://github.com/bhanuzoom3/tailwind-nextjs-starter-blog",
7+
"siteUrl": "https://proactive-dev-blog.vercel.app",
8+
"siteRepo": "https://github.com/proactive-dev/blog",
99
"image": "/static/images/avatar.png",
1010
"socialBanner": "/static/images/twitter-card.png",
11-
"email": "address@yoursite.com",
12-
"github": "https://github.com",
11+
"email": "proactive.d20@gmail.com",
12+
"github": "https://github.com/proactive-dev",
1313
"twitter": "https://twitter.com/Twitter",
14-
"facebook": "https://facebook.com",
15-
"youtube": "https://youtube.com",
16-
"linkedin": "https://www.linkedin.com",
14+
"linkedin": "https://www.linkedin.com/in/benny-m/",
1715
"locale": "en-US"
1816
}

pages/about.js

+1-17
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,16 @@ export default function About() {
2222
<h3 className="pt-4 pb-2 text-2xl font-bold leading-8 tracking-tight">
2323
{siteMetadata.author}
2424
</h3>
25-
<div className="text-gray-500 dark:text-gray-400">Professor of Atmospheric Science</div>
26-
<div className="text-gray-500 dark:text-gray-400">Stanford University</div>
2725
<div className="flex pt-6 space-x-3">
2826
<SocialIcon kind="mail" href={`mailto:${siteMetadata.email}`} />
2927
<SocialIcon kind="github" href={siteMetadata.github} />
30-
<SocialIcon kind="facebook" href={siteMetadata.facebook} />
31-
<SocialIcon kind="youtube" href={siteMetadata.youtube} />
3228
<SocialIcon kind="linkedin" href={siteMetadata.linkedin} />
3329
<SocialIcon kind="twitter" href={siteMetadata.twitter} />
3430
</div>
3531
</div>
3632
<div className="pt-8 pb-8 prose dark:prose-dark max-w-none xl:col-span-2">
3733
<p>
38-
Tails Azimuth is a professor of atmospheric sciences at the Stanford AI Lab. His
39-
research interests includes complexity modelling of tailwinds, headwinds and
40-
crosswinds.
41-
</p>
42-
<p>
43-
He leads the clean energy group which develops 3D air pollution-climate models, writes
44-
differential equation solvers, and manufactures titanium plated air ballons. In his
45-
free time he bakes raspberry pi.
46-
</p>
47-
<p>
48-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique
49-
placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem
50-
nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
34+
Professional Full-stack Blockchain developer specialized in Solidity and JS frameworks
5135
</p>
5236
</div>
5337
</div>

public/index.xml

+5-76
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,13 @@
11

22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>Next.js Starter Blog</title>
5-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog</link>
4+
<title>Proactive-dev's Blog</title>
5+
<link>https://proactive-dev-blog.vercel.app/blog</link>
66
<description>A blog created with Next.js and Tailwind.css</description>
77
<language>en-us</language>
8-
<managingEditor>address@yoursite.com (Tails Azimuth)</managingEditor>
9-
<webMaster>address@yoursite.com (Tails Azimuth)</webMaster>
8+
<managingEditor>proactive.d20@gmail.com (proactive-dev)</managingEditor>
9+
<webMaster>proactive.d20@gmail.com (proactive-dev)</webMaster>
1010
<lastBuildDate>Tue, 12 Jan 2021 00:00:00 GMT</lastBuildDate>
11-
<atom:link href="https://tailwind-nextjs-starter-blog.vercel.app/index.xml" rel="self" type="application/rss+xml"/>
12-
13-
<item>
14-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/introducing-tailwind-nextjs-starter-blog</guid>
15-
<title>Introducing Tailwind Nexjs Starter Blog</title>
16-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/introducing-tailwind-nextjs-starter-blog</link>
17-
<description>Looking for a performant, out of the box template, with all the best in web technology to support your blogging needs? Checkout the Tailwind Nextjs Starter Blog template.</description>
18-
<pubDate>Tue, 12 Jan 2021 00:00:00 GMT</pubDate>
19-
<author>address@yoursite.com (Tails Azimuth)</author>
20-
<category>next-js</category><category>tailwind</category><category>guide</category>
21-
</item>
22-
23-
<item>
24-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/guide-to-using-images-in-nextjs</guid>
25-
<title>Images in Next.js</title>
26-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/guide-to-using-images-in-nextjs</link>
27-
<description>In this article we introduce adding images in the tailwind starter blog and the benefits and limitations of the next/image component.</description>
28-
<pubDate>Wed, 11 Nov 2020 00:00:00 GMT</pubDate>
29-
<author>address@yoursite.com (Tails Azimuth)</author>
30-
<category>next js</category><category>guide</category>
31-
</item>
32-
33-
<item>
34-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/deriving-ols-estimator</guid>
35-
<title>Deriving the OLS Estimator</title>
36-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/deriving-ols-estimator</link>
37-
<description>How to derive the OLS Estimator with matrix notation and a tour of math typesetting using markdown with the help of KaTeX.</description>
38-
<pubDate>Sat, 16 Nov 2019 00:00:00 GMT</pubDate>
39-
<author>address@yoursite.com (Tails Azimuth)</author>
40-
<category>next js</category><category>math</category><category>ols</category>
41-
</item>
42-
43-
<item>
44-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/github-markdown-guide</guid>
45-
<title>Markdown Guide</title>
46-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/github-markdown-guide</link>
47-
<description>Markdown cheatsheet for all your blogging needs - headers, lists, images, tables and more! An illustrated guide based on Github Flavored Markdown.</description>
48-
<pubDate>Fri, 11 Oct 2019 00:00:00 GMT</pubDate>
49-
<author>address@yoursite.com (Tails Azimuth)</author>
50-
<category>github</category><category>guide</category>
51-
</item>
52-
53-
<item>
54-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/the-time-machine</guid>
55-
<title>The Time Machine</title>
56-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/the-time-machine</link>
57-
<description>The Time Traveller (for so it will be convenient to speak of him) was expounding a recondite matter to us. His pale grey eyes shone and twinkled, and his usually pale face was flushed and animated...</description>
58-
<pubDate>Wed, 15 Aug 2018 00:00:00 GMT</pubDate>
59-
<author>address@yoursite.com (Tails Azimuth)</author>
60-
<category>writings</category><category>book</category><category>reflection</category>
61-
</item>
62-
63-
<item>
64-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/pictures-of-canada</guid>
65-
<title>O Canada</title>
66-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/pictures-of-canada</link>
67-
<description>The scenic lands of Canada featuring maple leaves, snow-capped mountains, turquoise lakes and Toronto. Take in the sights in this photo gallery exhibition and see how easy it is to replicate with some MDX magic and tailwind classes.</description>
68-
<pubDate>Sat, 15 Jul 2017 00:00:00 GMT</pubDate>
69-
<author>address@yoursite.com (Tails Azimuth)</author>
70-
<category>holiday</category><category>canada</category><category>images</category>
71-
</item>
72-
73-
<item>
74-
<guid>https://tailwind-nextjs-starter-blog.vercel.app/blog/code-sample</guid>
75-
<title>Sample .md file</title>
76-
<link>https://tailwind-nextjs-starter-blog.vercel.app/blog/code-sample</link>
77-
<description>Example of a markdown file with code blocks and syntax highlighting</description>
78-
<pubDate>Tue, 08 Mar 2016 00:00:00 GMT</pubDate>
79-
<author>address@yoursite.com (Tails Azimuth)</author>
80-
<category>markdown</category><category>code</category><category>features</category>
81-
</item>
82-
11+
<atom:link href="https://proactive-dev-blog.vercel.app/index.xml" rel="self" type="application/rss+xml"/>
8312
</channel>
8413
</rss>

public/static/images/avatar.png

3.37 KB
Loading

0 commit comments

Comments
 (0)