https://github.com/ayozehd/grav-theme-bootstrap-blog
Simple and lightweight Bootstrap Grav Theme
https://github.com/ayozehd/grav-theme-bootstrap-blog
bootstrap grav theme
Last synced: over 1 year ago
JSON representation
Simple and lightweight Bootstrap Grav Theme
- Host: GitHub
- URL: https://github.com/ayozehd/grav-theme-bootstrap-blog
- Owner: ayozehd
- License: other
- Archived: true
- Created: 2018-06-04T17:04:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T10:04:59.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T07:34:19.349Z (over 1 year ago)
- Topics: bootstrap, grav, theme
- Language: Twig
- Homepage: https://bootstrap-blog.ayozehd.com/
- Size: 6.35 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Blog
[](https://bootstrap-blog.ayozehd.com/)
[](https://github.com/ayozehd/grav-skeleton-bootstrap-blog/blob/master/LICENSE)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=94NYK2VQA253G)

**Bootstrap Blog** is a theme for [Grav CMS](http://github.com/getgrav/grav) built in CSS framework [Bootstrap v4.x](https://getbootstrap.com/docs/) and provide a powerful base to develope your own theme using SCSS. Also includes latest [FontAwesome 5](https://fontawesome.com/) iconset.
## Features
* Lightweight and minimal for optimal performance
* Bootstrap 4.x
* SCSS based CSS source files
* 3 Blog collection Layouts
* Twitter Timeline Sidebar Widget
* Fill of color your site with more than 25 defined styled colors
* Fontawesome 5
* Disqus comments
### Page Templates
* Default template `default.md`
* Error template `error.md`
* Blog collection template `blog.md`
* Blog item template `item.md`
* Modular templates: `modular.md`
* Features Modular template `features.md`
* Showcase Modular template `showcase.md`
* Blog Modular template `blog.md`
* Text Modular template `text.md`
* Carousel Modular template `carousel.md`
* Bars Modular template `bars.md`
* Typewriter Modular template `typewriter.md`
# Installation
Installing the Bootstrap Blog theme can be done in one of two ways. GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
## GPM Installation (Preferred)
The simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install bootstrap-blog
This will install the Bootstrap Blog theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/bootstrap-blog`.
## Manual Installation
To install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `bootstrap-blog`. You can find these files either on [GitHub](https://github.com/ayozehd/bootstrap-blog) or via [GetGrav.org](https://getgrav.org/downloads/themes).
You should now have all the theme files under
/your/site/grav/user/themes/bootstrap-blog
You can copy the `user/themes/bootstrap-blog/bootstrap-blog.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin.
> NOTE: Do not modify the `user/themes/bootstrap-blog/bootstrap-blog.yaml` file directly or your changes will be lost with any updates
## Documentation
Demo and theme documentation available [here](https://bootstrap-blog.ayozehd.com).
## Credits
Thanks to [Paul Hibbits](https://hibbittsdesign.org) and [Grav Team](https://getgrav.com/) for inspire me.
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=94NYK2VQA253G)