{"id":25352293,"url":"https://github.com/bjohansebas/ruby-githubactions","last_synced_at":"2026-01-20T07:33:42.008Z","repository":{"id":275975958,"uuid":"927798704","full_name":"bjohansebas/ruby-githubactions","owner":"bjohansebas","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-05T15:43:38.000Z","size":65923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-04-09T00:04:02.585Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjohansebas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T15:06:30.000Z","updated_at":"2025-02-05T15:43:41.000Z","dependencies_parsed_at":"2025-02-05T16:37:08.633Z","dependency_job_id":null,"html_url":"https://github.com/bjohansebas/ruby-githubactions","commit_stats":null,"previous_names":["bjohansebas/ruby-githubactions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bjohansebas/ruby-githubactions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjohansebas%2Fruby-githubactions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjohansebas%2Fruby-githubactions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjohansebas%2Fruby-githubactions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjohansebas%2Fruby-githubactions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjohansebas","download_url":"https://codeload.github.com/bjohansebas/ruby-githubactions/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjohansebas%2Fruby-githubactions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-02-14T18:38:45.745Z","updated_at":"2026-01-20T07:33:41.987Z","avatar_url":"https://github.com/bjohansebas.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# expressjs.com\n\nThis is the repository of the website [expressjs.com](https://expressjs.com). It is hosted directly from the repository as a [GitHub Pages](https://pages.github.com/) website.\n\n## Local Setup\n\nTo preview the website locally:\n\n1. Install [Ruby and Bundler](https://help.github.com/articles/setting-up-your-pages-site-locally-with-jekyll/) if you don't have them already.\n\n1. Install the [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) gem:\n\n   ```sh\n   $ gem install jekyll-redirect-from\n   ```\n   \n1. Clone this repository by running the following command:\n   ```sh\n   $ git clone https://github.com/expressjs/expressjs.com.git\n   ```\n\n1. Navigate to the cloned repository directory and run the following command:\n\n   ```sh\n   $ bundle install\n   ```\n\n   Bundler will look in the Gemfile for which gems to install. The `github-pages` gem includes the same version of Jekyll and other dependencies as used by GitHub Pages, so that your local setup mirrors GitHub Pages as closely as possible.\n\n1. Run Jekyll using the following command:\n\n   ```sh\n   $ bundle exec jekyll serve\n   ```\n\n   Then, load \u003chttp://localhost:4000\u003e in your browser.\n\n## Local Setup using Docker\n\n\u003e[!TIP]\n\u003e You can run `make help` to obtain detailed information on how to use our make commands.\n\n0. Ensure that you have Docker and Make installed.\n1. Run `make build` to build the project.\n2. Run `make serve` to serve the project, this include live reloading so any change will be reflected (it can take a while, check the logs).\n3. Run `make clean` to remove the docker images and resources generated.\n\n## Formatting\n\nJekyll uses a variant of Markdown known as [Kramdown](https://kramdown.gettalong.org/quickref.html).\n\nJekyll uses the [Liquid template engine](http://liquidmarkup.org/) for templating.\n\nYou can use [GFM](https://kramdown.gettalong.org/parser/gfm.html) fenced code blocks for JavaScript; for example:\n\n\u003cpre\u003e\n```js\nvar express = require('express')\nvar app = express()\napp.listen(3000)\n```\n\u003c/pre\u003e\n\nThe result looks like this:\n\n```js\nconst express = require('express')\nconst app = express()\napp.listen(3000)\n```\n\nThe default GitHub Pages syntax highlighting has been disabled in `_config.yml` to allow highlighting with [prism.js](https://prismjs.com/).\n\n## Contributing\n\nPlease see the [Contributors' Guide](CONTRIBUTING.md) for more information on contributing to the Express JS documentation, including information on contributing translations.\n\n## Why use Jekyll instead of an Express-based solution?\n\nJekyll comes built-in with GitHub Pages. Since we are already using GitHub Pages to host the website, it makes sense to leverage the capabilities it provides. It's all about using the right tool, for the right job, under the right circumstances.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjohansebas%2Fruby-githubactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjohansebas%2Fruby-githubactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjohansebas%2Fruby-githubactions/lists"}