{"id":14979361,"url":"https://github.com/artemsheludko/zolan","last_synced_at":"2025-04-05T04:13:08.112Z","repository":{"id":38006841,"uuid":"202336911","full_name":"artemsheludko/zolan","owner":"artemsheludko","description":"Zolan is a minimal blog theme for Jekyll. ","archived":false,"fork":false,"pushed_at":"2024-03-27T05:19:00.000Z","size":2341,"stargazers_count":217,"open_issues_count":4,"forks_count":277,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T03:11:25.571Z","etag":null,"topics":["blogging-site","clean-code","jekyll","jekyll-theme-minimalism","jekyll-themes","minimal","modern","sass","simple"],"latest_commit_sha":null,"homepage":"https://zolan-jekyll.netlify.app/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artemsheludko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-14T11:29:02.000Z","updated_at":"2025-03-27T08:06:45.000Z","dependencies_parsed_at":"2024-09-19T02:03:07.235Z","dependency_job_id":null,"html_url":"https://github.com/artemsheludko/zolan","commit_stats":{"total_commits":19,"total_committers":5,"mean_commits":3.8,"dds":"0.26315789473684215","last_synced_commit":"1ec6b49721e9ebf235386a00e527e0b5ce046c4a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fzolan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fzolan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fzolan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fzolan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemsheludko","download_url":"https://codeload.github.com/artemsheludko/zolan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"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":["blogging-site","clean-code","jekyll","jekyll-theme-minimalism","jekyll-themes","minimal","modern","sass","simple"],"created_at":"2024-09-24T13:59:52.682Z","updated_at":"2025-04-05T04:13:08.092Z","avatar_url":"https://github.com/artemsheludko.png","language":"SCSS","funding_links":["https://www.patreon.com/artemsheludko"],"categories":[],"sub_categories":[],"readme":"Zolan - Modern \u0026 Minimal Theme for Jekyll\n======\nZolan is a minimal blog theme for Jekyll.\n\n* * *\n\nTable of Contents\n-----------------\n*   [Features](#features)\n*   [Demo](#demo)\n*   [Deployment](#deployment)\n*   [Posts](#posts)\n*   [Disqus Comments](#DisqusComments)\n*   [Instagram](#instagram)\n*   [Google Analytics](#GoogleAnalytics)\n*   [Update favicon](#UpdateFavicon)\n*   [Credits](#Credits)\n*   [Support](#Support)\n\n* * *\n\n### Features\n\n* 100% responsive and clean theme\n\n* Optimized for mobile devices\n\n* Minimal design\n\n* Valid HTML5 code\n\n* Post sharing\n\n* Subscription form\n\n* Supports Disqus Comments\n\n* Instagram Feed\n\n* Ionicons Icons\n\n* Google Fonts\n\n\n* * *\n\n### Demo\n\nCheck the theme in action [Demo](https://zolan-jekyll.netlify.app/)\n\n![Main page preview](https://github.com/artemsheludko/zolan/blob/master/images/zolan-main-page.png?raw=true)\n\nThe post page would look like this:\n\n![Post page preview](https://github.com/artemsheludko/zolan/blob/master/images/zolan-post.png?raw=true)\n\n* * *\n\n### Deployment\n\nTo run the theme locally, navigate to the theme directory and run `bundle install` to install the dependencies, then run `jekyll serve` or `bundle exec jekyll serve` to start the Jekyll server.\n\nI would recommend checking the [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website.\n\n* * *\n\n### Posts\n\nTo create a new post, you can create a new markdown file inside the \\_posts directory by following the [recommended file structure](https://jekyllrb.com/docs/posts/#creating-post-files).\n\n      ---\n      layout: post\n      title: Time to give gifts to everyone\n      date: 2018-08-23 16:04:00 +0300\n      image: 03.jpg\n      tags: Life\n      ---\n\n\nYou can set the tags and the post image.\n\nAdd post images to **/images/** directory.\n\nFor tags, try to not add space between two words, for example, `Ruby on Rails`, could be something like (`ruby-on-rails`, `Ruby_on_Rails`, or `Ruby-on-Rails`).\n\n* * *\n\n### Disqus Comments\n\nZolan Theme comes with Disqus comments enabled.\n\nOpen `_data/settings.yml` file, and change the `mr-brown` value on line 26 with your [Disqus account shortname](https://help.disqus.com/customer/portal/articles/466208).\n\n      Comment Section (Disqus)\n      disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown\n\n\nThat’s all you need to setup Disqus from the theme side. If you get any issue regarding that comments are unable to load. First, make sure you have [registered your website with Disqus (Step 1)](https://help.disqus.com/customer/portal/articles/466182-publisher-quick-start-guide).\n\nAnd also check [Disqus troubleshooting guide](https://help.disqus.com/customer/portal/articles/472007-i-m-receiving-the-message-%22we-were-unable-to-load-disqus-%22) if you still have issues.\n\n* * *\n\n### Instagram\n\nThe Instagram feed is working using [Instafeed.js](http://instafeedjs.com/) to show the photos.\n\nFirst, you will need to get your account `userId` and `accessToken` from the following URLs:\n\n*   userId: [http://codeofaninja.com/tools/find-instagram-user-id/](http://codeofaninja.com/tools/find-instagram-user-id/)\n*   accessToken: [instagram.pixelunion.net](http://instagram.pixelunion.net/)\n\nSecond, open the `js/common.js` file and replace the `userId` and `accessToken` values.\n\n    var instagramFeed = new Instafeed({\n          get: 'user',\n          limit: 6,\n          resolution: 'standard_resolution',\n          userId: '8987997106',\n          accessToken: '8987997106.924f677.8555ecbd52584f41b9b22ec1a16dafb9',\n          template: ''\n    });\n\n\nThird, open the `_data/settings.yml` file and replace the `instafeed: false` on `instafeed: true` value.\n\n    # Instagram Feed\n    instafeed: false # To enable the instafeed, use the value true. To turn off use the value false.\n\n\n* * *\n\n### Google Analytics\n\nTo integrate Google Analytics, open `_data/settings.yml`, and add your Google Analytics identifier.\n\n    # Google Analytics\n    google-analytics: # Add your identifier. For example UA-99631805-1\n\n\n* * *\n\n### Update favicon\n\nYou can find the current favicon (favicon.ico) inside the theme root directory, just replace it with your new favicon.\n\n* * *\n\n### Credits\n\nI have used the following scripts, fonts or other files as listed.\n\n*   [Google Fonts](https://fonts.google.com/specimen/Nunito) (Roboto, Sans Serif).\n*   [Ionicons Icons](https://ionicons.com/)\n*   [FitVids.js](http://fitvidsjs.com/)\n*   [Medium’s Image Zoom](https://github.com/fat/zoom.js)\n*   [Instafeed.js](http://instafeedjs.com/)\n*   [jQuery.com](https://jquery.com/)\n*   Preview Images form [unsplash.com](https://unsplash.com/), [pexels.com](https://www.pexels.com/)\n\n* * *\n### License\n\nMit License\n\n* * *\n\n### Support\n\u003cp\u003eIf you like the themes that I create you can become my sponsor on \u003ca href=\"https://www.patreon.com/artemsheludko\" target=\"_blank\"\u003ePatreon\u003c/a\u003e.\n\u003cp align=\"center\"\u003e\u003cb\u003eThank you for your support ❤️\u003c/b\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemsheludko%2Fzolan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemsheludko%2Fzolan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemsheludko%2Fzolan/lists"}