From 97f3a319a6e0af1eb4c1068905d431a642bab64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Weng?= Date: Fri, 14 Aug 2020 21:18:15 +0200 Subject: [PATCH] Add premium themes --- .prettierignore | 2 +- _posts/nextjs-blog-boilerplate-presentation.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 7607768..4764e2f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,2 @@ node_modules -README.md +*.md diff --git a/_posts/nextjs-blog-boilerplate-presentation.md b/_posts/nextjs-blog-boilerplate-presentation.md index 399b391..7db3064 100644 --- a/_posts/nextjs-blog-boilerplate-presentation.md +++ b/_posts/nextjs-blog-boilerplate-presentation.md @@ -53,6 +53,16 @@ Built-in feature from Next.js: - Node.js and npm +### Premium Themes ([Nextjs Themes](https://creativedesignsguru.com/category/nextjs/)) + +| [Blue Dark Nextjs Theme](https://creativedesignsguru.com/blue-dark-nextjs-theme/) | [Blue Eclatant Nextjs Theme](https://creativedesignsguru.com/blue-eclatant-nextjs-theme/) | +| --- | --- | +| [![Blue Dark Nextjs Theme premium](https://creativedesignsguru.com/assets/images/themes/blue-dark-mode-nextjs-theme-homepage-xs.png)](https://creativedesignsguru.com/blue-dark-nextjs-theme/) | [![Blue Eclatant Nextjs Theme premium](https://creativedesignsguru.com/assets/images/themes/eclatant-blue-nextjs-theme-homepage-xs.png)](https://creativedesignsguru.com/blue-eclatant-nextjs-theme/) | + +| [Blue Modern Nextjs Theme](https://creativedesignsguru.com/blue-modern-nextjs-theme/) | [Blue Minimalist Nextjs Theme](https://creativedesignsguru.com/blue-minimalist-nextjs-theme/) | +| --- | --- | +| [![Blue Modern Nextjs Theme premium](https://creativedesignsguru.com/assets/images/themes/modern-blue-nextjs-theme-homepage-xs.png)](https://creativedesignsguru.com/blue-modern-nextjs-theme/) | [![Blue Minimalist Nextjs Theme premium](https://creativedesignsguru.com/assets/images/themes/minimalist-blue-nextjs-theme-homepage-xs.png)](https://creativedesignsguru.com/blue-minimalist-nextjs-theme/) | + ### Getting started Run the following command on your local environment: