Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free responsive flat one-page website template built with Pug, Sass, and Gulp, featuring live reload and automated build tasks.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Design Studio One Page Template is a free, responsive flat-design one-page website template built with Pug, Sass, and Gulp, created for design studios and agencies. The design was made by cssauthor and the code by Maxim Orlov; the project is published on GitHub under the MIT license and is archived, meaning it is no longer actively maintained.
The template takes source files written in Pug, Sass, and JavaScript from the dev/ directory and outputs a static build/ folder containing minified HTML, CSS, JS, images, and fonts. It uses Node.js and Gulp as the build system, with BrowserSync serving the site during development. The demo is hosted at http://website-templates.github.io/design-studio_one-page-template/ and includes a one-page layout suitable for a studio portfolio.
dev/pug/, with site-wide data stored in dev/data/config.json and exposed to templates as config.key-name.dev/sass/, supporting mixins, variables, vendor prefixing, and combined media queries.gulp dev for development with live reload, gulp build for production minification, gulp rebuild to regenerate everything, gulp server for a static server without watching, and gulp cleanup to remove placeholder files.build/static/fonts/.dev/ source from build/ output, with folders for Pug templates, Sass styles, JS scripts, images, helper files, fonts, and data configs.config.json data.gulp_tasks/ configuration and the source structure, then adapt the setup for other projects.build/ folder to any web host.gulp rebuild to generate a production-ready static site with minified assets.To use the template, ensure Node.js and Gulp are installed globally, then run npm install in the project root. Edit the site settings in dev/data/config.json and the page content in dev/pug/pages/, then run gulp dev to start a live-reloading development server or gulp build to output optimized files to the build/ directory.
Yes, the template is free to use and is released under the MIT license, so you can use it for personal and commercial projects without paying a license fee.
You need Node.js and Gulp installed. Run npm install to install dependencies from package.json, then execute gulp dev to compile sources and start a BrowserSync server with live reload.
The gulp build task minifies images, JavaScript, stylesheets, and HTML, and outputs the final static site into the build/ folder, ready for deployment on a web server.
The repository is marked as archived, which means it is no longer actively updated. However, the existing source code remains available and can still be used as a foundation for new projects.
