{"id":19692116,"url":"https://github.com/getgrav/grav-theme-bootstrap","last_synced_at":"2025-04-29T09:31:23.660Z","repository":{"id":19518733,"uuid":"22765770","full_name":"getgrav/grav-theme-bootstrap","owner":"getgrav","description":"Grav Bootstrap Theme","archived":false,"fork":false,"pushed_at":"2022-05-09T11:05:55.000Z","size":1403,"stargazers_count":17,"open_issues_count":8,"forks_count":15,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-04-19T08:06:24.452Z","etag":null,"topics":["bootstrap","bootstrap-theme","grav","grav-theme"],"latest_commit_sha":null,"homepage":"https://getgrav.org","language":"Twig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getgrav.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-08T17:27:12.000Z","updated_at":"2022-05-09T17:48:46.000Z","dependencies_parsed_at":"2022-08-23T17:21:20.885Z","dependency_job_id":null,"html_url":"https://github.com/getgrav/grav-theme-bootstrap","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getgrav","download_url":"https://codeload.github.com/getgrav/grav-theme-bootstrap/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251166991,"owners_count":21546303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap-theme","grav","grav-theme"],"created_at":"2024-11-11T19:12:22.324Z","updated_at":"2025-04-29T09:31:22.823Z","avatar_url":"https://github.com/getgrav.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap\n\n![Bootstrap](assets/readme_1.png)\n\nBootstrap is a [Grav](http://github.com/getgrav/grav) theme that is based on the popular [Bootstrap framework](http://getbootstrap.com/).\n\n# Installation\n\nInstalling the Bootstrap 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. \n\n## GPM Installation (Preferred)\n\nThe 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:\n\n    bin/gpm install bootstrap\n\nThis will install the Bootstrap theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/bootstrap`.\n\n## Manual Installation\n\nTo 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`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-bootstrap) or via [GetGrav.org](http://getgrav.org/downloads/themes).\n\nYou should now have all the theme files under\n\n    /your/site/grav/user/themes/bootstrap\n\n\u003e\u003e NOTE: This theme is a modular component for Grav which requires the [Grav](http://github.com/getgrav/grav), [Error](https://github.com/getgrav/grav-theme-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) plugins.\n\n# Updating\n\nAs development for the Bootstrap 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 Bootstrap is easy, and can be done through Grav's GPM system, as well as manually.\n\n## GPM Update (Preferred)\n\nThe simplest way to update this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-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:\n\n    bin/gpm update bootstrap\n\nThis command will check your Grav install to see if your Bootstrap 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.\n\n## Manual Update\n\nManually updating Bootstrap is pretty simple. Here is what you will need to do to get this done:\n\n* Delete the `your/site/user/themes/bootstrap` directory.\n* Downalod the new version of the Bootstrap theme from either [GitHub](https://github.com/getgrav/grav-plugin-bootstrap) or [GetGrav.org](http://getgrav.org/downloads/themes#extras).\n* Unzip the zip file in `your/site/user/themes` and rename the resulting folder to `bootstrap`.\n* 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`.\n\n\u003e 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.\n\n## Dependencies\n\nThe Bootstrap theme now depends on the [Bootstrapper plugin](https://github.com/getgrav/grav-plugin-bootstrapper) 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:\n\n    bin/gpm install bootstrapper\n\n# Setup\n\nIf you want to set Bootstrap as the default theme, you can do so by following these steps:\n\n* Navigate to `/your/site/grav/user/config`.\n* Open the **system.yaml** file.\n* Change the `theme:` setting to `theme: bootstrap`.\n* Save your changes.\n* 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`.\n\nOnce 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 **bootstrap** folder.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetgrav%2Fgrav-theme-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetgrav%2Fgrav-theme-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetgrav%2Fgrav-theme-bootstrap/lists"}