{"id":13790685,"url":"https://github.com/evocode/metalsmith-base","last_synced_at":"2025-05-12T09:32:59.088Z","repository":{"id":73020597,"uuid":"45428404","full_name":"evocode/metalsmith-base","owner":"evocode","description":"A base starter for metalsmith project","archived":false,"fork":false,"pushed_at":"2016-02-19T11:23:29.000Z","size":16,"stargazers_count":123,"open_issues_count":3,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-18T05:38:20.899Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/evocode.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":"2015-11-02T23:16:49.000Z","updated_at":"2024-09-13T09:28:13.000Z","dependencies_parsed_at":"2023-05-04T22:27:29.369Z","dependency_job_id":null,"html_url":"https://github.com/evocode/metalsmith-base","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/evocode%2Fmetalsmith-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evocode%2Fmetalsmith-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evocode%2Fmetalsmith-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evocode%2Fmetalsmith-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evocode","download_url":"https://codeload.github.com/evocode/metalsmith-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253709379,"owners_count":21951127,"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-08-03T22:00:49.689Z","updated_at":"2025-05-12T09:32:58.685Z","avatar_url":"https://github.com/evocode.png","language":"JavaScript","readme":"# Metalsmith Base\n\nA metalsmith base starter kit used at [Evocode.com](http://evocode.com/). Some features:\n\n- [Metalsmith](http://metalsmith.io/)\n- [Gulp](http://gulpjs.com/)\n- [Bootstrap 4](https://github.com/twbs/bootstrap/tree/v4-dev)\n- [jQuery](https://github.com/jquery/jquery)\n- [Babel / ES6](https://babeljs.io/)\n- [Development Server](https://github.com/evocode/metalsmith-base/blob/master/gulpfile.js#L160)\n- [Static Site, Blog, Robots, Sitemap](https://github.com/evocode/metalsmith-base/tree/master/content)\n- [MIT license](https://github.com/evocode/metalsmith-base/blob/master/LICENSE)\n\n## Install\n\n```\nmkdir newproject\ngit clone git@github.com:evocode/metalsmith-base.git newproject\ncd newproject\nnpm install\n```\n## Develop\n\nThis command will fully build a development version of the site, start the gulp watchers, and setup a development server. The command output will list the server address to open in your browser.\n\n```\nnpm run start\n```\n\n## Build\n\nThis command will build a production version of the site and sync it with a git repository, ready to be comitted.\n\nTo link the build process to your repository, you can do of the following options:\n\n1. Create a repo dotfile: `echo \"git@github.com:username/repository.git\" \u003e .buildrepo`\n1. Edit `package.json` script section: `\"build\": \"./node_modules/.bin/gulp --production --build \u0026\u0026 ./build.sh git@github.com:username/repository.git\"`\n\nAfter the repository is setup, simply run:\n\n```\nnpm run build\n```\n\n## Commands\n\n1. `npm run dev` - Run a development build\n1. `npm run start` - Run a development build, start the development server and watchers\n1. `npm run debug` - Run a development build in debug mode\n1. `npm run production` - Run a production build, compiles assets and minifies\n1. `npm run build` - Run a production build and sync with git\n1. `npm run watch` - Start the gulp watchers\n1. `npm run vendor` - Copies over any vendor files from node_modules to metalsmith assets\n\nAll commands can be run directly with: `./node_modules/.bin/gulp`\n","funding_links":[],"categories":["Starters","JavaScript"],"sub_categories":["Building Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevocode%2Fmetalsmith-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevocode%2Fmetalsmith-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevocode%2Fmetalsmith-base/lists"}