{"id":13403403,"url":"https://github.com/website-templates/design-studio_one-page-template","last_synced_at":"2025-04-09T22:16:49.928Z","repository":{"id":17532306,"uuid":"20333265","full_name":"website-templates/design-studio_one-page-template","owner":"website-templates","description":"Free responsive flat designed one page template","archived":false,"fork":false,"pushed_at":"2023-04-15T21:57:26.000Z","size":5507,"stargazers_count":103,"open_issues_count":2,"forks_count":199,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T22:16:45.199Z","etag":null,"topics":["css3","design-studio-template","gulp","html5","onepage","pug","responsive","sass","template","website"],"latest_commit_sha":null,"homepage":"http://website-templates.github.io/design-studio_one-page-template","language":"JavaScript","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-05-30T15:18:01.000Z","updated_at":"2025-04-02T11:17:53.000Z","dependencies_parsed_at":"2024-01-16T10:36:17.831Z","dependency_job_id":"225e241a-e6bf-44dd-8812-8056c02ed88f","html_url":"https://github.com/website-templates/design-studio_one-page-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%2Fdesign-studio_one-page-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/website-templates%2Fdesign-studio_one-page-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/website-templates%2Fdesign-studio_one-page-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/website-templates%2Fdesign-studio_one-page-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/website-templates","download_url":"https://codeload.github.com/website-templates/design-studio_one-page-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119288,"owners_count":21050755,"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","design-studio-template","gulp","html5","onepage","pug","responsive","sass","template","website"],"created_at":"2024-07-30T19:01:29.491Z","updated_at":"2025-04-09T22:16:49.879Z","avatar_url":"https://github.com/website-templates.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Design studio one page template - ARCHIVED\n\nFlat and responsive website template, designed by [cssauthor](http://www.cssauthor.com/) and coded by [Maxim Orlov](https://github.com/orlovmax).\n\nDemo: [http://website-templates.github.io/design-studio_one-page-template](http://website-templates.github.io/design-studio_one-page-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│   ├── js/                                    * source js\n|   |   ├── vendor/                            * vendor scripts library\n|   |   ├── lib/                               * site scripts library\n|   │   ├── head.js                            * head scripts\n|   │   └── body.js                            * body scripts\n|   │\n|   ├── sass/                                  * sass preprocessor styles\n|   |   ├── blocks/                            * blocks library\n|   │   |   └── block.sass\n|   │   ├── helpers/                           * mixins and vars\n|   │   ├── vendor/                            * third-party code\n|   │   ├── custom.sass\n|   │   ├── noscript.sass\n|   │   └── screen.sass\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        ├── js/                                * minified assembled js\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* Bundle javascripts\n* Compile Sass 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 javascript files\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* Bundle javascripts\n* Compile Sass 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 javascript files\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/design-studio_one-page-template/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsite-templates%2Fdesign-studio_one-page-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebsite-templates%2Fdesign-studio_one-page-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsite-templates%2Fdesign-studio_one-page-template/lists"}