{"id":18811869,"url":"https://github.com/silentsoft/silentsoft.org","last_synced_at":"2026-01-25T20:10:05.118Z","repository":{"id":107724831,"uuid":"289909525","full_name":"silentsoft/silentsoft.org","owner":"silentsoft","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-02T18:43:25.000Z","size":1824,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T03:38:27.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/silentsoft.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},"funding":{"github":"silentsoft","patreon":"silentsoft","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"silentsoft.org/donate"}},"created_at":"2020-08-24T11:30:53.000Z","updated_at":"2022-08-10T02:12:01.000Z","dependencies_parsed_at":"2023-06-08T20:46:50.485Z","dependency_job_id":null,"html_url":"https://github.com/silentsoft/silentsoft.org","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silentsoft/silentsoft.org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsilentsoft.org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsilentsoft.org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsilentsoft.org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsilentsoft.org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silentsoft","download_url":"https://codeload.github.com/silentsoft/silentsoft.org/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsilentsoft.org/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28757714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"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":"2024-11-07T23:28:12.149Z","updated_at":"2026-01-25T20:10:05.095Z","avatar_url":"https://github.com/silentsoft.png","language":"SCSS","funding_links":["https://github.com/sponsors/silentsoft","https://patreon.com/silentsoft","silentsoft.org/donate","https://www.patreon.com/artemsheludko"],"categories":[],"sub_categories":[],"readme":"# Derrick — Minimal Theme for Jekyll.\n\nDerrick is a clean minimal and fast theme for a personal blog.\n\n* * *\n\nTable of Contents\n-----------------\n*   [Features](#features)\n*   [Demo](#demo)\n*   [Deployment](#deployment)\n*   [Posts](#posts)\n*   [Disqus Comments](#DisqusComments)\n*   [Google Analytics](#GoogleAnalytics)\n*   [Update favicon](#UpdateFavicon)\n*   [Support](#Support)\n\n* * *\n\n### Features\n\n* 100% responsive and clean theme\n\n* Optimized for mobile devices\n\n* Minimal design\n\n* Valid HTML5 code\n\n* Post sharing\n\n* Supports Disqus Comments\n\n* Supports Google Analytics\n\n* Google Fonts\n\n\n* * *\n\n### Demo\n\nCheck the theme in action [Demo](https://derrick-jekyll.netlify.com)\n\n![Main page preview](https://github.com/artemsheludko/derrick/blob/master/assets/img/derrick-preview.jpg?raw=true)\n\n* * *\n\n### Deployment\n\nTo run the theme locally, navigate to the theme directory and run `bundle install` to install the dependencies, then run `jekyll serve` or `bundle exec jekyll serve` to start the Jekyll server.\n\nI would recommend checking the [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website.\n\n* * *\n\n### Posts\n\nTo create a new post, you can create a new markdown file inside the \\_posts directory by following the [recommended file structure](https://jekyllrb.com/docs/posts/#creating-post-files).\n\n      ---\n      layout: post\n      title: \"Welcome to Jekyll!\"\n      date: 2018-05-29 18:05:55 +0300\n      image: '/assets/img/03.jpg'\n      tags: Life\n      ---\n\n\nYou can set the tags and the post image.\n\nAdd post images to **/assets/img/** directory.\n\nFor tags, try to not add space between two words, for example, `Ruby on Rails`, could be something like (`ruby-on-rails`, `Ruby_on_Rails`, or `Ruby-on-Rails`).\n\n* * *\n\n### Disqus Comments\n\nDerrick Theme comes with Disqus comments enabled.\n\nOpen `_config.yml` file, and change the `mr-brown` value on line 28 with your [Disqus account shortname](https://help.disqus.com/customer/portal/articles/466208).\n\n      Comment Section (Disqus)\n      disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown\n\n\nThat’s all you need to setup Disqus from the theme side. If you get any issue regarding that comments are unable to load. First, make sure you have [registered your website with Disqus (Step 1)](https://help.disqus.com/customer/portal/articles/466182-publisher-quick-start-guide).\n\nAnd also check [Disqus troubleshooting guide](https://help.disqus.com/customer/portal/articles/472007-i-m-receiving-the-message-%22we-were-unable-to-load-disqus-%22) if you still have issues.\n\n* * *\n\n### Google Analytics\n\nTo integrate Google Analytics, open `_config.yml`, and add your Google Analytics identifier.\n\n    # Google Analytics\n    google-analytics: # Add your identifier. For example UA-99631805-1\n\n\n* * *\n\n### Update favicon\n\nYou can find the current favicon (favicon.ico) inside the theme root directory, just replace it with your new favicon.\n\n* * *\n### License\n\nMit License\n\n* * *\n\n### Support\n\n\u003cp\u003eIf you’d like to support me so I can continue to provide free content and themes you can become my sponsor on \u003ca href=\"https://www.patreon.com/artemsheludko\" target=\"_blank\"\u003ePatreon\u003c/a\u003e. \u003cb\u003eThank you for your support ❤️\u003c/b\u003e\u003cp\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentsoft%2Fsilentsoft.org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentsoft%2Fsilentsoft.org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentsoft%2Fsilentsoft.org/lists"}