From c08e1c625b3cb3ed8e2c4174d49763a486b6560c Mon Sep 17 00:00:00 2001 From: Eugene Sinitsyn Date: Wed, 1 Nov 2017 10:46:44 -0400 Subject: [PATCH] Renaming Gemfile and related #9 --- .../type-on-strap.scssc | Bin 0 -> 2659 bytes Gemfile.lock | 4 ++-- _config.yml | 2 +- _sass/{type-theme.scss => type-on-strap.scss} | 0 _site/feed.xml | 2 +- .../type-on-strap.gemspec | 8 +++++--- assets/css/main.scss | 2 +- ...e-type-strap.gemspec => type-on-strap.gemspec | 2 +- 8 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 .sass-cache/6bc2bf025294939560d13e9a99971122652d82be/type-on-strap.scssc rename _sass/{type-theme.scss => type-on-strap.scss} (100%) rename jekyll-theme-type-strap.gemspec => _site/type-on-strap.gemspec (70%) rename _site/jekyll-theme-type-strap.gemspec => type-on-strap.gemspec (94%) diff --git a/.sass-cache/6bc2bf025294939560d13e9a99971122652d82be/type-on-strap.scssc b/.sass-cache/6bc2bf025294939560d13e9a99971122652d82be/type-on-strap.scssc new file mode 100644 index 0000000000000000000000000000000000000000..0936785cf1332de849e2e65491e9e38d9e947994 GIT binary patch literal 2659 zcmb7`TW{Mo6vxw{a2#LaYi_;8^Gmm4joc=#XYye}w*>IZFf@M4gF)N0EkG6xQO;@% z{TlteJx3B{kz;}F&4-kJ=kS02Jo5Eb|LVH)(?_54xfd)uxAP_cxitJRd^a2n2eaPr z=KY{Q>mFl^!SF-><~{HA+0Czgc3pZ}6y)NbNlC~!~i%=x49+8?W zBNj%JjgW#o*B|*yNDr}x^cZ**S1cBiNAR=i@?ajnLYwg>ZFvpIj1`T#zd0+h=8oL? z&L3j7#ZyXW4E4Vi!Q1;NWE*E9K`sZ+gliJluH;P00zDeT$-MPOgdl++our~sx&RX2 zK@Pc-5nmS}V+c}@y1)F#jDWv`6NjAnlmGqZn4G&3iU ziD(DVhZR~x_twC@ADQInTs%pMmUE{8aLE9d09D9NfKgR}Rl%((0G&q`dTa{4x7J%W zuw|`Yj51;3dJ`$?F?s2WDf6w^ih-?YSd5;lYIE2|jNL|_??pQ+w`y>!8W*D%8du3% z2YKOEM)JG*)(mnDSbKdjI#y(*Z_{Txv4uMdGa$0dTQ{h6tzL{?Dr!!L4D1DSZueQk z05>!+MmBIGtC%ghRp6$X_=LYv&D;gtx1|>Z_&CqCP7}k$g_=N$#(BK&9ilnnMg9CTU>~%jg(9bk9 zM)|taK~FD7-5F+r<9^6ZP+J{0$DmuE_uZ literal 0 HcmV?d00001 diff --git a/Gemfile.lock b/Gemfile.lock index c47ea0f0a3..0f7c3fcfaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -55,8 +55,8 @@ PLATFORMS DEPENDENCIES bundler (~> 1.12) - jekyll-theme-type-strap! rake (~> 10.0) + type-on-strap! BUNDLED WITH 1.15.4 diff --git a/_config.yml b/_config.yml index b7e37f1544..bd6f2b6a9a 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_sass/type-theme.scss b/_sass/type-on-strap.scss similarity index 100% rename from _sass/type-theme.scss rename to _sass/type-on-strap.scss diff --git a/_site/feed.xml b/_site/feed.xml index b0ffeee501..14fc8b4a11 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -5,7 +5,7 @@ http://localhost:4000/jekyll/ A website with blog posts and pages - Wed, 01 Nov 2017 04:51:18 -0400 + Wed, 01 Nov 2017 06:29:24 -0400 Sample post diff --git a/jekyll-theme-type-strap.gemspec b/_site/type-on-strap.gemspec similarity index 70% rename from jekyll-theme-type-strap.gemspec rename to _site/type-on-strap.gemspec index f3d80a9d5f..fa0ff84ceb 100644 --- a/jekyll-theme-type-strap.gemspec +++ b/_site/type-on-strap.gemspec @@ -1,8 +1,8 @@ # 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"] @@ -10,7 +10,9 @@ Gem::Specification.new do |spec| 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" diff --git a/assets/css/main.scss b/assets/css/main.scss index 96938cf6ef..ca3c9f3711 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -1,4 +1,4 @@ --- --- -@import "type-theme"; +@import "type-on-strap"; diff --git a/_site/jekyll-theme-type-strap.gemspec b/type-on-strap.gemspec similarity index 94% rename from _site/jekyll-theme-type-strap.gemspec rename to type-on-strap.gemspec index f3d80a9d5f..e34e4446d2 100644 --- a/_site/jekyll-theme-type-strap.gemspec +++ b/type-on-strap.gemspec @@ -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"]