{"id":19372542,"url":"https://github.com/sproutcore/website","last_synced_at":"2025-07-25T17:40:15.774Z","repository":{"id":1584169,"uuid":"2074996","full_name":"sproutcore/website","owner":"sproutcore","description":"The website source.  Build and push to https://github.com/sproutcore/sproutcore.github.com.","archived":false,"fork":false,"pushed_at":"2020-09-30T18:04:34.000Z","size":67464,"stargazers_count":9,"open_issues_count":5,"forks_count":9,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-03-25T23:06:47.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.sproutcore.com","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/sproutcore.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":"2011-07-19T22:43:36.000Z","updated_at":"2024-03-25T23:06:47.653Z","dependencies_parsed_at":"2022-06-25T17:37:01.507Z","dependency_job_id":null,"html_url":"https://github.com/sproutcore/website","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/sproutcore%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproutcore%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproutcore%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproutcore%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sproutcore","download_url":"https://codeload.github.com/sproutcore/website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223929339,"owners_count":17226873,"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-11-10T08:23:55.488Z","updated_at":"2024-11-10T08:23:55.997Z","avatar_url":"https://github.com/sproutcore.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\nInstalling the necessary components is fairly simple:\n\n1. Clone the repository:\n\n        git clone git@github.com:sproutcore/website.git\n\n1. Clone the git@github.com/sproutcore/sproutcore.github.com.git into the output\ndirectory (this is the live site and what):\n\n        rm -rf output \u0026\u0026 git clone git@github.com:sproutcore/sproutcore.github.com.git output\n\n1. Install the dependencies (mainly nanoc) so you can preview the SproutCore website:\n\n        bundle install\n\n# Updating the Site\n\nYou can preview the site by running `nanoc autocompile` and visiting\n[http://localhost:3000/](http://localhost:3000/) in your browser.\n\nThe templates for the site are located in `layouts/`. Each content page is\nlocated in `content/`.\n\nTo configure navigation tabs, modify the metadata at the top of each page:\n\n    ---\n    title: SproutCore - About\n    id: about\n    h1: About SproutCore\n    download: true\n    subnav:\n    - What is SproutCore\n    - Who's Using SproutCore\n    - Core Team\n    - Logos\n    ---\n\n* `title` - the title that is displayed in the browser.\n* `id` - determines the active state of the main navigation at the top.\n* `h1` - fills in the main title on the page itself\n* `download` - indicates whether the download button should be displayed\n* `subnav` - a list of panels on the page to navigate through\n\nYou can add modal content using a modal helper:\n\n    \u003c% modal \"your-modal-id\" do %\u003e\n      \u003ch1\u003eModal content here\u003c/h1\u003e\n    \u003c% end %\u003e\n\nThe URL structure has changed slightly. Instead of being located at /community.html,\nthe page is now located at /community/. Please make sure that all links to images, CSS\nand JavaScript are absolute (/js/myjs.js, not js/myjs.js).\n\n# Deploying Changes\n\n_**Note:** Before deploying, please preview the site and make sure that everything looks\ncorrect! Additionally, when you run the `git status` command below, please make sure the\nchanges are sane._\n\nDeploying your changes is a simple 2 step process:\n\n1. Compile the changes into the output directory:\n\n        rm -rf tmp\n        nanoc compile\n\n1. Commit and push your changes\n\n        cd output\n        git status\n        git commit -am \"New build.\"\n        git push\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsproutcore%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsproutcore%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsproutcore%2Fwebsite/lists"}