98 lines
3.9 KiB
Markdown
98 lines
3.9 KiB
Markdown
<p align="center">
|
|
<img src="https://www.vvveb.com/admin/themes/default/img/biglogo.png" alt="Vvveb">
|
|
</p>
|
|
<p align="center">
|
|
<a href="https://www.vvveb.com">Website</a> |
|
|
<a href="https://github.com/givanz/VvvebJs/wiki">Documentation</a> |
|
|
<a href="https://github.com/givanz/VvvebJs/discussions">Forum</a> |
|
|
<a href="https://twitter.com/vvvebcms">Twitter</a>
|
|
</p>
|
|
|
|
|
|
# [Vvveb Blog Bootstrap 5 template](https://www.vvveb.com/themes/blog-default/index.html)
|
|
|
|
Minimal blog template built with Bootstrap 5.
|
|
|
|
Default blog theme used in **[Vvveb CMS](https://www.vvveb.com)**
|
|
|
|
**[👉 Live Demo](https://www.vvveb.com/themes/blog-default/content/post.html)**
|
|
|
|
|
|
| [](https://www.vvveb.com/themes/blog-default/post.png) | [](https://www.vvveb.com/themes/blog-default/post-dark.png) |
|
|
|:---:|:---:|
|
|
| **Post** | **Post dark** |
|
|
| [](ttps://www.vvveb.com/themes/blog-default/blog.png) | [](https://www.vvveb.com/themes/blog-default/blog-dark.png) |
|
|
| **Blog** | **Blog dark** |
|
|
|
|
## Pages
|
|
|
|
- Homepage - https://www.vvveb.com/themes/blog-default/index.html
|
|
- Post - https://www.vvveb.com/themes/blog-default/content/post.html
|
|
- Blog no sidebar - https://www.vvveb.com/themes/blog-default/index-no-sidebar.html
|
|
- Blog with sidebar - https://www.vvveb.com/themes/blog-default/content/index.html
|
|
- Blog with excerpts - https://www.vvveb.com/themes/blog-default/content/index-excerpts.html
|
|
- Post image header - https://www.vvveb.com/themes/blog-default/content/post-image-header.html
|
|
- Post image hero - https://www.vvveb.com/themes/blog-default/content/post-image-hero.html
|
|
- Page - https://www.vvveb.com/themes/blog-default/content/page.html
|
|
- Archive - https://www.vvveb.com/themes/blog-default/content/archive.html
|
|
- Category - https://www.vvveb.com/themes/blog-default/content/category.html
|
|
- Tag - https://www.vvveb.com/themes/blog-default/content/tag.html
|
|
- User - https://www.vvveb.com/themes/blog-default/content/user.html
|
|
- Contact - https://www.vvveb.com/themes/blog-default/contact.html
|
|
- Blank page - https://www.vvveb.com/themes/blog-default/blank.html
|
|
|
|
##
|
|
|
|
## Build html and css
|
|
|
|
```bash
|
|
npm run gulp
|
|
```
|
|
|
|
## Watch changes for development
|
|
|
|
```bash
|
|
npm run gulp wtch
|
|
```
|
|
|
|
## Structure
|
|
|
|
* ├── **index.html** - default template used for homepage
|
|
* ├── **index-no-sidebar** - homepage without sidebar
|
|
* ├── **index-excerpts** - blog list with excerpts
|
|
* ├── **index.coming-soon.html** - homepage when site is set to coming soon
|
|
* ├── **index.maintenance.html** - homepage when site is set to maintenance
|
|
* ├── **error404.html** - page not found error page
|
|
* ├── **error500.html** - internal server error page
|
|
* ├── **blank.html** - page with basic layout with minimal or no content
|
|
* ├── **contact.html** - contact page
|
|
* └── content
|
|
* └── **index.html** - blog page
|
|
* └── **post.html** - singe post page
|
|
* └── **page.html** - page template
|
|
* └── **tag.html** - posts list for tag
|
|
* └── **category.html** - posts lists for category
|
|
* └── **archive.html** - posts list for a certain date
|
|
* └── **user.html** - posts list by user (author)
|
|
* └── search
|
|
* └── **search.html** - search page
|
|
|
|
## Install dependencies and run project
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
|
|
## Support
|
|
|
|
If you like the project you can support it with a [PayPal donation](https://paypal.me/zgivan) or become a backer/sponsor via [Open Collective](https://opencollective.com/vvvebjs)
|
|
|
|
|
|
<a href="https://opencollective.com/vvvebjs/sponsors/0/website"><img src="https://opencollective.com/vvvebjs/sponsors/0/avatar"></a>
|
|
<a href="https://opencollective.com/vvvebjs/backers/0/website"><img src="https://opencollective.com/vvvebjs/backers/0/avatar"></a>
|
|
|
|
## License
|
|
|
|
Apache 2.0
|