{"id":15373988,"url":"https://github.com/sebastiandedeyne/guss","last_synced_at":"2025-10-28T13:06:49.438Z","repository":{"id":24224424,"uuid":"27616697","full_name":"sebastiandedeyne/guss","owner":"sebastiandedeyne","description":"Gulp powered static site generator, based on jekyll and very opinionated","archived":false,"fork":false,"pushed_at":"2015-03-26T12:04:11.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:19:29.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/sebastiandedeyne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-06T00:45:50.000Z","updated_at":"2015-03-26T12:04:11.000Z","dependencies_parsed_at":"2022-08-22T14:00:37.586Z","dependency_job_id":null,"html_url":"https://github.com/sebastiandedeyne/guss","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/sebastiandedeyne%2Fguss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiandedeyne%2Fguss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiandedeyne%2Fguss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiandedeyne%2Fguss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastiandedeyne","download_url":"https://codeload.github.com/sebastiandedeyne/guss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280181,"owners_count":20912965,"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-10-01T13:56:55.417Z","updated_at":"2025-10-28T13:06:44.384Z","avatar_url":"https://github.com/sebastiandedeyne.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guss\n\n*Gulp powered static site generator, based on jekyll and very opinionated*\n\n## Overview\nGuss compiles the bootstrapped folders into a ready-for-production website. Each folder's content is treated differently.\n\n```\nviews\n```\n\nSwig templated come here. Layouts can be registered in `views/_layouts`. Views van contain front matter which cascade to the top layout.\n\n```\nassets\n```\n\nAssets' contents get copied straight to the destination folder. Story your favicons, .htaccess, images, etc. here.\n\n```\nassets-static\n```\n\nStatic assets behave the same as assets, but aren't watched for changes during development. This is useful to reduce long build times when including large files or php libraries.\n\n```\ncss\n```\n\nSass-files are automatically compiled, linked svg's are base64-encoded, css-files are copied.\n\n```\njs\n```\n\nCoffeescript files are automatically compiled. `gulp-include` is also enabled here, this is very useful to include dependencies from bower without adding bloat (take a look at `js/lib/jquery` for an example).\n\n## Installation\n\n```\n$ npm install [\u0026\u0026 bower install]\n```\n\n*Note: if you don't want to use bower, you'll have to remove the files in `js/lib` which include bower packages.*\n\n## Usage\n\n```\n$ gulp build [--production]\n```\n\nGenerate the site to the destination set in `config/gulpfile.coffee`. By default this is `_site`.\n\n```\n$ gulp serve\n```\n\nServe the site at `http://localhost:8000` and watch for changes.\n\n## Configuration\nConfiguration is stored in `config.site.yml` and/or `config.local.yml`. The local configuration file is gitignored for personal configuration. It's content overwrites the site configuration.\n\n### Options\n- destination (**_site**)\n- pretty_permalinks (**true**|false)\n- server_port (**8000**)\n- livereload (**true**)\n\n## Future features\n- Upgrade to gulp 4.0\n- Support partial views\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiandedeyne%2Fguss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastiandedeyne%2Fguss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiandedeyne%2Fguss/lists"}