{"id":21582046,"url":"https://github.com/sudo-self/jaystation-jekyll","last_synced_at":"2026-03-19T20:55:14.685Z","repository":{"id":181193775,"uuid":"666380246","full_name":"sudo-self/Jaystation-Jekyll","owner":"sudo-self","description":"Jekyll themed emulator page","archived":false,"fork":false,"pushed_at":"2023-11-15T11:49:51.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T08:21:05.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jaystation1.jessejesse.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudo-self.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-14T11:19:43.000Z","updated_at":"2023-09-04T01:09:51.000Z","dependencies_parsed_at":"2023-11-15T12:45:16.266Z","dependency_job_id":null,"html_url":"https://github.com/sudo-self/Jaystation-Jekyll","commit_stats":null,"previous_names":["sudo-self/jaystation-jekyll"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sudo-self/Jaystation-Jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJaystation-Jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJaystation-Jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJaystation-Jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJaystation-Jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo-self","download_url":"https://codeload.github.com/sudo-self/Jaystation-Jekyll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJaystation-Jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29943662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-24T14:14:36.173Z","updated_at":"2026-02-28T17:02:25.289Z","avatar_url":"https://github.com/sudo-self.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekylle Theme Turned Retro Console\n[![Deploy Jekyll with GitHub Pages dependencies preinstalled](https://github.com/sudo-self/sudo-self.github.io/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/sudo-self/sudo-self.github.io/actions/workflows/jekyll-gh-pages.yml)\u003cimg width=\"814\" alt=\"Screenshot 2023-07-14 at 7 38 45 PM\" src=\"https://github.com/sudo-self/Jaystation-Jekyll/assets/119916323/24777bfa-21a8-4684-8b56-86eb2dd38373\"\u003e\n\n\n\n\n1. Add the following to your site's `_config.yml`:\n\n    ```yml\n    remote_theme: pages-themes/hacker@v0.2.0\n    plugins:\n    - jekyll-remote-theme # add this line to the plugins list if you already have one\n    ```\n\n2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:\n\n    ```ruby\n    gem \"github-pages\", group: :jekyll_plugins\n    ```\n\n## Customizing\n\n### Configuration variables\n\nHacker will respect the following variables, if set in your site's `_config.yml`:\n\n```yml\ntitle: [The title of your site]\ndescription: [A short description of your site's purpose]\n```\n\nAdditionally, you may choose to set the following optional variables:\n\n```yml\nshow_downloads: [\"true\" or \"false\" (unquoted) to indicate whether to provide a download URL]\ngoogle_analytics: [Your Google Analytics tracking ID]\n```\n\n### Stylesheet\n\nIf you'd like to add your own custom styles:\n\n1. Create a file called `/assets/css/style.scss` in your site\n2. Add the following content to the top of the file, exactly as shown:\n    ```scss\n    ---\n    ---\n\n    @import \"{{ site.theme }}\";\n    ```\n3. Add any custom CSS (or Sass, including imports) you'd like immediately after the `@import` line\n\n*Note: If you'd like to change the theme's Sass variables, you must set new values before the `@import` line in your stylesheet.*\n\n### Layouts\n\nIf you'd like to change the theme's HTML layout:\n\n1. For some changes such as a custom `favicon`, you can add custom files in your local `_includes` folder. The files [provided with the theme](https://github.com/pages-themes/hacker/tree/master/_includes) provide a starting point and are included by the [original layout template](https://github.com/pages-themes/hacker/blob/master/_layouts/default.html).\n2. For more extensive changes, [copy the original template](https://github.com/pages-themes/hacker/blob/master/_layouts/default.html) from the theme's repository\u003cbr /\u003e(*Pro-tip: click \"raw\" to make copying easier*)\n3. Create a file called `/_layouts/default.html` in your site\n4. Paste the default layout content copied in the first step\n5. Customize the layout as you'd like\n\n### Customizing Google Analytics code\n\nGoogle has released several iterations to their Google Analytics code over the years since this theme was first created. If you would like to take advantage of the latest code, paste it into `_includes/head-custom-google-analytics.html` in your Jekyll site.\n\n### Overriding GitHub-generated URLs\n\nTemplates often rely on URLs supplied by GitHub such as links to your repository or links to download your project. If you'd like to override one or more default URLs:\n\n1. Look at [the template source](https://github.com/pages-themes/hacker/blob/master/_layouts/default.html) to determine the name of the variable. It will be in the form of `{{ site.github.zip_url }}`.\n2. Specify the URL that you'd like the template to use in your site's `_config.yml`. For example, if the variable was `site.github.url`, you'd add the following:\n    ```yml\n    github:\n      zip_url: http://example.com/download.zip\n      another_url: another value\n    ```\n3. When your site is built, Jekyll will use the URL you specified, rather than the default one provided by GitHub.\n\n*Note: You must remove the `site.` prefix, and each variable name (after the `github.`) should be indent with two space below `github:`.*\n\nFor more information, see [the Jekyll variables documentation](https://jekyllrb.com/docs/variables/).\n\n## Roadmap\n\nSee the [open issues](https://github.com/pages-themes/hacker/issues) for a list of proposed features (and known issues).\n\n## Project philosophy\n\nThe Hacker theme is intended to make it quick and easy for GitHub Pages users to create their first (or 100th) website. The theme should meet the vast majority of users' needs out of the box, erring on the side of simplicity rather than flexibility, and provide users the opportunity to opt-in to additional complexity if they have specific needs or wish to further customize their experience (such as adding custom CSS or modifying the default layout). It should also look great, but that goes without saying.\n\n## Contributing\n\nInterested in contributing to Hacker? We'd love your help. Hacker is an open source project, built one contribution at a time by users like you. See [the CONTRIBUTING file](docs/CONTRIBUTING.md) for instructions on how to contribute.\n\n### Previewing the theme locally\n\nIf you'd like to preview the theme locally (for example, in the process of proposing a change):\n\n1. Clone down the theme's repository (`git clone https://github.com/pages-themes/hacker`)\n2. `cd` into the theme's directory\n3. Run `script/bootstrap` to install the necessary dependencies\n4. Run `bundle exec jekyll serve` to start the preview server\n5. Visit [`localhost:4000`](http://localhost:4000) in your browser to preview the theme\n\n### Running tests\n\nThe theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` once before the test script will work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-self%2Fjaystation-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo-self%2Fjaystation-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-self%2Fjaystation-jekyll/lists"}