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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b28039b02838f4f1e2e58a598d835bbb26db300
4
- data.tar.gz: 2c2814ed297572ca97575b239cae2123308ec4a3
3
+ metadata.gz: 2b645a753d4c540aa8d07eb5450673de0c83d9cf
4
+ data.tar.gz: 3e0194628e515e74e2fd8da9651c823e935f3080
5
5
  SHA512:
6
- metadata.gz: 6321f9728be629d176d9aa97e9e761f0cda6689d276c3973fc89d3c49e49f65f6eea08ffcee70174d79e7df48863031eca8f32e0b22022c83c1489055aea2bb0
7
- data.tar.gz: c8b98483fee2b146cf4ccba409f715b1b70da95f57594cc15764a0498a2681cc84285175721d577a6845d824cc87313065861a20d05aa07409ce6f452c821332
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.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