{"id":25706710,"url":"https://github.com/ahmadajmi/type","last_synced_at":"2025-04-05T20:06:59.316Z","repository":{"id":44364140,"uuid":"104741368","full_name":"ahmadajmi/type","owner":"ahmadajmi","description":"🎉  Minimal and Clean Free Jekyll Theme","archived":false,"fork":false,"pushed_at":"2024-07-24T11:38:23.000Z","size":1422,"stargazers_count":215,"open_issues_count":8,"forks_count":141,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T18:08:44.267Z","etag":null,"topics":["blog","blog-theme","clean","clean-jekyll-theme","itcss","jekyll","jekyll-theme","minimal","sass","system-fonts","theme"],"latest_commit_sha":null,"homepage":"https://type-jekyll.aspirethemes.com/","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/ahmadajmi.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-09-25T11:27:16.000Z","updated_at":"2024-11-24T00:53:38.000Z","dependencies_parsed_at":"2025-03-04T08:01:06.953Z","dependency_job_id":"04375d9c-a709-40ec-8d41-df74910292e0","html_url":"https://github.com/ahmadajmi/type","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadajmi%2Ftype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadajmi%2Ftype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadajmi%2Ftype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadajmi%2Ftype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadajmi","download_url":"https://codeload.github.com/ahmadajmi/type/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393569,"owners_count":20931812,"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":["blog","blog-theme","clean","clean-jekyll-theme","itcss","jekyll","jekyll-theme","minimal","sass","system-fonts","theme"],"created_at":"2025-02-25T07:45:43.959Z","updated_at":"2025-04-05T20:06:59.289Z","avatar_url":"https://github.com/ahmadajmi.png","language":"SCSS","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=8G8PKPEADPD42\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# Type: Minimal and Clean Free Jekyll Theme\n\n\u003cimg alt=\"Type: Minimal and Clean Free Jekyll Theme\" src=\"https://user-images.githubusercontent.com/626005/63093493-c3daa880-bf65-11e9-860e-da88047cce24.png\"\u003e\n\n- [Configurations](#configurations)\n- [Deployment](#deployment)\n- [Posts](#posts)\n- [Pages](#pages)\n- [Navigation](#navigation)\n- [Disqus Comments](#disqus-comments)\n- [Social Media Links](#social-media-links)\n- [Update favicon](#update-favicon)\n\n### Configurations\n\nType theme comes with different customizations in the `_config.yml` file:\n\n```sh\ntitle:       Type\nemail:       ''\ndescription: ''\nbaseurl:     '' # The subpath of your site, e.g. /blog\nurl:         '' # The base hostname \u0026 protocol for your site\ntwitter:     ''\ngithub:      ''\ninstagram:   ''\nfacebook:    ''\n\nmarkdown:  kramdown\npermalink: pretty\npaginate:  60\n\nsass:\n  style: compressed\n\ngems:\n  - jekyll-paginate\n  - jekyll/tagging\n\ninclude:\n  - _pages\n\nexclude:\n  - vendor\n  - Gemfile\n  - Gemfile.lock\n\n# Tags\ntag_page_dir:         tag\ntag_page_layout:      tag_page\ntag_permalink_style:  pretty\n\n# Pages path\ndefaults:\n  - scope:\n      path: '_pages'\n    values:\n      permalink: /:basename:output_ext\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` 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### 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\nThe following is a post file with different configurations you can add as an example:\n\n```sh\n---\nlayout: post\ntitle: Welcome to Jekyll!\nfeatured: true\ntags: [frontpage, jekyll, blog]\nimage: '/images/welcome.jpg'\n---\n```\n\nYou can set the author, featured or not, tags, and the post image.\n\nThe `featured` key is to mark the post as a featured post, this will add a simple star icon (*) to the postcard.\n\nTo keep things more organized, add post images to **/images/posts** directory, and add page images to **/images/pages** directory.\n\nTo create a draft post, create the post file under the **_drafts** directory, and you can find more information at [Working with Drafts](http://jekyllrb.com/docs/drafts/).\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\nNote that tags are not working with GitHub Pages, that's because the used [jekyll-tagging\n](https://github.com/pattex/jekyll-tagging) plugin is not [whitelisted](https://pages.github.com/versions/) by GitHub.\n\nTo make this work, I use [Netlify.com](https://www.netlify.com/) for deployment.\n\n### Pages\n\nTo create a new page, just create a new markdown file inside the `_pages` directory.\n\nThe following is the `about.md` file that you can find as an example included in the theme with the configurations you can set.\n\n```sh\n---\nlayout: page\ntitle: About\nimage: '/images/pages/about.jpeg'\n---\n```\n\nThings you can change are: `title` and `image` path.\n\n\n### Navigation\n\nThe navigation on the sidebar will automatically include all the links to the pages you have created.\n\n### Disqus Comments\n\nOpen `_includes/disqus.html` file, and change the `aspirethemes-demos` value on line `12` with your [Disqus account shortname](https://help.disqus.com/customer/portal/articles/466208).\n\n```js\ns.src = '//aspirethemes-demo.disqus.com/embed.js';\n```\n\nSo, if your Disqus shortname is `exampleone`, the final code above should be\n\n```js\ns.src = '//exampleone.disqus.com/embed.js';\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### Social Media Links\n\nSocial media links included in `_includes/footer.html` file.\n\nThe theme is using [Evil Icons](http://evil-icons.io/), which contains very simple and clean icons. The following is a list of the social media icons to use:\n\nTwitter\n\n```html\n\u003cspan data-icon='ei-sc-twitter' data-size='s'\u003e\u003c/span\u003e\n```\n\nFacebook\n\n```html\n\u003cspan data-icon='ei-sc-facebook' data-size='s'\u003e\u003c/span\u003e\n```\n\nInstagram\n\n```html\n\u003cspan data-icon='ei-sc-instagram' data-size='s'\u003e\u003c/span\u003e\n```\n\nPinterest\n\n```html\n\u003cspan data-icon='ei-sc-pinterest' data-size='s'\u003e\u003c/span\u003e\n```\n\nVimeo\n\n```html\n\u003cspan data-icon='ei-sc-vimeo' data-size='s'\u003e\u003c/span\u003e\n```\n\nGoogle Plus\n\n```html\n\u003cspan data-icon='ei-sc-google-plus' data-size='s'\u003e\u003c/span\u003e\n```\n\nSoundCloud\n\n```html\n\u003cspan data-icon='ei-sc-soundcloud' data-size='s'\u003e\u003c/span\u003e\n```\n\nTumblr\n\n```html\n\u003cspan data-icon='ei-sc-tumblr' data-size='s'\u003e\u003c/span\u003e\n```\n\nYoutube\n\n```html\n\u003cspan data-icon='ei-sc-youtube' data-size='s'\u003e\u003c/span\u003e\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### Aspire Themes\n\n👉 Visit [**aspirethemes.com**](http://bit.ly/type-jekyll-github-link) for more Jekyll, Ghost, and WordPress themes.\n\n\u003cimg alt=\"Aspire Themes\" src=\"https://user-images.githubusercontent.com/626005/63092640-afe17780-bf62-11e9-9ea9-546489bb282c.png\"\u003e\n\n---\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=8G8PKPEADPD42\u0026source=url\"\u003e\n  \u003cimg src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadajmi%2Ftype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadajmi%2Ftype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadajmi%2Ftype/lists"}