{"id":31844085,"url":"https://github.com/alphasentaurii/alphasentaurii","last_synced_at":"2026-05-09T16:35:15.811Z","repository":{"id":48498137,"uuid":"219685819","full_name":"alphasentaurii/alphasentaurii","owner":"alphasentaurii","description":"Ru's Blog","archived":false,"fork":false,"pushed_at":"2024-12-18T16:02:29.000Z","size":392618,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-18T17:19:04.954Z","etag":null,"topics":["blog","datascience","python","ru","rukein"],"latest_commit_sha":null,"homepage":"http://alphasentaurii.com","language":"JavaScript","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/alphasentaurii.png","metadata":{"files":{"readme":"README-old.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-11-05T07:42:41.000Z","updated_at":"2024-12-18T16:01:29.000Z","dependencies_parsed_at":"2024-11-01T18:35:08.725Z","dependency_job_id":null,"html_url":"https://github.com/alphasentaurii/alphasentaurii","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alphasentaurii/alphasentaurii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasentaurii%2Falphasentaurii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasentaurii%2Falphasentaurii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasentaurii%2Falphasentaurii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasentaurii%2Falphasentaurii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphasentaurii","download_url":"https://codeload.github.com/alphasentaurii/alphasentaurii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasentaurii%2Falphasentaurii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010651,"owners_count":26084783,"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-10-12T02:00:06.719Z","response_time":53,"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":["blog","datascience","python","ru","rukein"],"created_at":"2025-10-12T07:03:36.511Z","updated_at":"2025-10-12T07:04:43.024Z","avatar_url":"https://github.com/alphasentaurii.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jekyll-theme-console\n\nA jekyll theme with inspiration from linux consoles for hackers, developers and script kiddies.\n\n\u003cimg src=\"https://raw.githubusercontent.com/b2a3e8/jekyll-theme-console/master/screenrec-dark.gif\" width=\"550\" title=\"Screenshot\"\u003e\n\n## Demo\n\n[https://b2a3e8.github.io/jekyll-theme-console/](https://b2a3e8.github.io/jekyll-theme-console/)\n\nsource code: [https://github.com/b2a3e8/jekyll-theme-console/tree/gh-pages](https://github.com/b2a3e8/jekyll-theme-console/tree/gh-pages)\n\n\n## Installation\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"jekyll-theme-console\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: jekyll-theme-console\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jekyll-theme-console\n\n## Usage\n\nIn addition to jekyll's default configuration options, you can provide:\n- `header_pages` to specify which pages should be displayed in navbar\n- `footer` string, which will be inserted on the end of the page (doesn't support markup, but html)\n- `google_analytics` tracking id (tracking will be enabled only in production environments)\n- `listen_for_clients_preferred_style` boolean, used to allow users to choose theme based on their preferences (mostly affected by OS dark or light theme, details see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)\n\n```yaml\nheader_pages:\n  - index.md\n  - about.md\n\nstyle: dark # dark (default) or light\nlisten_for_clients_preferred_style: true # true or false (default)\n\nfooter: 'follow us on \u003ca href=\"https://twitter.com/xxx\"\u003etwitter\u003c/a\u003e'\n\ngoogle_analytics: UA-NNNNNNNN-N\n```\n\n## Customization\n\nIf you want to customize this theme, follow this steps:\n1. Fork this repository (you can use the fork as your own theme or directly as your website)\n2. Create or modify files in `_layouts` directory for html-based changes\n3. Create or modify files in `_sass` and `assets` for css-based changes\n   - You can change things which are used in light and dark theme (like font-size) in `_sass/base.scss`. You'll find style variables at the top.\n   - Style-specific definitions are in `_sass/_dark.scss` respectively in `_sass/_light.scss`. You can change things like background-color there.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/b2a3e8/jekyll-theme-console. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-console.gemspec` accordingly.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphasentaurii%2Falphasentaurii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphasentaurii%2Falphasentaurii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphasentaurii%2Falphasentaurii/lists"}