{"id":49257390,"url":"https://github.com/thoughtbot/proteus-middleman","last_synced_at":"2026-05-11T13:01:01.074Z","repository":{"id":22012003,"uuid":"25337563","full_name":"thoughtbot/proteus-middleman","owner":"thoughtbot","description":"[no longer maintained]","archived":true,"fork":false,"pushed_at":"2017-12-13T22:34:28.000Z","size":76,"stargazers_count":133,"open_issues_count":0,"forks_count":25,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-05-09T08:00:51.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/thoughtbot.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":"2014-10-17T04:06:52.000Z","updated_at":"2023-01-28T21:21:57.000Z","dependencies_parsed_at":"2022-08-05T15:19:20.060Z","dependency_job_id":null,"html_url":"https://github.com/thoughtbot/proteus-middleman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thoughtbot/proteus-middleman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fproteus-middleman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fproteus-middleman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fproteus-middleman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fproteus-middleman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thoughtbot","download_url":"https://codeload.github.com/thoughtbot/proteus-middleman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fproteus-middleman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32895978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-04-25T05:00:20.561Z","updated_at":"2026-05-11T13:01:01.052Z","avatar_url":"https://github.com/thoughtbot.png","language":"CSS","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# thoughtbot Middleman Starter\n\n**Note:** This project is no longer being actively maintained. Check out our\n[Middleman Template], instead.\n\n[Middleman Template]: https://github.com/thoughtbot/middleman-template\n\n## About\n\nThis starter kit for Middleman follows the\n[thoughtbot styleguide](https://github.com/thoughtbot/guides) and includes our\nfavorite front end tools.\n\n## About Middleman\n\nMiddleman is a static site generator built in Ruby. This makes it a great fit\nfor projects that may end up as a Ruby on Rails app. Its minimalistic structure\nmakes it very easy to work with, and includes support for deploying to Github\nPages.\n\n## Includes\n\n* [HAML](http://haml.info):\n  Simple template markup\n* [Coffeescript](http://coffeescript.org):\n  Write javascript with simpler syntax\n* [Sass (LibSass)](http://sass-lang.com):\n  CSS with superpowers\n* [Bourbon](http://bourbon.io):\n  Sass mixin library\n* [Neat](http://neat.bourbon.io):\n  Semantic grid for Sass and Bourbon\n* [Bitters](http://bitters.bourbon.io):\n  Scaffold styles, variables and structure for Bourbon projects.\n* [Middleman Live Reload](https://github.com/middleman/middleman-livereload):\n  Reloads the page when files change\n* [Middleman Deploy](https://github.com/karlfreeman/middleman-deploy):\n  Deploy your Middleman build via rsync, ftp, sftp, or git (deploys to Github Pages by default)\n\nWe also recommend [Refills](http://refills.bourbon.io/) for prepackaged interface patterns and [Proteus](http://github.com/thoughtbot/proteus) for a collection of useful\nstarter kits to help you prototype faster.\n\n## Getting Started\n\nSet up your project in your code directory\n```\ngit clone https://github.com/thoughtbot/proteus-middleman.git your-project-folder\ncd your-project-folder\ngit remote rm origin\ngit remote add origin your-git-url\n```\n\nInstall dependencies:\n```\nbundle install\n```\n\nRun the server\n```\nbundle exec middleman\n```\n\nDeploy to Github Pages\n```\nbundle exec middleman deploy\n```\n\nOr install the [Proteus gem](https://github.com/thoughtbot/proteus) and enjoy some shortcuts.\n\n## Directories\n\nStylesheets, fonts, images, and JavaScript files go in the `/source/assets/` directory.\nVendor stylesheets and JavaScripts should go in each of their `/vendor/` directories.\n\n## Contributing\n\nIf you have problems, please create a\n[GitHub Issue](https://github.com/thoughtbot/proteus-middleman/issues).\n\nHave a fix or want to add a feature?\n[Pull Requests](https://github.com/thoughtbot/proteus-middleman/pulls) are welcome!\n\n## Credits\n\n[![thoughtbot](http://images.thoughtbot.com/bourbon/thoughtbot-logo.svg)](http://thoughtbot.com)\n\nthoughtbot Middleman Starter is maintained and funded by [thoughtbot, inc](http://thoughtbot.com). Thank you to all of [the contributors](https://github.com/thoughtbot/proteus-middleman/contributors)!\n\n## License\n\nCopyright © 2014–2015 [thoughtbot, inc](http://thoughtbot.com). thoughtbot Middleman Starter is free software, and may be redistributed under the terms specified in the [license](https://github.com/thoughtbot/bourbon/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Fproteus-middleman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoughtbot%2Fproteus-middleman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Fproteus-middleman/lists"}