{"id":27701745,"url":"https://github.com/artemsheludko/galada","last_synced_at":"2025-04-25T20:19:44.154Z","repository":{"id":33914396,"uuid":"154665953","full_name":"artemsheludko/galada","owner":"artemsheludko","description":"Galada is an easy and simple blog theme for Jekyll.","archived":false,"fork":false,"pushed_at":"2023-10-25T09:05:38.000Z","size":1864,"stargazers_count":143,"open_issues_count":6,"forks_count":133,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-21T08:30:26.183Z","etag":null,"topics":["clear","flexible","github-pages","googlefonts","html5","instagram","ionicons","jekyll","jekyll-theme","minimal","mobile-first","optimization","responsive","sass","validation"],"latest_commit_sha":null,"homepage":"https://artemsheludko.github.io/galada/","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/artemsheludko.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}},"created_at":"2018-10-25T12:20:17.000Z","updated_at":"2024-03-31T20:22:37.000Z","dependencies_parsed_at":"2024-01-12T20:03:15.000Z","dependency_job_id":null,"html_url":"https://github.com/artemsheludko/galada","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.47058823529411764","last_synced_commit":"e9ec3ea5668205e8a17842ee95891e59d89c8f1b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fgalada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fgalada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fgalada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemsheludko%2Fgalada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemsheludko","download_url":"https://codeload.github.com/artemsheludko/galada/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250887855,"owners_count":21503091,"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":["clear","flexible","github-pages","googlefonts","html5","instagram","ionicons","jekyll","jekyll-theme","minimal","mobile-first","optimization","responsive","sass","validation"],"created_at":"2025-04-25T20:19:43.545Z","updated_at":"2025-04-25T20:19:44.148Z","avatar_url":"https://github.com/artemsheludko.png","language":"SCSS","funding_links":["https://www.patreon.com/artemsheludko"],"categories":[],"sub_categories":[],"readme":"Galada - Easy \u0026 Simple Theme for Personal Blog\n======\nGalada is an easy and simple theme for Jekyll. Dark colors, give it a special exquisite look. A careful approach to design and features make it an ideal solution for a personal blog.\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://artemsheludko.github.io/galada/)\n\n![Main page preview](https://github.com/artemsheludko/galada/blob/master/img/galada-main-page.jpg?raw=true)\n\nThe post page would look like this:\n\n![Post page preview](https://github.com/artemsheludko/galada/blob/master/img/galada-post.jpg?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: Premiere on Broadway\n      date: 2018-08-23 16:04:00 +0300\n      image: 03.jpg\n      tags: [Rest]\n      ---\n          \n\nYou can set the tags and the post image.\n\nAdd post images to **/img/** 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\nGalada Theme comes with Disqus comments enabled.\n\nOpen `_config.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: [smashballoon.com/instagram-feed/find-instagram-user-id](https://smashballoon.com/instagram-feed/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 `_config.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 `_config.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) (Nunito, Sans Serif).\n*   [Ionicons Icons](https://ionicons.com/)\n*   [FitVids.js](http://fitvidsjs.com/)\n*   [Instafeed.js](http://instafeedjs.com/)\n*   [jQuery.com](https://jquery.com/)\n*   [Wait For Images](https://github.com/alexanderdickson/waitForImages)\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\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%2Fgalada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemsheludko%2Fgalada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemsheludko%2Fgalada/lists"}