{"id":16767721,"url":"https://github.com/xiaohutai/bolt-theme-starter","last_synced_at":"2026-05-14T22:48:23.955Z","repository":{"id":74577482,"uuid":"143016719","full_name":"xiaohutai/bolt-theme-starter","owner":"xiaohutai","description":"[Bolt Theme] A starter theme **WIP**","archived":false,"fork":false,"pushed_at":"2018-08-22T15:37:24.000Z","size":500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T00:43:30.446Z","etag":null,"topics":["bolt","cms","js","scss","theme","twig"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/xiaohutai.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-31T13:18:27.000Z","updated_at":"2018-08-22T15:37:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ac842b8-3f5f-4a67-8182-1c06f462f81a","html_url":"https://github.com/xiaohutai/bolt-theme-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohutai%2Fbolt-theme-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohutai%2Fbolt-theme-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohutai%2Fbolt-theme-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohutai%2Fbolt-theme-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaohutai","download_url":"https://codeload.github.com/xiaohutai/bolt-theme-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871912,"owners_count":20361380,"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":["bolt","cms","js","scss","theme","twig"],"created_at":"2024-10-13T06:09:44.007Z","updated_at":"2025-10-24T02:55:25.190Z","avatar_url":"https://github.com/xiaohutai.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starter, a Bolt Theme ![work in progress](https://img.shields.io/badge/-work--in--progress-yellow.svg?longCache=true\u0026style=flat-square)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\n  | \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n  | \u003ca href=\"#configuration\"\u003eConfiguration\u003c/a\u003e\n  | \u003ca href=\"#folder-structure\"\u003eFolder Structure\u003c/a\u003e\n  | \u003ca href=\"#recommendations\"\u003eRecommendations\u003c/a\u003e\n  | \u003ca href=\"#fundamentals\"\u003eFundamentals\u003c/a\u003e\n  | \u003ca href=\"#references\"\u003eReferences\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n\nThere are two options to get this theme:\n\n- Install this theme via the Bolt backend at `/bolt/extensions`.\n- Do a `composer require xiaohutai/bolt-theme-starter` in your Bolt's `extensions` folder.\n\nFor making pull requests, navigate to your Bolt's `themes` folder and clone this repo:\n\n```sh\ngit clone git@github.com:xiaohutai/bolt-theme-starter.git\n```\n\n\n## Getting Started\n\n```sh\n# Install dependencies\nnpm install\n\n# For development: Serve the website with hot reload for css and js files.\nnpm start\n\n# For production: Build and minify all assets.\nnpm run build\n```\n\n| Command                | Description                              | Minification? |\n|:-----------------------|:-----------------------------------------|:-------------:|\n| `npm run sass`         | Compile SASS to CSS                      | ![no](https://img.shields.io/badge/-no-red.svg?longCache=true\u0026style=flat-square)   |\n| `npm run postcss`      | PostCSS (polyfill, autoprefixer)         | ![yes](https://img.shields.io/badge/-yes-brightgreen.svg?longCache=true\u0026style=flat-square) |\n| `npm run styles`       | Build styles (`sass` + `postcss`)        | ![yes](https://img.shields.io/badge/-yes-brightgreen.svg?longCache=true\u0026style=flat-square) |\n| `npm run scripts`      | Compile JS                               | ![no](https://img.shields.io/badge/-no-red.svg?longCache=true\u0026style=flat-square)   |\n| `npm run build`        | Build everything (`styles` + `scripts`)  | ![yes](https://img.shields.io/badge/-yes-brightgreen.svg?longCache=true\u0026style=flat-square) |\n| `npm run lint`         | Lint styles                              | ![n/a](https://img.shields.io/badge/-n/a-lightgrey.svg?longCache=true\u0026style=flat-square) |\n| `npm run eslint`       | Lint scripts                             | ![n/a](https://img.shields.io/badge/-n/a-lightgrey.svg?longCache=true\u0026style=flat-square) |\n\n\n## Configuration\n\n| Name                                                        | File                | Github | More info |\n|:------------------------------------------------------------|:--------------------|:------:|:----------|\n| [Babel](https://babeljs.io)                                 | `.babelrc`          | [:octocat:](https://github.com/babel/babel) | [.babelrc](https://babeljs.io/docs/en/babelrc.html), [babel-preset-env](https://babeljs.io/docs/en/babel-preset-env) |\n| [ESLint](https://eslint.org)                                | `.eslintrc.js`      | [:octocat:](https://github.com/eslint/eslint) | [Configuring](https://eslint.org/docs/user-guide/configuring), [ESLint rules](https://eslint.org/docs/rules/) |\n| [PostCSS](https://postcss.org/)                             | `.postcssrc`        | [:octocat:](https://github.com/postcss/postcss) | |\n| [cssnano](https://cssnano.co/)                              | `cssnano.config.js` | [:octocat:](https://github.com/cssnano/cssnano) | |\n| [Browserlist](https://github.com/browserslist/browserslist) | `.browserslistrc`   | [:octocat:](https://github.com/browserslist/browserslist) | [browserl.ist](http://browserl.ist/) |\n\nCheck the browserslist with\n```\nnpx browserslist\n```\n\n\n## Folder Structure\n\n\u003cdetails\u003e\n    \u003csummary\u003eFolder structure\u003c/summary\u003e\n\u003cpre\u003e\n.\n├── dist\n│   ├── scripts\n│   ├── styles\n│   └── ...\n├── config\n│   ├── config.yml\n│   ├── contenttypes.yml\n│   ├── routing.yml\n│   ├── extensions/boltforms.bolt.yml\n│   ├── extensions/seo.bobdenotter.yml\n│   └── ...\n├── source\n│   ├── scripts\n│   ├── styles\n│   └── ...\n├── templates\n│   ├── components\n│   ├── layouts\n│   ├── partials\n│   └── ...\n├── .babelrc\n├── .browserslistrc\n├── .editorconfig\n├── .eslintrc.js\n├── .gitignore\n├── .postcssrc\n├── browserconfig.yml\n├── CHANGELOG.md\n├── composer.json\n├── cssnano.config.js\n├── LICENSE\n├── package.json\n├── package-lock.json\n├── README.md\n├── site.webmanifest\n├── theme.yml\n└── ...\n\u003c/pre\u003e\n\u003c/details\u003e\n\n\n## Recommendations\n\n\n### Extensions\n\nBy default, this extension automatically installs the following extensions:\n\n- `bacboslab/menueditor`\n- `bobdenotter/seo`\n- `bolt/boltforms`\n- `bolt/sitemap`\n- `twokings/bolt-searchable-content-extension`\n- `twokings/hierarchical-routes`\n\nThese extensions will be uninstalled if you uninstall this theme. You can install\nthem separately in order to keep them:\n\n```sh\ncomposer require bacboslab/menueditor\ncomposer require bobdenotter/seo\ncomposer require bolt/boltforms\ncomposer require bolt/sitemap\ncomposer require twokings/bolt-searchable-content-extension\ncomposer require twokings/hierarchical-routes\n```\n\n\n#### Suggested Extensions ![optional](https://img.shields.io/badge/-optional-brightgreen.svg?longCache=true\u0026style=flat-square)\n\n- `animal/translate`\n- `bolt/basewidget`\n- `bolt/disqus`\n- `bolt/jsonapi`\n- `bolt/labels`\n\n```sh\ncomposer require animal/translate\ncomposer require bolt/basewidget\ncomposer require bolt/disqus\ncomposer require bolt/jsonapi\ncomposer require bolt/labels\n```\n\n\n### Bolt Configuration ![optional](https://img.shields.io/badge/-optional-brightgreen.svg?longCache=true\u0026style=flat-square)\n\nThe `config` directory has some `yml` files with useful blocks that you can copy\nand paste.\n\n- `config.yml`\n- `contenttypes.yml`\n- `routing.yml`\n\n\n### Blocks ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n### Snippets ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n### Components ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n\n## Fundamentals\n### Grid ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n### Color ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n### Typography ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n### Accessibility ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n\n- [Inclusive Components by Heydon Pickering](https://inclusive-components.design/)\n\n\n### Web App Manifest\n\nGenerate `favicon.ico`, `site.webmanifest`, and `browserconfig.xml` at [Favicon Generator](https://realfavicongenerator.net).\n\n- [The Web App Manifest on Google Web Fundamentals](https://developers.google.com/web/fundamentals/web-app-manifest/)\n\n\n## References ![todo](https://img.shields.io/badge/-todo-red.svg?longCache=true\u0026style=flat-square)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohutai%2Fbolt-theme-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaohutai%2Fbolt-theme-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohutai%2Fbolt-theme-starter/lists"}