All Projects → hibbitts-design → grav-theme-bootstrap4-open-matter

hibbitts-design / grav-theme-bootstrap4-open-matter

Licence: MIT license
A customized version of the Bootstrap 4 theme, with additional features to support open and collaborative materials - inside or outside of your current platform (e.g. LMS).

Programming Languages

SCSS
7915 projects
Twig
543 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Labels

Projects that are alternatives of or similar to grav-theme-bootstrap4-open-matter

grav-skeleton-resume-site
Resume Skeleton for Grav
Stars: ✭ 55 (+292.86%)
Mutual labels:  grav
grav-plugin-form
Grav Form Plugin
Stars: ✭ 48 (+242.86%)
Mutual labels:  grav
grav-plugin-jscomments
JSComments is a Grav (http://github.com/getgrav/grav) plugin which allows to integrate comments into individual pages from Discourse / Disqus / Facebook / Google+ / HyperComments / IntenseDebate / Isso, and Muut comment systems.
Stars: ✭ 28 (+100%)
Mutual labels:  grav
grav-plugin-proposal
Sales Proposal Plugin for Grav
Stars: ✭ 16 (+14.29%)
Mutual labels:  grav
grav ynh
Grav, a flat-file CMS packaged for YunoHost
Stars: ✭ 13 (-7.14%)
Mutual labels:  grav
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+93235.71%)
Mutual labels:  grav
grav-plugin-login
Grav Login Plugin
Stars: ✭ 40 (+185.71%)
Mutual labels:  grav
grav-skeleton-course-hub
Take LMS-constrained courses to the next level and empower tech-savvy educators with an open, collaborative and version-controlled workflow using Markdown and Grav. Includes Admin Panel and Git Sync.
Stars: ✭ 39 (+178.57%)
Mutual labels:  grav
grav-plugin-blackhole
The static site generator for Grav CMS
Stars: ✭ 152 (+985.71%)
Mutual labels:  grav
grav-plugin-themer
This plugin enables you use different themes on one site individual set per page or collection.
Stars: ✭ 16 (+14.29%)
Mutual labels:  grav
grav-skeleton-shop-site
Grav Shop Site Skeleton
Stars: ✭ 16 (+14.29%)
Mutual labels:  grav
grav-theme-learn2-git-sync
A customized version of the Learn2 theme for use with the Git Sync plugin. Also installs Git Sync and the Admin Panel.
Stars: ✭ 19 (+35.71%)
Mutual labels:  grav
grav-plugin-markdown-notices
Grav Markdown Notices Plugin
Stars: ✭ 31 (+121.43%)
Mutual labels:  grav
grav-plugin-shortcode-core
Grav Shortcode Core Plugin
Stars: ✭ 42 (+200%)
Mutual labels:  grav
grav-plugin-simplesearch
Grav SimpleSearch Plugin
Stars: ✭ 40 (+185.71%)
Mutual labels:  grav
alpine-grav
Grav running on Alpine Linux [Docker]
Stars: ✭ 14 (+0%)
Mutual labels:  grav
grav-theme-lingonberry
A clean, simple and responsive theme for bloggers. Features responsive design, retina ready assets, custom styling for all post formats, custom page templates and custom accent color.
Stars: ✭ 13 (-7.14%)
Mutual labels:  grav
grav-plugin-data-manager
Grav Data Manager Plugin
Stars: ✭ 28 (+100%)
Mutual labels:  grav
grav-skeleton-onepage-site
Grav One-Page Site Skeleton
Stars: ✭ 21 (+50%)
Mutual labels:  grav
grav-theme-agency
Agency Theme for Grav
Stars: ✭ 26 (+85.71%)
Mutual labels:  grav

Bootstrap4 Open Matter

Bootstrap4 Open Matter theme is a Grav inherited theme based on the Bootstrap4 theme. In addition to built-in support for the Git Sync Plugin, a 'Chromeless' display mode (via the Page URL parameter /chromeless:true or a site-wide setting) is provided to better embed Grav page content into other platforms (e.g. LMSs).

Bootstrap4 Open Matter

Bootstrap4 Open Matter Features

  • Integrated support for the Git Sync Plugin (i.e. view/edit pages in GitHub)
  • 'Chromeless' page display (i.e. only display page content) for embedding pages in a 3rd party system
  • Markdown-based sidebar widget
  • Built-in Shortcodes - including Button, Embed.ly, H5P, iFrame, PDF, SpeakerDeck, Swipe and Twitter
  • Featured posts (i.e. sticky posts)
  • Option to toggle page summaries (i.e. summaries are not displayed with page content)
  • Enhanced support for the Presentation Plugin
  • Easy-to-use interface to create custom menubar items
  • Creative Commons license display
  • Web accessibility enhancements (i.e. hidden H1 page titles)

Installation

Installing the Bootstrap4 Open Matter theme can be done in one of two ways. Our 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) through your system's Terminal (also called the command line). From the root of your Grav install type:

bin/gpm install bootstrap4-open-matter

This will install the Bootstrap4 Open Matter theme into your /user/themes directory within Grav. Its files can be found under /your/site/grav/user/themes/bootstrap4-open-matter.

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 bootstrap4-open-matter. You can find these files either on GitHub or via GetGrav.org.

You should now have all the theme files under

/your/site/grav/user/themes/bootstrap4-open-matter

NOTE: This theme is a modular component for Grav which requires the Grav, Error and Problems plugins.

Updating

As development for the Bootstrap4 Open Matter theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience. Updating Bootstrap4 Open Matter is easy, and can be done through Grav's GPM system, as well as manually.

GPM Update (Preferred)

The simplest way to update this theme is via the Grav Package Manager (GPM). You can do this with this by navigating to the root directory of your Grav install using your system's Terminal (also called command line) and typing the following:

bin/gpm update bootstrap4-open-matter

This command will check your Grav install to see if your Bootstrap4 Open Matter theme is due for an update. If a newer release is found, you will be asked whether or not you wish to update. To continue, type y and hit enter. The theme will automatically update and clear Grav's cache.

Manual Update

Manually updating Bootstrap4 Open Matter is pretty simple. Here is what you will need to do to get this done:

  • Delete the your/site/user/themes/bootstrap4-open-matter directory.
  • Download the new version of the Bootstrap4 Open Matter theme from either GitHub or GetGrav.org.
  • Unzip the zip file in your/site/user/themes and rename the resulting folder to bootstrap4-open-matter.
  • Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing bin/grav clear-cache.

Note: Any changes you have made to any of the files listed under this directory will also be removed and replaced by the new set. Any files located elsewhere (for example a YAML settings file placed in user/config/themes) will remain intact.

Dependencies

The Bootstrap4 Open Matter theme depends on the Bootstrapper plugin to provide the appropriate CSS and JS. If you install via GPM, you should be prompted to also install this plugin. If not you should manually install via:

bin/gpm install bootstrapper

Setup

If you want to set Bootstrap4 Open Matter as the default theme, you can do so by following these steps:

  • Navigate to /your/site/grav/user/config.
  • Open the system.yaml file.
  • Change the theme: setting to theme: bootstrap4-open-matter.
  • Save your changes.
  • Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in Terminal and typing bin/grav clear-cache.

Once this is done, you should be able to see the new theme on the frontend. Keep in mind any customizations made to the previous theme will not be reflected as all of the theme and templating information is now being pulled from the bootstrap4-open-matter folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].