{"id":15201512,"url":"https://github.com/parmjotsinghrobot/jekyll-theme-dusk","last_synced_at":"2026-03-09T10:02:29.865Z","repository":{"id":65143902,"uuid":"582520797","full_name":"parmjotsinghrobot/jekyll-theme-dusk","owner":"parmjotsinghrobot","description":"A dark coloured Jekyll theme compatible with GitHub Pages, with emphasis on elegance?","archived":false,"fork":false,"pushed_at":"2024-01-22T06:04:48.000Z","size":3060,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-03T00:36:43.037Z","etag":null,"topics":["github-pages","github-pages-theme","jekyll","jekyll-theme","ruby-gem","website-theme"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parmjotsinghrobot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-12-27T05:03:31.000Z","updated_at":"2024-01-22T04:54:02.000Z","dependencies_parsed_at":"2024-05-03T17:07:05.134Z","dependency_job_id":"e6d4acf1-f290-415e-b881-222a8734fd76","html_url":"https://github.com/parmjotsinghrobot/jekyll-theme-dusk","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"f25f61b2f971c7a5aa5514da8e9d55fa8d96f7cf"},"previous_names":["parmjotsinghrobot/jekyll-theme-dusk","parmjot-singh/jekyll-theme-dusk"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/parmjotsinghrobot/jekyll-theme-dusk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmjotsinghrobot%2Fjekyll-theme-dusk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmjotsinghrobot%2Fjekyll-theme-dusk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmjotsinghrobot%2Fjekyll-theme-dusk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmjotsinghrobot%2Fjekyll-theme-dusk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parmjotsinghrobot","download_url":"https://codeload.github.com/parmjotsinghrobot/jekyll-theme-dusk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmjotsinghrobot%2Fjekyll-theme-dusk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["github-pages","github-pages-theme","jekyll","jekyll-theme","ruby-gem","website-theme"],"created_at":"2024-09-28T03:04:50.389Z","updated_at":"2026-03-09T10:02:29.850Z","avatar_url":"https://github.com/parmjotsinghrobot.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dusk\n\n### Jekyll Theme\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/Parmjot-Singh/jekyll-theme-dusk/master/LICENSE.txt)\n[![Ruby gem](https://img.shields.io/gem/v/jekyll-theme-dusk?color=yellow\n)](https://rubygems.org/gems/jekyll-theme-dusk)\n[![GitHub Releases](https://img.shields.io/github/v/release/Parmjot-Singh/jekyll-theme-dusk?color=yellow)](https://github.com/Parmjot-Singh/jekyll-theme-dusk/releases/latest)\n\nA dark Jekyll theme compatible with GitHub Pages, with emphasis on elegance.\n\n### WARNING\nThis theme assumes that your images are stored at\n````\n/assets/images\n````\nIt's good practice to put your assets in an assets folder, in my opinion at least.\n\n## Installation\n\nAdd this line to your Jekyll site's `Gemfile`:\n```ruby\n\ngem \"jekyll-theme-dusk\", \"~\u003e 0.5.2\"\n```\nAnd add this line to your Jekyll site's `_config.yml`:\n```yaml\n\ntheme: jekyll-theme-dusk\n```\nAnd then execute:\n```\n$ bundle\n```\nOr install it yourself as:\n```\n$ gem install jekyll-theme-dusk\n```\n## Usage\n\nThis theme has many features in it. They are written here so that it is easier to use them.\n\n- ### Navigation Menu\n  To edit entries in the navigation menu, edit;\n  ```\n  _data/navigation.yml\n  ```\n  and add your pages, and icons if you want them.  \n  Here is an example:\n  ```\n  yaml\n  - name: Home\n    icon: \n    link: /\n  - name: About\n    icon: /assets/images/about-icon.png\n    link: /about.html\n  - name: Blog\n    icon: /assets/images/blog-icon.png\n    link: /blog.html\n  ```\n  ![Editing the navigation menu, as a GIF](.readme/edit-nav.gif \"Edit the navigation menu\")  \n  Crunchy gif :)\n\n- ### Image Galleries\n\n  *This one is a bit complicated, but is pretty cool in my opinion.*  \n  If you want to create a gallery, you will need to do a few things.  \n  **In this section, replace [GALLERY_NAME] with the name of a gallery. This must be the same for all parts if you want to use the gallery without issues.**  \n\n  1. Create the folders at the paths:\n  ```\n  /assets/images/gallery/\n  \n  /assets/images/gallery/[GALLERY_NAME]/\n  \n  /data/galleries/\n  ```\n  2. Place your images at ```/assets/images/gallery/[GALLERY_NAME]/(your images)```\n  Replace ```(your images)``` with *your images*. What did you expect?\n  \n  3. Place a file at ```_data/galleries``` called ```[GALLERY_NAME].yml``` and add the names of your images according to the example below:\n  ```\n  yaml\n  - image: tux.jpg\n  - image: tux-flag.jpg\n  - image: tux-old.jpg\n  - image: tux-trollface.jpg\n  - image: tux-unfaithful.jpg\n  ```\n  \n  4. Place the following code into anywhere you want to add an image gallery:\n  ```\n  liquid\n  {%- include image-gallery.html gallery_id=\"[GALLERY_NAME]\" -%}\n  ```\n  \n  5. Enjoy your images!\n  \n  ![Example of image gallery feature](.readme/image-gallery.png \"Example of image gallery feature\")\n  Located at ```_posts/2023-04-21-hello-world.md```\n  \n  - ### Home Page\n\n  To edit the home page, you need to include a title for the page, and a small summary.  \n  This can be found in the front matter. Here is an example.\n  ```\n  yaml\n  layout: home\n  permalink: /\n  title: \"Dusk\"\n  summary: \"Dusk is a theme built for GitHub Pages.\"\n  ```\n\n  You do not need the title or summary variables, as the variables ```{{ site.title }}``` and ```{{ site.description }}``` can be set in your ```_config.yml``` file as well, which is the default. This does override the other though.\n\n- ### Blog Page\n\n  This page contains all your posts that you have made on your website. All you need to do is just to make some posts, and then they will all appear there.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/Parmjot-Singh/jekyll-theme-dusk. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.\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%2Fparmjotsinghrobot%2Fjekyll-theme-dusk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparmjotsinghrobot%2Fjekyll-theme-dusk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmjotsinghrobot%2Fjekyll-theme-dusk/lists"}