{"id":14979494,"url":"https://github.com/samarsault/texture","last_synced_at":"2025-04-04T14:06:42.308Z","repository":{"id":56515352,"uuid":"194412182","full_name":"samarsault/texture","owner":"samarsault","description":"A configurable jekyll theme for simply beautiful blogs.","archived":false,"fork":false,"pushed_at":"2024-07-01T04:42:02.000Z","size":1992,"stargazers_count":221,"open_issues_count":3,"forks_count":340,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T13:05:57.786Z","etag":null,"topics":["configurable-theme","jekyll","theme"],"latest_commit_sha":null,"homepage":"https://samarsault.com/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/samarsault.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}},"created_at":"2019-06-29T14:05:37.000Z","updated_at":"2025-02-15T16:43:29.000Z","dependencies_parsed_at":"2023-07-15T15:25:11.150Z","dependency_job_id":"d7439af7-850a-463b-8708-a8a4c4641127","html_url":"https://github.com/samarsault/texture","commit_stats":{"total_commits":34,"total_committers":12,"mean_commits":"2.8333333333333335","dds":0.5294117647058824,"last_synced_commit":"593476327d10f93220d1fcb16fa235e47b6f0f19"},"previous_names":["thelehhman/texture"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarsault%2Ftexture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarsault%2Ftexture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarsault%2Ftexture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarsault%2Ftexture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samarsault","download_url":"https://codeload.github.com/samarsault/texture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247187630,"owners_count":20898339,"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":["configurable-theme","jekyll","theme"],"created_at":"2024-09-24T14:00:08.842Z","updated_at":"2025-04-04T14:06:42.285Z","avatar_url":"https://github.com/samarsault.png","language":"SCSS","funding_links":["https://paypal.me/thelehhman"],"categories":[],"sub_categories":[],"readme":"# texture\n\nA configurable jekyll theme for simply beautiful blogs.\n\n**Demo**: [samarsault.com/texture](https://samarsault.com/texture)\n\n![texture theme preview](/screen1.png)\n\n\n## Installation on Github Pages\n\nAdd this line to your site's `_config.yml`:\n```yaml\nremote_theme: samarsault/texture\n```\n\n**NOTE: If you are forking this repo, remove `base_url: /texture` in the `_config.yml` which is required to load the required website assets**\n## Installation\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"texture\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: texture\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install texture\n\n## Usage\n\nThe \"texture\" key in _config.yml is used to customize the theme data.\n```yaml\ntexture:\n  title: Adam Denisov\n  tagline: Developer. Designer\n  date_format: \"%b %-d, %Y\"\n\n  social_links:\n    twitter: thelehhman\n    github:  thelehhman\n    linkedIn: in/thelehhman # format: locale/username\n```\n\n**Styling**\n\nMultiple header styles are supported using the \"style\" property under texture in `_config.yml`.\n\n```yaml\ntexture:\n  style: [yellow|red|black|blue|green|purple]\n```\n\nFor example, the blue style looks like this:\n\n![texture theme blue](/screen2.png)\n\n\n**Texture Picker**\n\nYou can toggle the texture picker to show/experiment various textures on your site using the showPicker variable. Remember to make it `false` for production.\n\n```yaml\ntexture:\n  showPicker: [false|true] # show the texture selector(development purposes)\n```\n\n**Comments (Disqus)**\n\nComments on posts can be enabled by specifying your disqus_shortname under texture in `_config.yml`. For example,\n```yaml\ntexture:\n  disqus_shortname: games\n```\n\n**Google Analytics**\n\nIt can be enabled by specifying your analytics id under texture in `_config.yml`\n```yaml\ntexture:\n  analytics_id: '\u003c YOUR ID \u003e'\n```\n\n**Excerpts**\n\nExcerpts can be enabled by adding the following line to your `_config.yml`\n```yaml\nshow_excerpts: true\n```\n\n**Toggle Navbar**\n\n```yaml\ntexture:\n  showNav: true\n```\n\n**Navigation**\n\nAfter setting `showNav` to true navigation can be built by adding the following to your `_config.yml`\n\n```yaml\ntexture:\n  navigation:\n    - title: My Work\n      url: \"/my-work\"\n    - title: Resume\n      url: \"/resume\"\n```\n\n**Layouts**\n\n- Home\n- Page\n- Post\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/samarsault/texture. 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## 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 `texture.gemspec` accordingly.\n\n## Donation\nIf this project help you reduce time to develop, you can give me a cup of coffee :) \n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/thelehhman)\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## More Themes\n[plainwhite](https://github.com/samarsault/plainwhite-jekyll)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarsault%2Ftexture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamarsault%2Ftexture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarsault%2Ftexture/lists"}