{"id":14037169,"url":"https://github.com/yizeng/jekyll-theme-simple-texture","last_synced_at":"2025-10-18T18:04:40.312Z","repository":{"id":21400601,"uuid":"92592889","full_name":"yizeng/jekyll-theme-simple-texture","owner":"yizeng","description":"A gem-based responsive simple texture styled Jekyll theme.","archived":false,"fork":false,"pushed_at":"2023-09-12T15:34:51.000Z","size":3226,"stargazers_count":191,"open_issues_count":7,"forks_count":218,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-09T21:18:55.713Z","etag":null,"topics":["jekyll","jekyll-site","jekyll-theme","responsive"],"latest_commit_sha":null,"homepage":"https://yizeng.github.io/jekyll-theme-simple-texture/","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/yizeng.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":"2017-05-27T10:52:29.000Z","updated_at":"2025-02-03T02:53:40.000Z","dependencies_parsed_at":"2024-06-19T02:49:57.547Z","dependency_job_id":"227a4dfc-2f01-4f5e-812a-901544435e4e","html_url":"https://github.com/yizeng/jekyll-theme-simple-texture","commit_stats":{"total_commits":65,"total_committers":5,"mean_commits":13.0,"dds":"0.46153846153846156","last_synced_commit":"c3f7cf75b98aea04a20e8f6188b818d1230cbb2e"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yizeng%2Fjekyll-theme-simple-texture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yizeng%2Fjekyll-theme-simple-texture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yizeng%2Fjekyll-theme-simple-texture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yizeng%2Fjekyll-theme-simple-texture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yizeng","download_url":"https://codeload.github.com/yizeng/jekyll-theme-simple-texture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111973,"owners_count":21049578,"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":["jekyll","jekyll-site","jekyll-theme","responsive"],"created_at":"2024-08-12T03:02:33.056Z","updated_at":"2025-10-18T18:04:40.203Z","avatar_url":"https://github.com/yizeng.png","language":"SCSS","funding_links":[],"categories":["SCSS"],"sub_categories":[],"readme":"# Simple Texture Jekyll Theme\n\n![Gem Version](https://img.shields.io/gem/v/jekyll-theme-simple-texture.svg)\n\nSimple Texture is a gem-based responsive simple texture styled Jekyll theme for [Jekyll][Jekyll] 3.3 or above,\nwhich can also be forked as a boilerplate for older versions of Jekyll.\n\n## Demo\n\n- Starter-kit demo:\n\u003chttps://yizeng.github.io/jekyll-theme-simple-texture/\u003e\n- My own personal blog: \u003chttps://yizeng.me/blog\u003e\n\n![Screenshot - Home](assets/images/screenshots/homepage.png)\n\n![Screenshot - Blog](assets/images/screenshots/post.png)\n\n## Installation\n\n### As a Jekyll theme gem (Jekyll \u003e= 3.3)\n\nIf you are creating a new website or blog,\nplease follow the commands below first:\n\n1. Install Jekyll and [Bundler][Bundler]\n\n       gem install jekyll bundler\n\n2. Create a new Jekyll app\n\n       jekyll new jekyllapp\n\n3. Enter the new directory\n\n       cd jekyllapp\n\n4. Then follow the instructions below like existing Jekyll app.\n\nThen for existing Jekyll apps,\n\n1. Install Bundler if haven't done so.\n\n       gem install bundler\n\n1. Remove Jekyll auto-generated default pages `404.html`, `about.markdown` and `index.markdown` or any your custom layouts or existing theme files.\n\n1. Remove the existing `Gemfile.lock`.\n\n1. Download the respository [here](https://github.com/yizeng/jekyll-theme-simple-texture/archive/master.zip)\nand locate `starter-kit` folder,\nor download `starter-kit` folder directly [here](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/yizeng/jekyll-theme-simple-texture/tree/master/starter-kit).\n\n1. Put everything in the `starter-kit` in the root directory,\ni.e. `jekyllapp` in this example.\n\n1. Run `bundle install` to install dependencies.\n\n1. Run Jekyll with `bundle exec jekyll serve`\n\n1. Hack away at \u003chttp://localhost:4000\u003e!\n\n### As a fork\n\n1. Fork the repo [here](https://github.com/yizeng/jekyll-theme-simple-texture#fork-destination-box)\n\n2. Clone the repo just forked.\n\n       git clone git@github.com:[YOUR_USERNAME]/jekyll-theme-simple-texture.git\n\n3. Delete `starter-kit` folder and `jekyll-theme-simple-texture.gemspec` file (they're for people installing via gem)\n\n4. Install Bundler if haven't done so.\n\n       gem install bundler\n\n5. Update the `Gemfile` to look like the following:\n\n   ```ruby\n   source \"https://rubygems.org\"\n\n   gem \"github-pages\", group: :jekyll_plugins\n   ```\n\n6. Run `bundle install` to install dependencies.\n\n7. Run Jekyll with `bundle exec jekyll serve`\n\n8. Hack away at \u003chttp://localhost:4000\u003e!\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at \u003chttps://github.com/yizeng/jekyll-theme-simple-texture\u003e. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Credits\n\n- [Jekyll][Jekyll]\n  + [jekyll-feed](https://github.com/jekyll/jekyll-feed)\n  + [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from)\n  + [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)\n  + [jekyll-sitemap](https://github.com/jekyll/jekyll-sitemap)\n  + [Simple-Jekyll-Search](https://github.com/christian-fei/Simple-Jekyll-Search)\n  + [Jekyll-Bootstrap](http://jekyllbootstrap.com/)\n  + [theme-the-program](https://github.com/jekyllbootstrap/theme-the-program)\n\n- [Sass](http://sass-lang.com/)\n  + [Normalize.css](https://necolas.github.io/normalize.css/)\n  + [Animate.css](https://daneden.github.io/animate.css/)\n  + [Simple Icons](https://simpleicons.org/)\n  + [Noise Texture Generator](http://www.noisetexturegenerator.com/)\n- JavaScript\n  + [cdnjs](https://cdnjs.com/)\n  + [jQuery](https://jquery.com/)\n  + [fullPage.js](https://alvarotrigo.com/fullPage/)\n  + [pace.js](http://github.hubspot.com/pace/docs/welcome/)\n  + [Modernizr](https://modernizr.com/)\n  + [FancyBox](http://fancybox.net/)\n  + [unveil.js](http://luis-almeida.github.io/unveil/)\n- Fonts\n  + [Font Squirrel](https://www.fontsquirrel.com/)\n  + [Bitter](https://fonts.google.com/specimen/Bitter)\n  + [Junge](https://fonts.google.com/specimen/Junge)\n  + [Ubuntu Condensed](https://fonts.google.com/specimen/Ubuntu+Condensed)\n\n## License\n\nThe theme is available as open source under the terms of the\n[MIT License](https://github.com/yizeng/jekyll-theme-simple-texture/blob/master/LICENSE).\n\n    MIT License\n\n    Copyright (c) 2017 Yi Zeng\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n\n[Jekyll]: http://jekyllrb.com/\n[Bundler]: https://bundler.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyizeng%2Fjekyll-theme-simple-texture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyizeng%2Fjekyll-theme-simple-texture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyizeng%2Fjekyll-theme-simple-texture/lists"}