{"id":17033488,"url":"https://github.com/morgul/saber-theme-bootstrap","last_synced_at":"2026-05-16T11:01:27.474Z","repository":{"id":142042929,"uuid":"192007201","full_name":"Morgul/saber-theme-bootstrap","owner":"Morgul","description":"A Saber theme using BootstrapVue with Bootswatch support.","archived":false,"fork":false,"pushed_at":"2019-06-14T22:19:41.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-29T13:45:22.037Z","etag":null,"topics":["bootstrap","bootstrap-vue","bootstrap4","bootswatch","bootswatch4","saber","saber-theme","theme"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Morgul.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"issuehunt":"morgul","custom":"https://www.paypal.me/morgul"}},"created_at":"2019-06-14T21:23:50.000Z","updated_at":"2019-06-14T22:21:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf097267-ed01-4f03-b4a1-1f66bf243294","html_url":"https://github.com/Morgul/saber-theme-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Morgul/saber-theme-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Fsaber-theme-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Fsaber-theme-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Fsaber-theme-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Fsaber-theme-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morgul","download_url":"https://codeload.github.com/Morgul/saber-theme-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Fsaber-theme-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-vue","bootstrap4","bootswatch","bootswatch4","saber","saber-theme","theme"],"created_at":"2024-10-14T08:34:59.553Z","updated_at":"2026-05-16T11:01:27.457Z","avatar_url":"https://github.com/Morgul.png","language":null,"funding_links":["https://issuehunt.io/r/morgul","https://www.paypal.me/morgul"],"categories":[],"sub_categories":[],"readme":"# Saber Theme Bootstrap\n\n\u003e A Saber theme using BootstrapVue with Bootswatch support.\n\n## Features\n\n* [BootstrapVue][bootstrap-vue] included, all components allowed.\n* [Bootswatch][bootswatch] theme support\n* Bootstrap `variables.scss` and `overrides.scss` style override support\n* Custom style support\n* Flexible layouts, with options\n* Sweet, sugary goodness\n* Not known to cause cancer _(except in the state of California)_\n* Plus Ultra!\n\n## Install\n\n**NPM**\n```bash\n$ npm install saber-theme-bootstrap\n```\n\n**Yarn**\n```bash\n$ yarn add saber-theme-bootstrap\n```\n\n## Layouts\n\nBelow is the list of included layouts. All layouts support the `bootswatch` property in their front-matter. This allows the bootswatch theme to be overridden on a per-page basis.\n\nIf a layout has a `layout-options` section, these are additional properties that can be set in the page's front-matter, under the key `layout-options`.\n\n* `default` - Contains the header and footer, wrapping content in a bootstrap `container`.\n  * `layout-options`:\n    * `fluid` - If `true`, wraps the content in a `container-fluid` instead.\n\n## Site Config\n\nThis theme supports all the normal properties of a Saber site (i.e. `title`), but adds `favicon` and `logo`:\n\n```yml\nsiteConfig:\n  title: My Site\n  favicon: assets/images.favicon.png\n  logo: assets/images/logo.png\n```\n\nThese paths are relative to the project's root directory, and will be required through webpack.\n\n## Theme Config\n\nPart of the point of Bootstrap (and hence this theme) is to allow people to get up and going very quickly, while still having the ability to customize the look and feel of their site as they grow. To me, this means that this theme needs to make it easy to pick a theme other than the default Bootstrap theme, and even be able to easily customize the theme to be something entirely unique. That is why the theme's main configuration is centered around the ability to modify the bootstrap theme.\n\n### Bootswatch Support\n\nFor most people, it's easiest to simply pick one of the excellent [Bootswatch][bootswatch] themes. Simply specify the one you want with the `bootswatch` key:\n```yml\nthemeConfig:\n  bootswatch: 'cyborg'\n```\n\n[bootswatch]: https://bootswatch.com/\n\n### Bootstrap Variables \u0026 Overrides\n\nIf, however, you want to override some (or all) of the bootstrap variables, you cant specify a `variables.scss` file. You can also specify a `overrides.scss` file, if you want to override some portion of bootstrap after the variables and mixins have been imported. Simply specify the paths to the files. _(All paths are assumed relative to the project root.)_\n\n```yml\nthemeConfig:\n  variables: 'style/variables.scss'\n  overrides: 'style/overrides.scss'\n```\n\n### Additional Styles\n\nSometimes, however, you want to go crazy and do your own thing. That's totally fine; you can specify your own styles, and as long as you have the appropriate loader installed, they'll be included _after_ the bootstrap styles.\n\n\n```yml\nthemeConfig:\n  styles:\n    - 'style/custom-theme.scss'\n    - 'style/other-styles.scss'\n    - 'style/other-other-style.css'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgul%2Fsaber-theme-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgul%2Fsaber-theme-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgul%2Fsaber-theme-bootstrap/lists"}