Skip to content

Commit 6562a7a

Browse files
committed
Add social banner and update bottom links
1 parent 9809a40 commit 6562a7a

File tree

5 files changed

+30
-3
lines changed

5 files changed

+30
-3
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Rem W.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Next js Blog Boilerplate
22

3+
<p align="center">
4+
<a href="https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/"><img src="public/assets/images/nextjs-starter-banner.png?raw=true" alt="Nextjs starter banner"></a>
5+
</p>
6+
37
🚀 Next.js Blog Boilerplate is starter code for your blog based on Next.js framework. ⚡️ Made with [Next.js](https://nextjs.org), [TypeScript](https://www.typescriptlang.org), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com).
48

59
Clone this project and use it to create your own [Next.js](https://nextjs.org) blog. You can check a [Next js blog templates demo](https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/).
@@ -119,4 +123,4 @@ See [LICENSE](LICENSE) for more information.
119123

120124
---
121125

122-
Made with ♥ by [Ixartz](https://github.com/ixartz)
126+
Made with ♥ by [CreativeDesignsGuru](https://creativedesignsguru.com)

_posts/nextjs-blog-boilerplate-presentation.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ modified_date: '2020-06-01'
66
image: /assets/images/posts/random-img.jpg
77
---
88

9-
# Next js Blog Boilerplate
9+
[![Nextjs starter banner](@@baseUrl@@/assets/images/nextjs-starter-banner.png)](https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/)
10+
11+
## Next js Blog Boilerplate
1012

1113
🚀 Next.js Blog Boilerplate is starter code for your blog based on Next.js framework. ⚡️ Made with [Next.js](https://nextjs.org), [TypeScript](https://www.typescriptlang.org), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com).
1214

228 KB
Loading

src/templates/Main.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Main = (props: IMainProps) => (
5050
{' '}
5151
by
5252
{' '}
53-
<a href="https://creativedesignsguru.com">Ixartz</a>
53+
<a href="https://creativedesignsguru.com">CreativeDesignsGuru</a>
5454
</div>
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)