jekyll-skeleton 1.0.0 → 1.0.1
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/README.md +2 -0
- data/_includes/head.html +1 -0
- data/assets/style.css +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b645a753d4c540aa8d07eb5450673de0c83d9cf
|
4
|
+
data.tar.gz: 3e0194628e515e74e2fd8da9651c823e935f3080
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 390383e253f26036e8cfcc7169b92a23ef03c776118672c29ccde54a54590667d1cb3e384bfb929a0a01a7139b706a6db73d5a6345a3e4013af7742226c94bbd
|
7
|
+
data.tar.gz: 1e1dbb9cdf8cedb48232f51155eae2c24d0398a5bfbeffa17d7618c37ed50b664958dfeadf34d5b7b05e361353eca48e20a5f2dc853adefe0386d84d1028c5d7
|
data/README.md
CHANGED
@@ -32,6 +32,8 @@ Or install it yourself as:
|
|
32
32
|
This will give you some simple, basic layouts (nothing fancy) and the basic CSS.
|
33
33
|
It's just a skeleton, after all ;)
|
34
34
|
|
35
|
+
You can add custom CSS in `assets/style.css` in your Jekyll site and it'll automatically be included.
|
36
|
+
|
35
37
|
## Contributing
|
36
38
|
|
37
39
|
Bug reports and pull requests are welcome on GitHub at https://github.com/awochna/jekyll-skeleton. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/_includes/head.html
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
|
11
11
|
<link rel="stylesheet" href="{{ "/assets/normalize.css" | prepend: site.baseurl }}">
|
12
12
|
<link rel="stylesheet" href="{{ "/assets/skeleton.css" | prepend: site.baseurl }}">
|
13
|
+
<link rel="stylesheet" href="{{ "/assets/style.css" | prepend: site.baseurl }}">
|
13
14
|
|
14
15
|
<link rel="icon" type="image/x-icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" />
|
15
16
|
</head>
|
data/assets/style.css
ADDED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-skeleton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Wynter
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- _layouts/post.html
|
70
70
|
- assets/normalize.css
|
71
71
|
- assets/skeleton.css
|
72
|
+
- assets/style.css
|
72
73
|
homepage: https://github.com/awochna/jekyll-skeleton
|
73
74
|
licenses:
|
74
75
|
- MIT
|