mirror of
				https://github.com/MinimalBible/MinimalBible.github.io
				synced 2025-11-03 18:10:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
layout: page
 | 
						|
permalink: /about/
 | 
						|
title: About the Theme
 | 
						|
tags: [Jekyll, theme, modern, minimal, responsive]
 | 
						|
image:
 | 
						|
  feature: abstract-5.jpg
 | 
						|
  credit: dargadgetz
 | 
						|
  creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
 | 
						|
share: true
 | 
						|
---
 | 
						|
 | 
						|
They say three times the charm, so here is another free responsive Jekyll theme for you. I've learned a ton since open sourcing my first two themes [on Github](http://github.com/mmistakes), and wanted to try a few new things this time around. If you've used my previous themes most of this should be familiar territory...
 | 
						|
 | 
						|
## What HPSTR brings to the table:
 | 
						|
 | 
						|
* Responsive templates for post, page, and post index `_layouts`. Looks great on mobile, tablet, and desktop devices.
 | 
						|
* Gracefully degrads in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.  
 | 
						|
* Modern and minimal design.
 | 
						|
* Sweet animated menu.
 | 
						|
* Background image support.
 | 
						|
* Readable typography to make your words shine.
 | 
						|
* Support for large images to call out your favorite posts.
 | 
						|
* Comments powered by [Disqus](http://disqus.com) if you choose to enable.
 | 
						|
* Simple and clear permalink structure[^1].
 | 
						|
* [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) support for a better social sharing experience.
 | 
						|
* Simple [custom 404 page]({{ site.url }}/404.html) to get you started.
 | 
						|
* Stylesheets for Pygments and Coderay [syntax highlighting]({{ site.url }}/code-highlighting-post/) to make your code examples look snazzy
 | 
						|
* [Grunt](http://gruntjs.com) build script for easy theme development
 | 
						|
 | 
						|
<div markdown="0"><a href="{{ site.url }}/theme-setup" class="btn btn-info">Install the Theme</a></div>
 | 
						|
 | 
						|
[^1]: Example: *domain.com/category-name/post-title* |