Skip to content

Commit 40b51b1

Browse files
committed
github links updated
1 parent 98f4474 commit 40b51b1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

BLOG_CONSTANTS/_BLOG_SETUP.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const PRIMARY_NAV = {
101101
},
102102
{
103103
label: 'Github Repo',
104-
path: 'https://github.com/nmayur/nextjs-simple-blog-template',
104+
path: 'https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss',
105105
newTab: true
106106
},
107107
{
@@ -131,7 +131,7 @@ export const PRIMARY_NAV = {
131131
},
132132
{
133133
label: 'Github Repo',
134-
path: 'https://github.com/nmayur/nextjs-simple-blog-template',
134+
path: 'https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss',
135135
newTab: true
136136
},
137137
{

pages/about-us.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const AboutUs = () => {
2828
<Text p className='text-lg'>
2929
The idea was to start a blog or create a template with as little investment as possible. <br />In this template we have used Next.js SSG to create static HTML files which can be hosted on firebase or any static site hosting service. <br />
3030
There is also options like vercel for hosting Next.js dynamic webistes but we wanted this template to be easy to use for any non techie person too, so we explored the option of static site generation. <br /><br />
31-
If you have a github account you can clone the project or use it as a template or else you can simply download the code from <a href="https://github.com/nmayur/nextjs-simple-blog-template" className="underline font-bold">here</a>.
31+
If you have a github account you can clone the project or use it as a template or else you can simply download the code from <a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss" className="underline font-bold">here</a>.
3232
</Text>
3333

3434
<div className="flex flex-wrap justify-between">
@@ -92,7 +92,7 @@ const AboutUs = () => {
9292
<Image src="/public/images/bmc.png" size={ImageSize.XS} className="ml-0" alt="webexpe.com" />
9393
</a>
9494
<Text p className='text-lg mt-5'>
95-
For any queries or doubts please feel free to write us at <u><i>webexpe13@gmail.com</i></u> or drop a comment on our github discussions <a href="https://github.com/nmayur/nextjs-simple-blog-template/discussions" target="_blank" rel="noopener noreferrer"><u><i>github.com/nmayur/nextjs-simple-blog-template/discussions</i></u></a>
95+
For any queries or doubts please feel free to write us at <u><i>webexpe13@gmail.com</i></u> or drop a comment on our github discussions <a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss/discussions" target="_blank" rel="noopener noreferrer"><u><i>github.com/nmayur/nextjs-simple-blog-template/discussions</i></u></a>
9696
</Text>
9797
</div>
9898
</section>

pages/blog/tutorial/how-to-setup-blog.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const BlogSetup = () => {
2727

2828
<li className="">
2929
Download / clone the blog template from our github page to a folder on your computer.
30-
<a href="https://github.com/nmayur/nextjs-simple-blog-template" className="pl-2 font-semibold" target="_blank" rel="noopener noreferrer">
31-
https://github.com/nmayur/nextjs-simple-blog-template
30+
<a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss" className="pl-2 font-semibold" target="_blank" rel="noopener noreferrer">
31+
https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss
3232
</a>
3333
<br />
3434
If you are using Git you can clone the code or click the <b>use template</b> button to generate your own repo.
@@ -44,7 +44,7 @@ const BlogSetup = () => {
4444
After the installation is done run <b>npm start</b> in the terminal, it will start your project on http://localhost:3000/.
4545

4646
<br />
47-
If you are facing any difficulty, write a comment on our discussion board <b><i><a href="https://github.com/nmayur/nextjs-simple-blog-template/discussions/6" target="_blank" rel="noopener noreferrer">LINK</a></i></b>
47+
If you are facing any difficulty, write a comment on our discussion board <b><i><a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss/discussions/6" target="_blank" rel="noopener noreferrer">LINK</a></i></b>
4848

4949
<br />
5050
or write to us at <a href="mailto:webexpe13@gmail.com">webexpe13@gmail.com</a>

pages/contact-us.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ContactUs = () => {
2121
<div className="md:w-1/2 w-full md:pl-2">
2222
<Text p className="!text-lg leading-relaxed">
2323
For any any queries related to this project / template feel free to connect with us at the given email.
24-
You can also post any comments on our <a href="https://github.com/nmayur/nextjs-simple-blog-template/discussions" target="_blank" rel="noopener noreferrer"><u><i>github discussions</i></u></a>.
24+
You can also post any comments on our <a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss/discussions" target="_blank" rel="noopener noreferrer"><u><i>github discussions</i></u></a>.
2525
</Text>
2626
</div>
2727
<div className="md:w-1/3 w-full">

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Home = () => {
2121
</Text>
2222

2323
<div className='flex justify-center mt-5 flex-wrap '>
24-
<a href="https://github.com/nmayur/nextjs-simple-blog-template" target="_blank" rel="noopener noreferrer" className='flex items-center justify-center rounded-md bg-blue-600 px-4 pb-2 text-white hover:text-white shadow-lg hover:shadow-none transition-all mb-3 md:mx-5 mx-2'>
24+
<a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss" target="_blank" rel="noopener noreferrer" className='flex items-center justify-center rounded-md bg-blue-600 px-4 pb-2 text-white hover:text-white shadow-lg hover:shadow-none transition-all mb-3 md:mx-5 mx-2'>
2525
<span className='text-xl pt-2 block'>Github</span>
2626
</a>
2727
<LinkTo href="/about-us" passHref className='flex items-center justify-center rounded-md bg-blue-600 px-4 pb-2 text-white hover:text-white shadow-lg hover:shadow-none transition-all mb-3 md:mx-5 mx-2'>

pages/style-guide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const StyleGuide = () => {
3636

3737
<b>Example</b>: lets say we want to give a text font size of 14px in mobile devices, 18px in medium sceen devices and 28px for large devices, our className will look like this <b>className="text-[14px] md:text-[18px] lg:text=[28px]"</b>. <br /> When we dont give any prefix the style gets applied to all scrren sizes like <b>className="text-[14px]"</b>.
3838
<Seperator />
39-
These are some the basics you need to know about changing the styling with tailwind css, go to the official docs for more info and if you have any issues or queries please feel free to write us at <u>webexpe13@gmail.com</u> or drop a comment on our github discussions <a href="https://github.com/nmayur/nextjs-simple-blog-template/discussions" target="_blank" rel="noopener noreferrer"><u>github.com/nmayur/nextjs-simple-blog-template/discussions</u></a>.
39+
These are some the basics you need to know about changing the styling with tailwind css, go to the official docs for more info and if you have any issues or queries please feel free to write us at <u>webexpe13@gmail.com</u> or drop a comment on our github discussions <a href="https://github.com/webexpe13/blog-template-using-nextjs-typescript-tailwindcss/discussions" target="_blank" rel="noopener noreferrer"><u>github.com/nmayur/nextjs-simple-blog-template/discussions</u></a>.
4040
</section>
4141
</PageLayout>
4242
)

0 commit comments

Comments
 (0)