Skip to content

Commit

Permalink
Renaming Gemfile and related sylhare#9
Browse files Browse the repository at this point in the history
  • Loading branch information
jougene committed Nov 1, 2017
1 parent a4080d6 commit c08e1c6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-theme-type-strap (1.1)
type-on-strap (1.0)
jekyll (~> 3.4)
jekyll-paginate (~> 1.1)

Expand Down Expand Up @@ -55,8 +55,8 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.12)
jekyll-theme-type-strap!
rake (~> 10.0)
type-on-strap!

BUNDLED WITH
1.15.4
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate]
theme: jekyll-theme-type-strap
theme: type-on-strap
exclude:
- Gemfile
- Gemfile.lock
File renamed without changes.
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<atom:link href="http://localhost:4000/jekyll/feed.xml" rel="self" type="application/rss+xml"/>
<link>http://localhost:4000/jekyll/</link>
<description>A website with blog posts and pages</description>
<pubDate>Wed, 01 Nov 2017 04:51:18 -0400</pubDate>
<pubDate>Wed, 01 Nov 2017 06:29:24 -0400</pubDate>

<item>
<title>Sample post</title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-type-strap"
spec.version = "1.1"
spec.name = "type-on-strap"
spec.version = "1.0"
spec.authors = ["Sylhare","Rohan Chandra"]
spec.email = ["", "hellorohan@outlook.com"]

spec.summary = %q{A custom type-theme template (a free and open-source Jekyll theme. Great for blogs and easy to customize.)}
spec.homepage = "https://github.com/sylhare/Type-on-Strap"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_(assets|pages|_portfolio|_layouts|_includes|_sass)/(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

spec.add_runtime_dependency "jekyll", "~> 3.4"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---

@import "type-theme";
@import "type-on-strap";
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-type-strap"
spec.name = "type-on-strap"
spec.version = "1.1"
spec.authors = ["Sylhare","Rohan Chandra"]
spec.email = ["", "hellorohan@outlook.com"]
Expand Down

0 comments on commit c08e1c6

Please sign in to comment.