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 +4 -4
- data/.gemspec +1 -1
- data/_config.yml +2 -2
- data/_sass/{bootstrap-jekyll-theme.scss → devme-jekyll-theme.scss} +0 -0
- data/assets/css/style.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cca82895eac1020309f0961fef3e6de8689608bb7357b9359b5bf6bf80ec6c1d
|
4
|
+
data.tar.gz: a8e88a107d0da9445e88ca5c1459e2ff40b78f47e5ddd850ac44d1e978a0b3cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a76506ad0e5da0e8d13979e24bbeb30422b7e78f395f9626dbe9089a025fa8de5b79c5419a3031c74f0891a49e24f242bb385d2823271e48d648fb39c3155ea
|
7
|
+
data.tar.gz: be2a4ba7252f6bb3850a1b54712977653486220947ef3afb7093c60dfccf785f5cf3de27d6d24a6a2c4747d59845b2eb56660cee71a4edb5255ae3399a9ac13e
|
data/.gemspec
CHANGED
data/_config.yml
CHANGED
@@ -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: "/
|
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/
|
35
|
+
remote_theme: themingisprose/devme-jekyll-theme
|
36
36
|
plugins:
|
37
37
|
- jekyll-feed
|
38
38
|
|
File without changes
|
data/assets/css/style.scss
CHANGED
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.
|
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
|