devme-jekyll-theme 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfc0c258ebec849e77e801f3a0972dc1176d1003d277c576018d034a3a698e66
4
- data.tar.gz: ee90ea9e0fbb9740f8d9b6e3959cf545564c4ac9aaaba99b674a25e56ffc5cae
3
+ metadata.gz: cca82895eac1020309f0961fef3e6de8689608bb7357b9359b5bf6bf80ec6c1d
4
+ data.tar.gz: a8e88a107d0da9445e88ca5c1459e2ff40b78f47e5ddd850ac44d1e978a0b3cf
5
5
  SHA512:
6
- metadata.gz: 0a0582b8b90ad41989ab3b67acaf134acd8e0b7d7a1d7fe3f86d1dae5589596c09404fe3f00ba0e5b5de0d0c664f78d5eb725f7377d58a245f4da045e3097f36
7
- data.tar.gz: 04b3c21e305700650be4e0b20742c0afba01996031db7a3c6e130ef6891af233911b80c9f00311884acfc176232559e37f930f548ef0e1b336bd5a8be0541614
6
+ metadata.gz: 8a76506ad0e5da0e8d13979e24bbeb30422b7e78f395f9626dbe9089a025fa8de5b79c5419a3031c74f0891a49e24f242bb385d2823271e48d648fb39c3155ea
7
+ data.tar.gz: be2a4ba7252f6bb3850a1b54712977653486220947ef3afb7093c60dfccf785f5cf3de27d6d24a6a2c4747d59845b2eb56660cee71a4edb5255ae3399a9ac13e
data/.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'devme-jekyll-theme'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.summary = "Bootstrap Jekyll Theme"
5
5
  s.authors = "Theming is Prose"
6
6
  s.email = 'themingisprose@gmail.com'
@@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
24
24
  Write an awesome description for your new site here. You can edit this
25
25
  line in _config.yml. It will appear in your document head meta (for
26
26
  Google search results) and in your feed.xml site description.
27
- baseurl: "/bootstrap-jekyll-theme" # the subpath of your site, e.g. /blog
27
+ baseurl: "/devme-jekyll-theme" # the subpath of your site, e.g. /blog
28
28
  url: "https://themingisprose.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
29
29
  twitter_username: jekyllrb
30
30
  github_username: jekyll
@@ -32,7 +32,7 @@ sass:
32
32
  sass_dir: assets/css
33
33
 
34
34
  # Build settings
35
- remote_theme: themingisprose/bootstrap-jekyll-theme
35
+ remote_theme: themingisprose/devme-jekyll-theme
36
36
  plugins:
37
37
  - jekyll-feed
38
38
 
@@ -1,3 +1,3 @@
1
1
  ---
2
2
  ---
3
- @import 'bootstrap-jekyll-theme';
3
+ @import 'devme-jekyll-theme';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devme-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theming is Prose
@@ -25,7 +25,6 @@ files:
25
25
  - _includes/head.html
26
26
  - _includes/scripts.html
27
27
  - _layouts/default.html
28
- - _sass/bootstrap-jekyll-theme.scss
29
28
  - _sass/bootstrap/scss/_alert.scss
30
29
  - _sass/bootstrap/scss/_badge.scss
31
30
  - _sass/bootstrap/scss/_breadcrumb.scss
@@ -115,6 +114,7 @@ files:
115
114
  - _sass/bootstrap/scss/utilities/_text.scss
116
115
  - _sass/bootstrap/scss/utilities/_visibility.scss
117
116
  - _sass/bootstrap/scss/vendor/_rfs.scss
117
+ - _sass/devme-jekyll-theme.scss
118
118
  - assets/css/style.scss
119
119
  - assets/js/bootstrap/dist/js/bootstrap.bundle.min.js
120
120
  - assets/js/jquery/dist/jquery.min.js