{"id":30805592,"url":"https://github.com/davidebri/gesko","last_synced_at":"2025-09-06T00:59:23.368Z","repository":{"id":39743788,"uuid":"363896457","full_name":"DavideBri/Gesko","owner":"DavideBri","description":"Gesko is a simple and minimalistic jekyll blogging theme.","archived":false,"fork":false,"pushed_at":"2024-11-18T14:37:34.000Z","size":2759,"stargazers_count":196,"open_issues_count":0,"forks_count":72,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-19T18:40:03.684Z","etag":null,"topics":["blog","blog-theme","github-page","jekyll","jekyll-theme","minimal","theme"],"latest_commit_sha":null,"homepage":"https://davidebri.github.io/Gesko/","language":"HTML","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/DavideBri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-05-03T10:42:54.000Z","updated_at":"2025-03-12T07:03:12.000Z","dependencies_parsed_at":"2024-05-21T14:31:47.757Z","dependency_job_id":"042c8162-7c1e-44fa-ab46-ef41dc2e15b9","html_url":"https://github.com/DavideBri/Gesko","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/DavideBri/Gesko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBri%2FGesko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBri%2FGesko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBri%2FGesko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBri%2FGesko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavideBri","download_url":"https://codeload.github.com/DavideBri/Gesko/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBri%2FGesko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842812,"owners_count":25177921,"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-09-05T02:00:09.113Z","response_time":402,"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","blog-theme","github-page","jekyll","jekyll-theme","minimal","theme"],"created_at":"2025-09-06T00:59:21.706Z","updated_at":"2025-09-06T00:59:23.350Z","avatar_url":"https://github.com/DavideBri.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gesko\n\nSimple and minimal Jekyll blog. \nForked from [Asko](https://github.com/manuelmazzuola/asko).\nOriginal theme from [Sidey](https://github.com/ronv/sidey).\n\n### Features\n\n- [x] Responsive Design\n- [x] Dark/Ligh theme 🌗\n- [x] Inline CSS\n- [x] Anchor headings\n- [x] Tags \u0026 Tag pages \n- [x] 404 page \n- [x] Robots.txt 🤖\n- [x] Atom \u0026 Json feeds 📡\n- [x] Sass \n- [x] About page, with Timeline! 🗣️\n- [x] PageSpeed and w3Validator tests PASSED ✔️\n- [x] Search bar 🔎\n- [x] Next \u0026 Previous Post ⏮️ ⏭️\n- [x] Automatic/Manual reading time estimation 🕐\n- [x] Disqus section (optional) ✍️ \n\n\n## Screenshot\n\n![light-theme](https://github.com/DavideBri/Gesko/blob/master/light-theme.jpg)\n![dark-theme](https://github.com/DavideBri/Gesko/blob/master/dark-theme.jpg)\n\n## Installation\n\nBe sure to have all [you need](https://jekyllrb.com/docs/installation/) before running anything. \n\nRun local server:\n\n```bash\n$ git clone https://github.com/DavideBri/Gesko.git\n$ cd Gesko\n$ bundle install\n$ bundle exec jekyll build\n$ bundle exec jekyll serve\n```\n\nNavigate to `localhost:4000`. You're Welcome, Fork and be Stargazer.\nIf you want to upload it to Github Pages, remember to update the `_congif.yml` and if you are going to upload in a repo called yournickname.github.io, remember to update the `{{ site.baseurl }}` to `{{ site.url }}` .\nNote that there is also a gtag in the [`_layouts/default.html`](https://github.com/DavideBri/Gesko/blob/6776e4afc384dc3d50ce2001715929c8e70a914c/_layouts/default.html#L9), you should remove it.\n\nTo create new tag, create a folder in `tag/` with the name of the new one. In this folder add an `index.html` file and just add this header:\n```\n---\nlayout: tag\ntag: yourNewTag\n---\n```\nThen build again and you're ready!!\n\n## Contributing\n\nYeaaa feel free to open a pull request.\n\n\nIf you see any typos or formatting errors in a post, or want to helping reduce backlogs or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!, please read [contributing](./CONTRIBUTING.md) before PR.\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidebri%2Fgesko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidebri%2Fgesko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidebri%2Fgesko/lists"}