{"id":22712166,"url":"https://github.com/buildit/gravity-metalsmith-seed","last_synced_at":"2025-03-29T22:21:42.427Z","repository":{"id":78235712,"uuid":"173095234","full_name":"buildit/gravity-metalsmith-seed","owner":"buildit","description":"An \"opinionated minimum\" set of features to generate metalsmith sites with gravity. A starting point for your own Gravity powered website!","archived":false,"fork":false,"pushed_at":"2023-07-07T23:26:32.000Z","size":631,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T23:31:37.775Z","etag":null,"topics":["buildit-gravity-consumer","metalsmith"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-28T10:54:27.000Z","updated_at":"2020-03-26T12:28:25.000Z","dependencies_parsed_at":"2025-02-04T23:28:30.888Z","dependency_job_id":"ca667ef5-0865-42fa-9963-ccf576fb58f5","html_url":"https://github.com/buildit/gravity-metalsmith-seed","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fgravity-metalsmith-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fgravity-metalsmith-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fgravity-metalsmith-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fgravity-metalsmith-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildit","download_url":"https://codeload.github.com/buildit/gravity-metalsmith-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246250086,"owners_count":20747293,"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":["buildit-gravity-consumer","metalsmith"],"created_at":"2024-12-10T13:09:35.105Z","updated_at":"2025-03-29T22:21:42.421Z","avatar_url":"https://github.com/buildit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gravity \u0026 Metalsmith Seed - [![Build Status][buildstatus image]][buildstatus url]\n\n_Quickly create your own static site powered by [Gravity][gravity home]!_\n\nThe primary purpose of this seed is to allow rapid creation of websites (internal or external) - which use Buildit's\ndesign system for consistency and future proofed brand alignment.\n\n- **[Getting Started documentation][gettingstarted docs]**\n\n  **This is where you should start if you don't know where else to start!**\n  \n  Follow this documentation to understand more about this project and how to install, run and create new content for a\n  site generated using it. This documentation is geared towards a wide audience.\n\n- **[Tech documentation][tech docs]**\n\n  This documentation explains what each portion of the tech stack in use is, and what it does. It's geared towards users\n  with some development experience.\n\n## Quick Start\n\nThere are more instructions in the [Getting Started][gettingstarted docs] docs.\n\n- Node v8.10.0 or higher is required.\n\n### Installation\n\nMost of the time you will want to take a copy of this code base and use it as a starting point for your own project.\n\n1. [Download the source files from GitHub][download]\n1. Unzip the files into your project directory (this must be a git repo, with an inital commit)\n1. `npm install` in that directory\n\n### Build, Development \u0026 Testing\n\nTo use the live-reloading development site you need to build your project using one of the following commands:\n\n- `npm start` - Generates a minified local build and a local server instance\n- `npm run dev` - Generates a non minified local build and a local server instance. This is useful if you want to look\n  at the generated site's code for example.\n\nYou can build the site without running the site too:\n- `npm run build` - Generates a minified local build\n\nYou can lint your code separately (linting ensures the code style fits our guidelines):\n\n- `npm run lint` - lints the js and sass within the `.\\src` folder\n\nThere are accessibility and smoke tests included in the base project.\nThe accessibility tests will help ensure the generated site can support all users.\nThe smoke tests check that the build process hasn't broken and that some required site assets are being generated.\n\nYou can run the tests separately:\n\n- `npm run test` - Run the accessibility and smoke tests. *Note: these test look for a website at\n`http://localhost:8080` so make sure the local development server is running before using this command.*\n\nLocal hosting is at http://localhost:8080 and a browser window should open automatically when using the start or build\ncommands.\n\n### Deployment\n\nThe website is built to the `dist/` folder.\n\nYour CI system should run `npm run ci` to build, lint and test.\n\n*Note that your CI system of choice should also run a local webserver before running these tests. You can use `npm run\nhttp-server` to do this - your CI system should have documentation on where to run this command.*  \n\n[gravity home]: https://github.com/buildit/gravity-ui-web\n[gettingstarted docs]: docs/getting-started.md\n[tech docs]: docs/tech.md\n[download]: https://github.com/buildit/gravity-metalsmith-seed/archive/master.zip\n[buildstatus image]: https://travis-ci.org/buildit/gravity-metalsmith-seed.svg?branch=master\n[buildstatus url]: https://travis-ci.org/buildit/gravity-metalsmith-seed\n[buildit home]: https://buildit.wiprodigital.com/\n\n---\n\nmade with ❤ -  [Buildit][buildit home]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildit%2Fgravity-metalsmith-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildit%2Fgravity-metalsmith-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildit%2Fgravity-metalsmith-seed/lists"}