jekyll-theme-jt-alpha 0.1.0 → 0.1.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: 3c8b59a2712258c4a52a82930976ce41143edc74
4
- data.tar.gz: c8a8b8a36a5992dd0dd35c83a9eb5e6cde70cf5e
3
+ metadata.gz: e3ef805bc991ab4e6dd156699921b4a59784c11a
4
+ data.tar.gz: b2cc1b46f0bd4e5dce90497511cfd44adbade952
5
5
  SHA512:
6
- metadata.gz: 5c5e4ca3aaf73086a918d1ef63b169abe69478da943ff0c65bfed8c07d3e8de77ddb76104861b65655eba85046e7925f4a7bc5a27c97d1530ae68f4dd6be78d9
7
- data.tar.gz: c69895f524f02ea79467c8fd8f3c3b68ab017746d44406528059781e68794a4c4a1413169846c3c96f5eac83ed2ce68072d529894aac9e3b2360ff335904a3e2
6
+ metadata.gz: 8d83a6e331196f27a50839ab9020570b625d348352be37aa4e348512da50ea87f82a62306e4a77092be46d4263c6aa7ace15964821c93ffab29a6d85c9bc7325
7
+ data.tar.gz: cc4899cdeba489ea60c8f3e77ce02bac1d438c10ad74af1a4a37db07869427cc22f0391c9bb50fc73a61d2f5d5839097ffe73e03f63957d163aa1ff26b89f44c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # JT-Alpha
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
3
+ Welcome to JT Alpha! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
4
 
5
5
  To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
6
 
@@ -24,7 +24,7 @@ And then execute:
24
24
 
25
25
  Or install it yourself as:
26
26
 
27
- $ gem install jt-alpha
27
+ $ gem install jekyll-theme-jt-alpha
28
28
 
29
29
  ## Usage
30
30
 
@@ -5,8 +5,8 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
7
  <title>{{ site.title }}</title>
8
- <link rel="stylesheet" type="text/css" href="{{ '/assets/lib/normalize/normalize.css' | prepend:site.baseurl }}">
9
- <link rel="stylesheet" type="text/css" href="{{ '/css/styles.css' | prepend:site.baseurl }}">
8
+ <link rel="stylesheet" type="text/css" href="{{ '/assets/lib/normalize/normalize.css' | relative_url }}">
9
+ <link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
10
10
  </head>
11
11
  <body>
12
12
  <article class="global-wrapper">
data/assets/style.scss ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "jekyll-theme-jt-alpha";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jt-alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - paikwiki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-13 00:00:00.000000000 Z
11
+ date: 2018-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -117,6 +117,7 @@ files:
117
117
  - assets/artworks/thumbs/artwork9.jpg
118
118
  - assets/lib/normalize/LICENSE
119
119
  - assets/lib/normalize/normalize.css
120
+ - assets/style.scss
120
121
  homepage: https://github.com/paikwiki/jekyll-theme-jt-alpha
121
122
  licenses:
122
123
  - MIT