{"id":26663245,"url":"https://github.com/startpolymer/polymer-static-app","last_synced_at":"2025-07-30T14:04:16.035Z","repository":{"id":29279892,"uuid":"32812628","full_name":"StartPolymer/polymer-static-app","owner":"StartPolymer","description":"Polymer Static Application is a boilerplate based on Polymer Starter Kit and Metalsmith.","archived":false,"fork":false,"pushed_at":"2015-04-08T17:04:00.000Z","size":368,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T14:32:55.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/StartPolymer.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-03-24T17:03:48.000Z","updated_at":"2019-09-11T02:11:15.000Z","dependencies_parsed_at":"2022-09-05T15:50:32.131Z","dependency_job_id":null,"html_url":"https://github.com/StartPolymer/polymer-static-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StartPolymer/polymer-static-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-static-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-static-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-static-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-static-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartPolymer","download_url":"https://codeload.github.com/StartPolymer/polymer-static-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-static-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267879580,"owners_count":24159522,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":"2025-03-25T14:27:23.638Z","updated_at":"2025-07-30T14:04:15.950Z","avatar_url":"https://github.com/StartPolymer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polymer Static App\n\nPolymer [Static Web Application](http://www.staticapps.org)\nboilerplate based on [Polymer Starter Kit](https://github.com/StartPolymer/polymer-starter-kit)\nand [Metalsmith](http://www.metalsmith.io).\n\n:sparkles: [DEMO](http://polymer-static-app.startpolymer.org) :sparkles:\n\n## Features\n\n- Content in [Markdown format](http://commonmark.org) parsed by\n[markdown-it](https://markdown-it.github.io)\n- [Jade](http://jade-lang.com) HTML template engine\n - Jade have [Variables](http://jade-lang.com/reference/code/),\n [Includes](http://jade-lang.com/reference/includes/),\n [Extends](http://jade-lang.com/reference/extends/),\n [Mixins](http://jade-lang.com/reference/mixins/) and other features\n - [Learning Jade with Codecast](http://cssdeck.com/labs/learning-the-jade-templating-engine-syntax)\n- Quick deploy to [CDN](http://en.wikipedia.org/wiki/Content_delivery_network) Hosting\n - [GitHub Pages](https://pages.github.com) - [more info](https://github.com/blog/1715-faster-more-awesome-github-pages)\n\n## Installation\n\n### Tools on Ubuntu\n\n```sh\n# Add Ruby repository\nsudo add-apt-repository -y ppa:brightbox/ruby-ng\n# Script to install NodeSource repository\ncurl -sL https://deb.nodesource.com/setup | sudo bash -\n# Install Git, Node.js and Ruby\nsudo apt-get install -y git nodejs ruby2.2\n# Install Bower, Gulp and NPM\nsudo npm install -g bower gulp npm\n# Install Sass\nsudo gem install sass\n```\n\n- [Atom](https://atom.io) is great editor for web development, you can use\n[Atom on Ubuntu](https://gist.github.com/JosefJezek/6d7386cb7011cc8f5d37) script.\n- For other OS, you can use [Ubuntu VM Image](http://www.osboxes.org/ubuntu/) or Google Search :wink:\n\n## Usage\n\n### [Fork](https://github.com/StartPolymer/polymer-static-app/fork) this repository\n\n[Syncing a fork](https://help.github.com/articles/syncing-a-fork/)\nof a repository to keep it up-to-date with the upstream repository.\n\nor\n\n### Clone this repository to separate branch `psa`\n\n```sh\ngit clone https://github.com/StartPolymer/polymer-static-app.git \u003cmy-repo-name\u003e\ncd \u003cmy-repo-name\u003e\ngit branch -m psa\ngit checkout -b master\ngit remote rename origin psa\ngit remote add origin https://github.com/\u003cuser\u003e/\u003cmy-repo-name\u003e.git\ngit push -u origin master\n```\n\n[How to use Git](https://gist.github.com/JosefJezek/775e54583ef319c8c641)\n\n### Install dependencies\n\n```sh\nbower install \u0026\u0026 npm install\n```\n\n### Check out the variables\n\n- Gulp variables are in the file [gulp/psk-config.js](https://github.com/StartPolymer/polymer-static-app/blob/master/gulp/psk-config.js)\n\n### Serve to local and external URL\n\n`http://localhost:9000` and `http://\u003cYour IP\u003e:9000`\n\n```sh\ngulp serve\n```\n\n#### Build and serve the output from the dist build\n\n```sh\ngulp serve:dist\n```\n\n### Build the app\n\n```sh\ngulp\n```\n\n## Deploy :tada:\n\n### Deploy to GitHub Pages\n\nFirst you need to be sure you have a gh-pages branch. If you don't have one, you can do the following:\n\n```sh\ngit checkout --orphan gh-pages\ngit rm -rf .\ntouch README.md\ngit add README.md\ngit commit -m \"Init gh-pages\"\ngit push --set-upstream origin gh-pages\ngit checkout master\n```\n\n```sh\ngulp deploy:gh\n```\n\n## Tools\n\n### PageSpeed Insights\n\n```sh\ngulp pagespeed\n```\n\n## Contributing :+1:\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Make your changes\n4. Run the tests, adding new ones for your own code if necessary\n5. Commit your changes (`git commit -am 'Added some feature'`)\n6. Push to the branch (`git push origin my-new-feature`)\n7. Create new Pull Request\n\n## [MIT License](https://github.com/StartPolymer/polymer-static-app/blob/master/LICENSE)\n\nCopyright (c) 2015 Start Polymer ([http://startpolymer.org](http://startpolymer.org))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartpolymer%2Fpolymer-static-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartpolymer%2Fpolymer-static-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartpolymer%2Fpolymer-static-app/lists"}