{"id":18606039,"url":"https://github.com/website-templates/webstudio_responsive-template","last_synced_at":"2025-04-10T20:31:20.886Z","repository":{"id":16298027,"uuid":"19046723","full_name":"website-templates/webstudio_responsive-template","owner":"website-templates","description":"Free webstudio responsive website template","archived":false,"fork":false,"pushed_at":"2019-02-25T01:46:18.000Z","size":2085,"stargazers_count":21,"open_issues_count":0,"forks_count":34,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T04:13:28.920Z","etag":null,"topics":["css3","gulp","html5","onepage","pug","responsive","stylus","template","website","webstudio-template"],"latest_commit_sha":null,"homepage":"http://website-templates.github.io/webstudio_responsive-template","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/website-templates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-22T21:24:47.000Z","updated_at":"2025-02-20T01:58:32.000Z","dependencies_parsed_at":"2022-08-28T03:20:20.208Z","dependency_job_id":null,"html_url":"https://github.com/website-templates/webstudio_responsive-template","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/website-templates%2Fwebstudio_responsive-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/website-templates%2Fwebstudio_responsive-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/website-templates%2Fwebstudio_responsive-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/website-templates%2Fwebstudio_responsive-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/website-templates","download_url":"https://codeload.github.com/website-templates/webstudio_responsive-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290033,"owners_count":21078923,"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":["css3","gulp","html5","onepage","pug","responsive","stylus","template","website","webstudio-template"],"created_at":"2024-11-07T02:24:03.559Z","updated_at":"2025-04-10T20:31:20.511Z","avatar_url":"https://github.com/website-templates.png","language":"HTML","readme":"# Webstudio responsive website template - ARCHIVED\n\nNice website template coded by [Maxim Orlov](https://github.com/orlovmax).\n\nDemo: [http://website-templates.github.io/webstudio_responsive-template](http://website-templates.github.io/webstudio_responsive-template/)\n\n![Mockup demo](screenshots/pic.jpg)\nProduct mockup created with [http://frame.lab25.co.uk/](http://frame.lab25.co.uk/)\n\n## Contents\n\n- [Folder and file structure](#folder-and-file-structure)\n- [Requirements:](#requirements)\n    - [Editorconfig](#editorconfig)\n- [How to start](#how-to-start)\n- [Site configuration](#site-configuration)\n- [Tasks](#tasks)\n    - [Cleanup](#cleanup)\n    - [Dev](#dev)\n    - [Build](#build)\n    - [Rebuild](#rebuild)\n    - [Server](#server)\n    - [Sprite](#sprite)\n- [Live reload](#live-reload)\n- [License](#license)\n\n## Folder and file structure\n```\n./\n├── .editorconfig\n├── gulpfile.js\n├── package.json\n├── README.md\n|\n├── gulp_tasks/                                * gulp tasks\n|   ├── config/                                * gulp tasks config\n│   |   ├── paths.js\n│   |   └── aliases.js\n│   |\n|   └── task.js\n|\n├── screenshots/                               * responsive test screenshots\n|\n├── dev/                                       * site source\n│   ├── images/                                * image sources\n|   │\n│   ├── pug/                                   * templates\n|   |   ├── blocks/                            * blocks library\n|   │   |   └── block.pug\n|   │   ├── helpers/                           * helper mixins\n|   │   ├── vendor/                            * third-party code\n|   │   ├── layouts/                           * page layouts\n|   │   └── pages/                             * main pages templates\n|   │\n|   ├── stylus/                                * stylus preprocessor styles\n|   |   ├── blocks/                            * blocks library\n|   │   |   └── block.styl\n|   │   ├── helpers/                           * mixins and vars\n|   │   ├── vendor/                            * third-party code\n|   │   ├── custom.styl\n|   │   ├── noscript.styl\n|   │   └── screen.styl\n|   │\n│   ├── helpers/                               * helper files\n|   |   ├── favicon.ico\n|   |   └── .htaccess\n|   │\n│   ├── fonts/                                 * font sources\n|   │\n│   └── data/                                  * configs and data for templates\n│\n└── build/                                     * built source\n    ├── index.html\n    ├── page.html\n    |\n    └── static/                                * static assets\n        ├── css/                               * minified styles\n        |\n        ├── images/                            * minified images\n        |\n        └── fonts/                             * @font-face-ready webfonts\n\n```\n\n## Requirements\n\n- [Node.js](http://nodejs.org/)\n- Build sytem: [Grunt](http://gruntjs.com/) or [Gulp](http://gulpjs.com/)\n- Optionally:\n  * [Editorconfig](http://editorconfig.org/)\n\n#### Editorconfig\n\nThis project has an .editorconfig file at the root. It describes indent style, trailing whitespaces etc. See more details [here](http://editorconfig.org/)\n\n## How to start\n\nIf you haven't used [Gulp](http://gulpjs.com/) before, be sure to check out the [Getting Started]([https://github.com/gulpjs/gulp/blob/master/docs/README.md](https://gulpjs.com/docs/en/getting-started/quick-start)) guide, also check these [recips](https://github.com/gulpjs/gulp/tree/master/docs/recipes#recipes)\n\nBefore start you need to have installed _npm_ , as well as _gulp_ globally.\n\n**A few simple steps to start:**\n* Install dependencies from `package.json` by running: `npm install`.\n* Run tasks from the list below and start devevelopment!\n* Edit general settings in `dev/data/config.json` See [Site configuration](#site-configuration) section\n\n## Site configuration\n\nThis boilerplate uses Pug templates with external data configs.\nMain settings can be found in `dev/data/config.json` file. And they're available for usage in templates with `config.key-name`\n\n## Tasks\n\nHere comes groups ofgulp tasks with some explanations\n\n#### Cleanup\n\nRemove placeholders from work directories.\nGulp: `gulp cleanup`\n\n* Remove gitkeep files\n\n#### Dev\n\nDev task with static server.\nGulp: `gulp dev`\n\n* Compile Stylus stylesheets\n* Add vendor prefixes in css\n* Combine media queries in css files\n* Compile Pug templates\n* Sync helpers and other assets\n* Sync images\n* Run BrowserSync static server with live reload using\n* Watch for changes and run dev task\n\n\n#### Build\n\nBuild task.\nGulp: `gulp build`\n\n* Minify images\n* Minify stylesheets\n* Minify html\n* Run BrowserSync static server\n\n\n#### Rebuild\n\nRegenerate and build project by running all tasks.\nGulp: `gulp rebuild`\n\n* Compile Stylus stylesheets\n* Add vendor prefixes in css\n* Combine media queries in css files\n* Compile Pug templates\n* Sync helpers and other assets\n* Sync images\n* Minify images\n* Minify stylesheets\n* Minify html\n\n\n#### Server\n\nRun server without watching for changes.\nGulp: `gulp server`\n\n* Run BrowserSync static server\n\n\n## Live reload\n\nThis project uses BrowserSync as static server with enabled and configured live reload option.\n\n## License\n\n[MIT](https://github.com/website-templates/webstudio_responsive-template/blob/master/LICENSE.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsite-templates%2Fwebstudio_responsive-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebsite-templates%2Fwebstudio_responsive-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsite-templates%2Fwebstudio_responsive-template/lists"}