All Projects → ahmadajmi → Type

ahmadajmi / Type

Licence: mit
🎉 Minimal and Clean Free Jekyll Theme

Projects that are alternatives of or similar to Type

Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+183.24%)
Mutual labels:  blog, jekyll, jekyll-theme, blog-theme, sass
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+364.32%)
Mutual labels:  blog, jekyll, jekyll-theme, blog-theme
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+138.92%)
Mutual labels:  blog, jekyll, jekyll-theme, blog-theme
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+78.38%)
Mutual labels:  blog, jekyll, jekyll-theme, blog-theme
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-72.43%)
Mutual labels:  blog, jekyll, jekyll-theme, minimal
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (-3.78%)
Mutual labels:  blog, jekyll, jekyll-theme, blog-theme
Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (+80.54%)
Mutual labels:  jekyll, jekyll-theme, blog-theme, minimal
Gaohaoyang.github.io
blog & blog theme🤘
Stars: ✭ 1,699 (+818.38%)
Mutual labels:  blog, jekyll, jekyll-theme, blog-theme
Whiteglass
Minimal, responsive Jekyll theme for hackers
Stars: ✭ 503 (+171.89%)
Mutual labels:  jekyll, jekyll-theme, blog-theme
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+317.84%)
Mutual labels:  jekyll, jekyll-theme, blog-theme
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (-9.73%)
Mutual labels:  jekyll, jekyll-theme, minimal
Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+1096.76%)
Mutual labels:  blog, jekyll, minimal
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+145.41%)
Mutual labels:  blog, jekyll, jekyll-theme
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-91.89%)
Mutual labels:  blog, jekyll, jekyll-theme
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (+94.59%)
Mutual labels:  blog, jekyll, jekyll-theme
Brucezhaor.github.io
🚧 Bruce Zhao's Tech Blog -- Under Reconstructing ...
Stars: ✭ 25 (-86.49%)
Mutual labels:  blog, jekyll, blog-theme
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-80%)
Mutual labels:  jekyll, jekyll-theme, blog-theme
Zjiajun.github.io
My blog. Powered by Jekyll
Stars: ✭ 52 (-71.89%)
Mutual labels:  blog, jekyll, jekyll-theme
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (-38.92%)
Mutual labels:  blog, jekyll, jekyll-theme
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (+87.03%)
Mutual labels:  blog, jekyll, jekyll-theme

Type: Minimal and Clean Free Jekyll Theme

Type: Minimal and Clean Free Jekyll Theme

Configurations

Type theme comes with different customizations in the _config.yml file:

title:       Type
email:       ''
description: ''
baseurl:     '' # The subpath of your site, e.g. /blog
url:         '' # The base hostname & protocol for your site
twitter:     ''
github:      ''
instagram:   ''
facebook:    ''

markdown:  kramdown
permalink: pretty
paginate:  60

sass:
  style: compressed

gems:
  - jekyll-paginate
  - jekyll/tagging

include:
  - _pages

exclude:
  - vendor
  - Gemfile
  - Gemfile.lock

# Tags
tag_page_dir:         tag
tag_page_layout:      tag_page
tag_permalink_style:  pretty

# Pages path
defaults:
  - scope:
      path: '_pages'
    values:
      permalink: /:basename:output_ext

Deployment

To 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.

I would recommend checking the Deployment Methods page on Jekyll website.

Posts

To create a new post, you can create a new markdown file inside the _posts directory by following the recommended file structure.

The following is a post file with different configurations you can add as an example:

---
layout: post
title: Welcome to Jekyll!
featured: true
tags: [frontpage, jekyll, blog]
image: '/images/welcome.jpg'
---

You can set the author, featured or not, tags, and the post image.

The featured key is to mark the post as a featured post, this will add a simple star icon (*) to the postcard.

To keep things more organized, add post images to /images/pages directory, and add page images to /images/pages directory.

To create a draft post, create the post file under the _drafts directory, and you can find more information at Working with Drafts.

For 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).

Note that tags are not working with GitHub Pages, that's because the used jekyll-tagging plugin is not whitelisted by GitHub.

To make this work, I use Netlify.com for deployment.

Pages

To create a new page, just create a new markdown file inside the _pages directory.

The following is the about.md file that you can find as an example included in the theme with the configurations you can set.

---
layout: page
title: About
image: '/images/pages/about.jpeg'
---

Things you can change are: title and image path.

Navigation

The navigation on the sidebar will automatically include all the links to the pages you have created.

Disqus Comments

Open _includes/disqus.html file, and change the aspirethemes-demos value on line 12 with your Disqus account shortname.

s.src = '//aspirethemes-demo.disqus.com/embed.js';

So, if your Disqus shortname is exampleone, the final code above should be

s.src = '//exampleone.disqus.com/embed.js';

That'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)

And also check Disqus troubleshooting guide if you still have issues.

Social Media Links

Social media links included in _includes/footer.html file.

The theme is using Evil Icons, which contains very simple and clean icons. The following is a list of the social media icons to use:

Twitter

<span data-icon='ei-sc-twitter' data-size='s'></span>

Facebook

<span data-icon='ei-sc-facebook' data-size='s'></span>

Instagram

<span data-icon='ei-sc-instagram' data-size='s'></span>

Pinterest

<span data-icon='ei-sc-pinterest' data-size='s'></span>

Vimeo

<span data-icon='ei-sc-vimeo' data-size='s'></span>

Google Plus

<span data-icon='ei-sc-google-plus' data-size='s'></span>

SoundCloud

<span data-icon='ei-sc-soundcloud' data-size='s'></span>

Tumblr

<span data-icon='ei-sc-tumblr' data-size='s'></span>

Youtube

<span data-icon='ei-sc-youtube' data-size='s'></span>

Update favicon

You can find the current favicon (favicon.ico) inside the theme root directory, just replace it with your new favicon.

Aspire Themes

👉 Visit aspirethemes.com for more Jekyll, Ghost, and WordPress themes.

Aspire Themes
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].