{"id":14979523,"url":"https://github.com/toshimaru/jekyll-theme-classless-simple","last_synced_at":"2025-10-28T18:31:57.166Z","repository":{"id":40449245,"uuid":"438822517","full_name":"toshimaru/jekyll-theme-classless-simple","owner":"toshimaru","description":"Jekyll theme with simple.css, classless CSS framework.","archived":false,"fork":false,"pushed_at":"2024-03-10T01:06:39.000Z","size":72,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-29T03:05:01.535Z","etag":null,"topics":["giscus","jekyll","jekyll-theme","ruby-gem"],"latest_commit_sha":null,"homepage":"https://jekyll-classless-simple.toshimaru.net/","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/toshimaru.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}},"created_at":"2021-12-16T01:22:34.000Z","updated_at":"2023-05-13T01:24:54.000Z","dependencies_parsed_at":"2022-08-09T20:41:14.657Z","dependency_job_id":"5a4fb2ab-8f7f-4bee-b90a-f3a8e053c3e8","html_url":"https://github.com/toshimaru/jekyll-theme-classless-simple","commit_stats":{"total_commits":70,"total_committers":1,"mean_commits":70.0,"dds":0.0,"last_synced_commit":"affce69263fdda9859c16bd0dacd3df011174aa4"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-theme-classless-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-theme-classless-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-theme-classless-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-theme-classless-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/jekyll-theme-classless-simple/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859014,"owners_count":16556038,"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","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":["giscus","jekyll","jekyll-theme","ruby-gem"],"created_at":"2024-09-24T14:00:13.138Z","updated_at":"2025-10-28T18:31:51.815Z","avatar_url":"https://github.com/toshimaru.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/jekyll-theme-classless-simple.svg)](https://badge.fury.io/rb/jekyll-theme-classless-simple)\n[![Test](https://github.com/toshimaru/jekyll-theme-classless-simple/actions/workflows/ci.yml/badge.svg)](https://github.com/toshimaru/jekyll-theme-classless-simple/actions/workflows/ci.yml)\n\n# jekyll-theme-classless-simple\n\njekyll-theme-classless-simple is a Jekyll theme styled with [Simple.css](https://github.com/kevquirk/simple.css), a classless CSS framework.\n\n[![Demo site](https://user-images.githubusercontent.com/803398/167260765-5098243b-8b0b-4d01-82c0-d0b5b070a95d.png)](https://jekyll-classless-simple.toshimaru.net/)\n\n## Installation\n\n### via [remote_theme](https://github.com/benbalter/jekyll-remote-theme)\n\nAdd this line to your Jekyll site's `_config.yml`:\n\n```yml\nremote_theme: toshimaru/jekyll-theme-classless-simple\n```\n\n### via gem\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"jekyll-theme-classless-simple\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: jekyll-theme-classless-simple\n```\n\nAnd then execute:\n\n```console\n$ bundle\n```\n\n## Usage\n\n```yml\n# Specify theme\nremote_theme: toshimaru/jekyll-theme-classless-simple\n# Or,\n# theme: jekyll-theme-classless-simple\n\nclassless-simple:\n  syntax: monokai # syntax highlight theme\n\n# Set to enable Google Analytics\ngoogle_analytics: UA-XXX \n\n# Navigation links in header\nheader_pages:\n- home.md\n- about.md\n- categories.html\n\n# Specify your language (default: en)\n# lang: en\n\n# Comment form powered by Giscus\n# You can get the following values here: https://giscus.app/\ngiscus:\n  repo: github-user-id/repo-name\n  repo-id: R_xxx\n  category-id: DIC_xxx\n  # category: Announcements\n  # lang: en\n  # reactions-enabled: 1\n  # emit-metadata: 0\n  # input-position: bottom\n  # theme: light\n```\n\n## Layouts\n\nRefers to files within the `_layouts` directory, that define the markup for your theme.\n\n- `base.html`: The base layout that lays the foundation for subsequent layouts.\n- `home.html`: The layout for your landing-page / home-page / index-page.\n- `post.html`: The layout for your posts.\n- `page.html`: The layout for your documents that contain FrontMatter, but are not posts.\n\n## Includes\n\n- `footer.html`: Defines the site's footer section.\n- `head.html`: Code-block that defines the `\u003chead\u003e\u003c/head\u003e` in *default* layout.\n- `custom-head.html`: Placeholder to allow users to add more metadata to `\u003chead /\u003e`.\n- `header.html`: Defines the site's main header section. \n\n## Plugins\n\nThis theme depends on:\n\n- [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)\n- [jekyll-feed](https://github.com/jekyll/jekyll-feed)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/toshimaru/jekyll-theme-classless-simple. 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## 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-classless-simple.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%2Ftoshimaru%2Fjekyll-theme-classless-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2Fjekyll-theme-classless-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fjekyll-theme-classless-simple/lists"}