All Projects → artemsheludko → Derrick

artemsheludko / Derrick

Licence: mit
🙌 Derrick is a clean minimal and fast theme for a personal blog.

Projects that are alternatives of or similar to Derrick

Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (+511.76%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-blog, gh-pages, jekyll-site
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+547.06%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1584.31%)
Mutual labels:  blog, jekyll, jekyll-theme, gh-pages, jekyll-site
mr-brown
Mr.Brown is a responsive Jekyll theme
Stars: ✭ 21 (-58.82%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site, simple, jekyll-blog
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+790.2%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (+121.57%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-site, modern
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+337.25%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-blog, jekyll-site
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+1835.29%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-blog, simple
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (+227.45%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, minimal
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (+235.29%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jekyll Theme Massively
Preview
Stars: ✭ 187 (+266.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jekyll Theme Memoirs
Memoirs is a free minimalist Jekyll theme for those who love the beauty of simplicity.
Stars: ✭ 151 (+196.08%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Type
🎉 Minimal and Clean Free Jekyll Theme
Stars: ✭ 185 (+262.75%)
Mutual labels:  blog, jekyll, jekyll-theme, minimal
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+688.24%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Tmaize Blog
一款jekyll主题,简洁纯净,支持自适应,支持夜间模式
Stars: ✭ 152 (+198.04%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+766.67%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-blog
Type On Strap
🎨 Simplistic, responsive jekyll based open source theme
Stars: ✭ 471 (+823.53%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (+184.31%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
event-jekyll-theme
Jekyll Theme package for your event
Stars: ✭ 119 (+133.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site, jekyll-blog
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+1441.18%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site

Derrick — Minimal Theme for Jekyll.

Derrick is a clean minimal and fast theme for a personal blog.


Table of Contents


Features

  • 100% responsive and clean theme

  • Optimized for mobile devices

  • Minimal design

  • Valid HTML5 code

  • Post sharing

  • Supports Disqus Comments

  • Supports Google Analytics

  • Google Fonts


Demo

Check the theme in action Demo

Main page preview


Deployment

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

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.

  ---
  layout: post
  title: "Welcome to Jekyll!"
  date: 2018-05-29 18:05:55 +0300
  image: '/assets/img/03.jpg'
  tags: Life
  ---

You can set the tags and the post image.

Add post images to /assets/img/ directory.

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


Disqus Comments

Derrick Theme comes with Disqus comments enabled.

Open _config.yml file, and change the mr-brown value on line 28 with your Disqus account shortname.

  Comment Section (Disqus)
  disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown

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.


Google Analytics

To integrate Google Analytics, open _config.yml, and add your Google Analytics identifier.

# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1

Update favicon

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


License

Mit License


Support

If you’d like to support me so I can continue to provide free content and themes you can become my sponsor on Patreon. Thank you for your support ❤️

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