adds gem theme files

This commit is contained in:
Andrew Banchich 2016-11-21 23:00:20 -05:00
parent 8334e3007b
commit dfcc171920
3 changed files with 23 additions and 3 deletions

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source "https://rubygems.org"
gemspec

View File

@ -1,11 +1,9 @@
<head>
<title>{{ site.title }}</title>
{% seo %}
{% feed_meta %}
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="{{ site.url }}{{ site.baseurl }}/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/assets/css/ie8.css" /><![endif]-->
</head>
</head>

View File

@ -0,0 +1,20 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "forty_jekyll_theme"
spec.version = "0.1.7"
spec.authors = ["Andrew Banchich"]
spec.email = ["andrewbanchich@gmail.com"]
spec.summary = %q{A Jekyll version of the "Forty" theme by HTML5 UP.}
spec.homepage = "https://gitlab.com/andrewbanchich/forty-jekyll-theme"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end
spec.add_development_dependency "jekyll", "~> 3.3"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end