{"id":15020996,"url":"https://github.com/ayltai/kiss","last_synced_at":"2026-03-04T10:03:21.906Z","repository":{"id":75292971,"uuid":"196792734","full_name":"ayltai/kiss","owner":"ayltai","description":"A minimalist Jekyll theme for personal blogs with KISS principle applied. Made with ❤","archived":false,"fork":false,"pushed_at":"2020-02-19T02:11:31.000Z","size":584,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T08:24:42.404Z","etag":null,"topics":["blog","blog-theme","jekyll","jekyll-blog","jekyll-theme","jekyll-website","minimalist","website"],"latest_commit_sha":null,"homepage":"https://ayltai.github.io/kiss","language":"CSS","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/ayltai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-14T04:18:11.000Z","updated_at":"2022-03-20T09:53:27.000Z","dependencies_parsed_at":"2023-06-06T01:30:11.008Z","dependency_job_id":null,"html_url":"https://github.com/ayltai/kiss","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.4375,"last_synced_commit":"5186bf844dbc52374754bd234e4aeabddea74bc4"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ayltai/kiss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fkiss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fkiss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fkiss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fkiss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayltai","download_url":"https://codeload.github.com/ayltai/kiss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fkiss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":["blog","blog-theme","jekyll","jekyll-blog","jekyll-theme","jekyll-website","minimalist","website"],"created_at":"2024-09-24T19:55:59.577Z","updated_at":"2026-03-04T10:03:21.882Z","avatar_url":"https://github.com/ayltai.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kiss\n\n[![PageSpeed(Desktop)](https://img.shields.io/badge/PageSpeed%20(Desktop)-100-success.svg?style=flat)](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fayltai.github.io%2Fkiss\u0026tab=desktop)\n[![PageSpeed (Mobile)](https://img.shields.io/badge/PageSpeed%20(Mobile)-98-success.svg?style=flat)](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fayltai.github.io%2Fkiss\u0026tab=mobile)\n[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ayltai/kiss.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ayltai/kiss/context:javascript)\n![Release](https://img.shields.io/github/release/ayltai/kiss.svg?style=flat)\n![License](https://img.shields.io/github/license/ayltai/kiss.svg?style=flat)\n\nKiss is a minimalist Jekyll theme for personal blogs with [KISS principle](https://en.wikipedia.org/wiki/KISS_principle) applied.\n\n[View demo website](https://ayltai.github.io/kiss)\n\n![Screenshot](screenshot.png \"Screenshot\")\n\n## Features\n\n* Fully compatible with [GitHub Pages](https://pages.github.com/)\n* Support Jekyll [gem-based](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes) [remote theme](https://github.blog/2017-11-29-use-any-theme-with-github-pages/)\n* Supports [Google Analytics](https://analytics.google.com/analytics/web/)\n* Post comments powered by [Disqus](https://disqus.com/)\n* Search engine optimization\n* Supports [Font Awesome](https://fontawesome.com/)\n* Code syntax highlighting\n\n## Usage\n\n1. Use `remote_theme: ayltai/kiss` in your `Gemfile`.\n2. Copy [`_data/settings.yml`](blob/master/_data/settings.yml) and customize as you need.\n3. Create `index.html` that uses `home` layout.\n4. If your site supports RSS feed, create `feed.xml` that uses `feed` layout.\n5. Create your first post in `_posts` folder.\n\n## File structure\n\n```\nkiss/\n├─ _data/          # Data files go here\n| └- settings.yml  # Theme settings\n├─ _includes/      # Theme includes (Overridable)\n├─ _layouts/       # Theme layouts (Overridable)\n├─ _posts/         # Your posts go here\n├─ assets/         # JS, CSS and images go here\n| ├─ css/          # CSS files go here\n| | ├─ main.css    # CSS for the theme (Overridable)\n| | └- syntax.css  # CSS for code syntax highlighting (Overridable)\n| └- img/          # Images go here\n├─ pages/          # Additional pages that shows as menu items go here\n| └- about.md      # About page\n├─ _config.yml     # Site settings\n├─ 404.html        # Page to be display when requested URL does not exist (Overridable)\n├─ feed.xml        # For generating RSS 2.0 feed\n├─ Gemfile         # Ruby Gemfile\n└- index.html      # Home page\n```\n\nMore information about these file structure can be found in [Jekyll documentation](https://jekyllrb.com/docs/structure/).\n\n## Configurations\n\n### Site configuration\n\nCopy [`_config.yml`](blob/master/_config.yml) and change the site variables:\n\n```yml\n# Site settings\ntitle       : # Name of the website\ndescription : # Subtitle of the website\nauthor      : # Default post author name\n```\n\nMore information about site configuration can be found in [Jekyll documentation](https://jekyllrb.com/docs/configuration/).\n\n### Theme configuration\n\nCopy [`_data/settings.yml`](blob/master/_data/settings.yml) and change the theme variables:\n\n```yml\nfavicon :    # The favicon of the website\n\nmenu:        # Menu item array\n  - { name : 'Home' }\n  - { name : 'About', path : 'pages', url : 'about.html' }\n\nauthors:     # Post author array\n  - { name : 'Alan Tai', url : 'https://www.linkedin.com/in/ayltai' }\n\nsocial:      # FontAwesome icons linked to external websites; to be shown in footer\n  - { icon : 'github',     url : 'https://github.com/ayltai' }\n  - { icon : 'linkedin',   url : 'https://github.com/ayltai' }\n  - { icon : 'rss-square', url : '/feed.xml' }\n\npagination:\n  previous : # Label that represents \"older posts\"\n  next     : # Label that represents \"newer posts\"\n\n```\n\n### Content creation\n\n#### Home page\n\nYou need to create an `index.html` file as your home page with at least the following content:\n\n```\n---\nlayout : home\n---\n```\n\n#### (Optional) RSS feed\n\nIf you want to support RSS feed for your website, you need to create `feed.xml` file with at least the following content:\n\n```\n---\nlayout : feed\n---\n```\n\n#### Posts\n\nYou can follow the [Jekyll documentation](https://jekyllrb.com/docs/posts/) on how to create posts.\n\n#### (Optional) About page\n\nIf you want to show the About page somewhere on your website, you can show it using the menu.\n\nCopy [`_data/settings.yml`](blob/master/_data/settings.yml) and change the theme variables:\n\n```yml\nmenu:\n  - { name : 'Home' }                                      # Home page, the path is [Base URL]\n  - { name : 'About', path : 'pages', url : 'about.html' } # About page, the path is [Base URL]/pages/about.html\n```\n\n### (Optional) Disqus integration\n\nThis theme supports comments at the end of posts through [Disqus](https://disqus.com/). You need to have a [Disqus](https://disqus.com/) account and set your [Disqus shortname](https://help.disqus.com/customer/portal/articles/466208) in [`_data/settings.yml`](blob/master/_data/settings.yml):\n\n```yml\ndisqus:\n  shortname : # Your Disqus shortname\n```\n\nIf you want to disable [Disqus](https://disqus.com/) comments, just don't add `disqus` section in [`_data/settings.yml`](blob/master/_data/settings.yml).\n\n### (Optional) Google Analytics integration\n\nThis theme supports [Google Analytics](https://analytics.google.com/analytics/web/). You need to have a [Google Analytics](https://analytics.google.com/analytics/web/) and set your [tracking ID](https://support.google.com/analytics/answer/1008080?visit_id=636988589985352940-1664182305\u0026rd=1#GAID) in [`_data/settings.yml`](blob/master/_data/settings.yml):\n\n```yml\ngoogle:\n  analytics : #UA-XXXXXXXXX-1\n```\n\nIf you want to disable [Google Analytics](https://analytics.google.com/analytics/web/), just don't add `google` section in [`_data/settings.yml`](blob/master/_data/settings.yml).\n\n## License\n\n[The MIT License](blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayltai%2Fkiss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayltai%2Fkiss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayltai%2Fkiss/lists"}