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 +4 -4
- data/README.md +2 -2
- data/_layouts/default.html +2 -2
- data/assets/style.scss +4 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3ef805bc991ab4e6dd156699921b4a59784c11a
|
4
|
+
data.tar.gz: b2cc1b46f0bd4e5dce90497511cfd44adbade952
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|
data/_layouts/default.html
CHANGED
@@ -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' |
|
9
|
-
<link rel="stylesheet"
|
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
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.
|
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-
|
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
|