{"id":18419302,"url":"https://github.com/sircus/site-boilerplate","last_synced_at":"2025-04-13T09:12:09.014Z","repository":{"id":90338438,"uuid":"39417894","full_name":"sircus/site-boilerplate","owner":"sircus","description":"Gulping Handlebars  and JSON for GitHub Pages","archived":false,"fork":false,"pushed_at":"2015-08-21T18:00:59.000Z","size":728,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T09:12:05.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sircus.blivesta.com/site-boilerplate/","language":"JavaScript","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/sircus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-21T01:48:18.000Z","updated_at":"2017-01-31T21:15:12.000Z","dependencies_parsed_at":"2023-03-12T06:15:55.817Z","dependency_job_id":null,"html_url":"https://github.com/sircus/site-boilerplate","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/sircus%2Fsite-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sircus%2Fsite-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sircus%2Fsite-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sircus%2Fsite-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sircus","download_url":"https://codeload.github.com/sircus/site-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688566,"owners_count":21145766,"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":[],"created_at":"2024-11-06T04:16:34.259Z","updated_at":"2025-04-13T09:12:08.987Z","avatar_url":"https://github.com/sircus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Site Boilerplate\n\n[![Build Status](https://img.shields.io/travis/sircus/site-boilerplate/master.svg?style=flat)](https://travis-ci.org/sircus/site-boilerplate)\n[![devDependency Status](https://david-dm.org/sircus/site-boilerplate/dev-status.svg)](https://david-dm.org/sircus/site-boilerplate#info=devDependencies\u0026view=table)\n\nGulping Handlebars and JSON for GitHub Pages. It's The Most Powerful Static Site Generator Using Gulp. Thanks See Simple  [boilerplate](https://github.com/shannonmoeller/gulp-hb-boilerplate)\n\n## Building\n\nInstall : `nodejs` `gulp`\n\n```\n$ git clone https://github.com/sircus/site-boilerplate.git\n$ cd site-boilerplate\n$ npm install\n```\n\nbuild:\n\n```\n$ gulp build\n```\n\nWatch \u0026 Connect:\n\n```\n$ gulp\n```\n\ndeploy:\n\n```\n$ gulp deploy\n```\n\n## Structure\n\nsrc:\n\n```\n/src\n├── / css\n├── / js\n├── / data\n├── / images\n├── / partials\n└──├── / include\n```\n\nbuild:\n\n```\n/ gh-pages\n├── / css\n├── / js\n└── / images\n```\n\n## Usage\n\nTo configure for your project new\n\n- `pkg` from package.json\n\n```\nexample: {{pkg.name}}\n```\n```\n\"name\": \"your-project\",\n\"version\": \"0.0.0\",\n\"author\": \"yourName \u003cyourEmail@gmail.com\u003e (https://github.com/your-repo)\",\n\"description\": \"your project description\",\n\"repository\": {\n  \"type\": \"git\",\n  \"url\": \"https://github.com/your-repo.git\"\n},\n```\n\n- `site` from site.yml\n\n```\nexample:  {{site.title}}\n```\n```\ntitle: your site\ndescription: your site description\ntags: every1\nauthor: your name\nauthor_url: https://github.com/your-repo\ncopyright: Copyright (c) 2015 your name. all rights reserved.\n```\n\n- Data from front matter\n\n```\nexample: {{file.meta.name}}\n```\n\nPrepared comparison helpers\n- `is` (A equal B)\n- `isnot` (A not equal B)\n\n```\nexample: {{#is A \"B\"}}, {{#isnot A \"B\"}} and or=\"C\" option\n```\n\nMore useful helpers [here](https://github.com/helpers) by Helper team. Some helpers have to check on compatible gulp.\n\n## devDependencies\n\n- [Handlebars](https://github.com/wycats/handlebars.js) : [@wycats](https://github.com/wycats) (Yehuda Katz)\n- [gulp-hb](https://github.com/shannonmoeller/gulp-hb): [@shannonmoeller](https://github.com/shannonmoeller) (Shannon Moeller)\n- [handlebars-registrar](https://github.com/shannonmoeller/handlebars-registrar) : [@shannonmoeller](https://github.com/shannonmoeller) (Shannon Moeller)\n- [handlebars-layouts](https://github.com/shannonmoeller/handlebars-layouts) : [@shannonmoeller](https://github.com/shannonmoeller) (Shannon Moeller)\n- [helper-markdown](https://github.com/helpers/helper-markdown): [@{{helpers}}](https://github.com/helpers) (Jon Schlinkert)\n- [cssnext](https://github.com/cssnext/cssnext): [@MoOx](https://github.com/MoOx) (Maxime Thirouin)\n- [gulp-cssnext](https://github.com/cssnext/gulp-cssnext): [@MoOx](https://github.com/MoOx) (Maxime Thirouin)\n- [stylestats](https://github.com/t32k/stylestats): [@t32k](https://github.com/t32k/) (Koji Ishimoto)\n- [gulp-stylestats](https://github.com/1000ch/gulp-stylestats): [@1000ch](https://github.com/1000ch) (1000ch)\n- [sircus](https://github.com/sircus): [@blivesta](https://github.com/blivesta) (Yasuyuki Enomoto)\n\n## Other devDependencies\n\n- [Package](https://github.com/sircus/site-boilerplate/blob/master/package.json)\n\n## License\nReleased under the [MIT license](https://github.com/sircus/license/blob/master/LICENSE).\n\nCopyright \u0026copy; 2015 [@blivesta](https://github.com/blivesta) and [@ungki](https://github.com/ungki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsircus%2Fsite-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsircus%2Fsite-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsircus%2Fsite-boilerplate/lists"}