{"id":17209438,"url":"https://github.com/jmathai/jmathai.github.com","last_synced_at":"2026-05-01T10:32:12.490Z","repository":{"id":1078620,"uuid":"922725","full_name":"jmathai/jmathai.github.com","owner":"jmathai","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-27T02:23:05.000Z","size":26243,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-27T09:44:26.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmathai.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2010-09-19T15:31:22.000Z","updated_at":"2026-01-27T02:23:08.000Z","dependencies_parsed_at":"2025-01-07T06:24:44.721Z","dependency_job_id":"c3a98b12-223a-4da0-a057-63ea8815a092","html_url":"https://github.com/jmathai/jmathai.github.com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmathai/jmathai.github.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmathai%2Fjmathai.github.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmathai%2Fjmathai.github.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmathai%2Fjmathai.github.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmathai%2Fjmathai.github.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmathai","download_url":"https://codeload.github.com/jmathai/jmathai.github.com/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmathai%2Fjmathai.github.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":[],"created_at":"2024-10-15T02:51:36.387Z","updated_at":"2026-05-01T10:32:12.472Z","avatar_url":"https://github.com/jmathai.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# So Simple Theme\n\nLooking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes/) -- by designer slash illustrator [Michael Rose](http://mademistakes.com).\n\n[![Build Status](https://travis-ci.org/mmistakes/so-simple-theme.svg?branch=master)](https://travis-ci.org/mmistakes/so-simple-theme)\n\n## So Simple Theme is all about:\n\n* Responsive templates. Looking good on mobile, tablet, and desktop.\n* Readable typography to make your words shine.\n* Gracefully degrading in older browsers. Compatible with Internet Explorer 9+ and all modern browsers.\n* Minimal embellishments and subtle animations.\n* Support for large images to call out your favorite posts.\n* Disqus comments if you choose to enable.\n* Tags for [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) for a better social sharing experience.\n* Vanilla [custom 404 page]({{ site.url }}/404.html) to get you started.\n* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/articles/so-simple-theme/code-highlighting-post/) to make your code examples look snazzy.\n* Simple search that overlays results based on post title.\n* Grunt build script for easier theme development.\n* [Sitemap](https://github.com/mmistakes/so-simple-theme/blob/master/sitemap.xml) for search engines\n\n![screenshot of So Simple Theme](http://mmistakes.github.io/so-simple-theme/images/so-simple-theme-preview.jpg)\n\nGeneral notes and suggestions for customizing So Simple Theme.\n\n---\n\n## Basic Setup for new Jekyll site\n\n1. [Install Bundler](http://bundler.io) `gem install bundler` and then install [Jekyll](http://jekyllrb.com) and all dependencies `bundle install`.\n2. Fork the [So Simple Theme repo](https://github.com/mmistakes/so-simple-theme/fork).\n3. Clone the repo you just forked and rename it.\n4. Edit `_config.yml` to personalize your site.\n5. Check out the sample posts in `_posts` to see examples for pulling in large feature images, assigning categories and tags, and other YAML data.\n6. Read the documentation below for further customization pointers and documentation.\n\n[Demo the Theme](http://mmistakes.github.io/so-simple-theme/)\n\n**Pro-tip:** Remove the sample posts in `_posts` and the `gh-pages` branch after cloning. There is a bunch of garbage in the `gh-pages` branch used for the theme's demo site.\n\n---\n\n## Setup for Existing Jekyll site\n\n1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.\n2. Clone the following files and personalize content as need: `about.md`, `articles.html`, `index.html`, `tags.html`, `feed.xml`, and `sitemap.xml`.\n3. Set the following variables in your `config.yml` file:\n\n``` yaml\ntitle:            Site Title\ndescription:      Site description for the metas.\nlogo:             site-logo.png\ndisqus_shortname: shortname\nsearch:           true\n# Your site's domain goes here. When working locally use localhost server leave blank\n# PS. If you set this wrong stylesheets and scripts won't load and most links will break.\n# PPS. If you leave it blank for local testing home links won't work, they'll be fine for live domains though.\nurl:              http://localhost:4000\n\n# Owner/author information\nowner:\n  name:           Your Name\n  avatar:         your-photo.jpg\n  email:          your@email.com\n  # Social networking links used in footer. Update and remove as you like.\n  twitter:\n  facebook:\n  github:\n  linkedin:\n  instagram:\n  tumblr:\n  # For Google Authorship https://plus.google.com/authorship\n  google_plus:    \"http://plus.google.com/123123123123132123\"\n\n# Analytics and webmaster tools stuff goes here\ngoogle_analytics:\ngoogle_verify:\n# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here\nbing_verify:\n\n# Links to include in top navigation\n# For external links add external: true\nlinks:\n  - title: About\n    url: /about\n  - title: Articles\n    url: /articles\n  - title: Google\n    url: http://google.com\n    external: true\n\n# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones\ntimezone:    America/New_York\npygments:    true\nmarkdown:    kramdown\n\n# https://github.com/mojombo/jekyll/wiki/Permalinks\npermalink:   /:categories/:title/\n```\n\n---\n\n## Folder Structure\n\n``` bash\nso-simple-theme/\n├── _includes/\n|    ├── browser-upgrade.html  #prompt to upgrade browser on \u003c IE8\n|    ├── footer.html  #site footer\n|    ├── head.html  #site head\n|    ├── navigation.html #site navigation and masthead\n|    └── scripts.html  #jQuery, plugins, GA, etc.\n├── _layouts/\n|    ├── page.html  #page layout\n|    └── post.html  #post layout\n├── _posts/\n├── assets/\n|    ├── css/  #preprocessed less styles\n|    ├── fonts/  #icon webfonts\n|    ├── js/\n|    |   ├── _main.js  #main JavaScript file, plugin settings, etc\n|    |   ├── plugins  #jQuery plugins\n|    |   └── vendor/  #jQuery and Modernizr\n|    └── less/\n├── images  #images for posts and pages\n├── _config.yml  #Jekyll site options\n├── about.md  #about page\n├── articles.html  #lists all posts from latest to oldest\n├── index.html  #homepage. lists 10 latest posts\n├── tags.html  #lists all posts sorted by tag\n└── sitemap.xml  #autogenerated sitemap for search engines\n```\n\n---\n\n## Customization\n\nFor full customization details and more information on the theme check out the [So Simple theme setup guide](http://mmistakes.github.io/so-simple-theme/theme-setup/).\n\n---\n\n## Questions?\n\nHaving a problem getting something to work or want to know why I setup something in a certain way? Ping me on Twitter [@mmistakes](http://twitter.com/mmistakes) or [file a GitHub Issue](https://github.com/mmistakes/so-simple-theme/issues/new).\n\n---\n\n## License\n\nThis theme is free and open source software, distributed under the [GNU General Public License](LICENSE) version 2 or later. So feel free to to modify this theme to suit your needs.\n\nIf you'd like to give me credit somewhere on your blog or tweet a shout out to [@mmistakes](https://twitter.com/mmistakes), that would be pretty sweet.\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mmistakes/so-simple-theme/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmathai%2Fjmathai.github.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmathai%2Fjmathai.github.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmathai%2Fjmathai.github.com/lists"}