{"id":18981889,"url":"https://github.com/nodeshift/nodeshift.github.io","last_synced_at":"2025-06-17T01:37:52.641Z","repository":{"id":48706391,"uuid":"183289137","full_name":"nodeshift/nodeshift.github.io","owner":"nodeshift","description":"Nodeshift website http://nodeshift.dev","archived":false,"fork":false,"pushed_at":"2023-05-25T15:29:14.000Z","size":309,"stargazers_count":1,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T09:23:38.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/nodeshift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-04-24T18:56:21.000Z","updated_at":"2023-05-25T15:29:17.000Z","dependencies_parsed_at":"2024-11-08T16:21:47.567Z","dependency_job_id":null,"html_url":"https://github.com/nodeshift/nodeshift.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nodeshift/nodeshift.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fnodeshift.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fnodeshift.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fnodeshift.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fnodeshift.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodeshift","download_url":"https://codeload.github.com/nodeshift/nodeshift.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fnodeshift.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260273081,"owners_count":22984432,"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-08T16:11:37.118Z","updated_at":"2025-06-17T01:37:52.623Z","avatar_url":"https://github.com/nodeshift.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upstream Community Theme\n\nThe Upstream Community Theme is a ready-to-use [Jekyll](https://jekyllrb.com/) theme to help you create a basic static site for your project. It was designed with the Red Hat Upstream Community in mind, but can be used by anyone looking to create a simple, lightweight site.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on [GitHub Pages](https://pages.github.com/).\n\n### Prerequisites\n\n - Install a full [Ruby development environment](https://www.ruby-lang.org/en/downloads/). Ruby version 2.4.0 or above is required, including all development headers. You can run `ruby -v` to check your current Ruby version.\n - [RubyGems](https://rubygems.org/pages/download). You can run `gem -v` to check if you have RubyGems installed.\n - [GCC](https://gcc.gnu.org/install/) and [Make](https://www.gnu.org/software/make/). You can run `gcc -v`,`g++ -v` and `make -v` to see if your system already has them installed.\n\n### Installing the theme\n\n*[Jekyll documentation pages](https://jekyllrb.com/docs/)*\n\n1. The Jekyll site provides detailed installation instructions for each operating system:\n \n  - [Mac](https://jekyllrb.com/docs/installation/macos/)\n  - [Linux distributions including Red Hat Linux](https://jekyllrb.com/docs/installation/other-linux)\n  - [Ubuntu Linux](https://jekyllrb.com/docs/installation/ubuntu/)\n  - [Windows](https://jekyllrb.com/docs/installation/windows/)\n    \n3. Fork this repository by clicking the _Fork_ button at the top right corner of this page.\n4. Clone your fork (please ensure you have current version of git installed) by running: \n  `git clone git@github.com:YOUR_USER_NAME/community-theme.git`\n5. Change into the project directory\n  `cd community-theme`\n6. Build the site and make it available on a local server\n  `bundle exec jekyll serve`\n7. To preview your site, browse to http://localhost:4000\n\n\u003e If you encounter any unexpected errors during the above, please refer to the [troubleshooting](https://jekyllrb.com/docs/troubleshooting/#configuration-problems) page or the [requirements](https://jekyllrb.com/docs/installation/#requirements) page, as you might be missing development headers or other prerequisites.\n\n_For more information regarding the use of Jekyll, please refer to the [Jekyll Step by Step Tutorial](https://jekyllrb.com/docs/step-by-step/01-setup/)._\n\n## Deployment on GitHub Pages\n\nTo deploy your site using GitHub Pages you will need to add the [github-pages gem](https://github.com/github/pages-gem).\n\n\u003e Note that GitHub Pages runs in `safe` mode and only allows a set of [whitelisted plugins](https://help.github.com/articles/configuring-jekyll-plugins/#default-plugins).\n\nTo use the github-pages gem, you'll need to add the following on your `Gemfile`:\n\n```\nsource \"https://rubygems.org\"\ngem \"github-pages\", group: :jekyll_plugins\n```\nAnd then run `bundle update`.\n\nTo deploy a project page that is kept in the same repository as the project they are for, please refer to the *Project Pages* section in [Deploying Jekyll to GitHub Pages](https://jekyllrb.com/docs/github-pages/#deploying-jekyll-to-github-pages).\n\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on the process for submitting pull requests to us.\n\n## Authors\n\n* [**Adela Sofia A.**](https://github.com/adelasofia) - *Initial theme implementation*\n* [**Jason Brock**](https://github.com/jkbrock) - *Visual Designer*\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodeshift%2Fnodeshift.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodeshift%2Fnodeshift.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodeshift%2Fnodeshift.github.io/lists"}