update readme, and screenshots

This commit is contained in:
somrat sorkar 2023-07-18 11:54:19 +06:00
parent aafbaca2f4
commit bd6687e230
3 changed files with 20 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -53,6 +53,22 @@
- 🗂️ Category Single - 🗂️ Category Single
- 🔍 Search - 🔍 Search
### 📦 Tech Stack
- [Hugo](https://gohugo.io/)
- [Tailwind CSS](https://tailwindcss.com/)
- [PostCSS](https://postcss.org/)
- [PurgeCSS](https://purgecss.com/)
- [AutoPrefixer](https://autoprefixer.github.io/)
- [Hugo Modules](https://gohugo.io/hugo-modules/)
- [Markdown](https://markdownguide.org/)
- [Prettier](https://prettier.io/)
- [Jshint](https://jshint.com/)
- [Netlify](https://www.netlify.com/)
- [Vercel](https://vercel.com/)
- [Github Actions](https://github.com/features/actions)
- [Gitlab Ci](https://docs.gitlab.com/ee/ci/)
--- ---
## 🚀 Getting Started ## 🚀 Getting Started
@ -132,10 +148,10 @@ npm run build
We have provided 4 different platform deploy platform configuration with this template, so you can deploy easily. We have provided 4 different platform deploy platform configuration with this template, so you can deploy easily.
- Netlify - [Netlify](https://www.netlify.com/)
- Vercel - [Vercel](https://vercel.com/)
- Github Pages - [Github Actions](https://github.com/features/actions)
- Gitlab Pages - [Gitlab Ci](https://docs.gitlab.com/ee/ci/)
And if you want to Host some other hosting platforms. then you can build your project, and you will get a `public` folder. that you can copy and paste on your hosting platform. And if you want to Host some other hosting platforms. then you can build your project, and you will get a `public` folder. that you can copy and paste on your hosting platform.