{"id":20486708,"url":"https://github.com/dalezak/vitepress-bootstrap","last_synced_at":"2026-05-14T20:32:46.532Z","repository":{"id":255657877,"uuid":"851291792","full_name":"dalezak/vitepress-bootstrap","owner":"dalezak","description":"Vitepress Bootstrap Theme","archived":false,"fork":false,"pushed_at":"2025-01-25T21:00:04.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T05:58:51.996Z","etag":null,"topics":["bootstrap","bootstrap5","vitepress","vue","vue3"],"latest_commit_sha":null,"homepage":"https://dalezak.github.io/vitepress-bootstrap/","language":"Vue","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/dalezak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-02T20:06:50.000Z","updated_at":"2025-01-25T21:00:08.000Z","dependencies_parsed_at":"2024-09-06T15:47:28.922Z","dependency_job_id":"ea3b89dc-6bb8-44b4-961a-684a1bfdb8d7","html_url":"https://github.com/dalezak/vitepress-bootstrap","commit_stats":null,"previous_names":["dalezak/vitepress-bootstrap"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dalezak/vitepress-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalezak%2Fvitepress-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalezak%2Fvitepress-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalezak%2Fvitepress-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalezak%2Fvitepress-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalezak","download_url":"https://codeload.github.com/dalezak/vitepress-bootstrap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalezak%2Fvitepress-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","bootstrap5","vitepress","vue","vue3"],"created_at":"2024-11-15T16:37:47.677Z","updated_at":"2026-05-14T20:32:46.194Z","avatar_url":"https://github.com/dalezak.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vitepress Bootstrap\n\nStatic site generator using markdown for content built with Vitepress and Bootstrap\n\nCustomizable turn key starter theme with responsive layout, dark mode, video player, photo gallery, and more\n\n---\n\n### Frontmatter\n\nEasily write content for your pages using YAML [frontmatter](https://vitepress.dev/guide/frontmatter) in your markdown.\n\n- **id** - page slug\n- **title** - page title\n- **date** - date\n- **year** - year\n- **keywords** - comma separated list of keywords\n- **link** - single url\n- **links** - list of urls\n- **image** - single image url\n- **images** - list of image urls\n- **audio** - url to MP3 audio file\n- **video** - url to YouTube\n- **repo** - url to Github repo\n- **isbn** - book ISBN number\n- **description** - page description\n\n---\n\n### Configuration\n\nEasily custom your site configuration by editing options in [.vitepress/config.mjs](https://github.com/dalezak/vitepress-bootstrap/blob/main/.vitepress/config.mjs).\n\n- **title** - site title\n- **description** - site description\n- **cleanUrls** - `true`, `false`\n- **base** - site path, Github Pages is project name, custom domain is `/`\n- **themeConfig.author** - your name or organization\n- **themeConfig.website** - website url\n- **themeConfig.layout** - `default`\n- **themeConfig.theme** - `light`, `dark`\n- **themeConfig.font** - any font family from [Google Fonts](https://fonts.google.com)\n- **themeConfig.container** - `container`, `container-fluid`\n- **themeConfig.navbar** - `top`, `fixed-top`, `fixed-bottom`, `sticky-top`, `sticky-bottom`\n- **themeConfig.footer** - `visible`, `hidden`\n- **themeConfig.sidebar** - `visible`, `hidden`\n- **themeConfig.search** - `visible`, `hidden`\n- **themeConfig.breadcrumbs** - `visible`, `hidden`\n- **themeConfig.share** - `visible`, `hidden`\n- **themeConfig.variables** - override any [Bootstrap](https://getbootstrap.com) variables\n- **themeConfig.links** - navbar links\n- **themeConfig.feeds** - rss and atom feeds\n- **themeConfig.networks** - social network links\n\n---\n\n### Theme\n\nThe theme is built using [Bootstrap](https://getbootstrap.com), you can override the default styling by editing any of the stylesheets in [.vitepress/theme](https://github.com/dalezak/vitepress-bootstrap/blob/main/.vitepress/theme).\n\n---\n\n### Start\n\nGetting started is easy, simply follow the steps:\n\n- fork [dalezak/vitepress-bootstrap](https://github.com/dalezak/vitepress-bootstrap)\n- edit [.vitepress/config.mjs](https://github.com/dalezak/vitepress-bootstrap/blob/main/.vitepress/config.mjs)\n- create your markdown content\n\nYou can follow the [features](https://github.com/dalezak/vitepress-bootstrap/features) for examples using different components like video player or image gallery.\n\n---\n\n### Dev\n\n```shell\nnpm run dev\n```\n\n### Build\n\n```shell\nnpm run build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalezak%2Fvitepress-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalezak%2Fvitepress-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalezak%2Fvitepress-bootstrap/lists"}