jekyll-theme-one 0.1.4 → 0.1.5
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 +9 -33
- data/_sass/jekyll-theme-one.scss +1 -1
- data/_sass/modules/_global.scss +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d08ad3bc65f958f0f085cfe36ef0f7fd3af28c265c1a0ad39b41c78aebc1bff6
|
4
|
+
data.tar.gz: 5244feb0708befd8546d6be7fb725eb814b3ed1e40bd1b72fc0001bd9423a10b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b39f38c4acf8c759dcf2782a96b4a82287dc168996c8bd0f40edb5fd5d6bedc0528bd8d1cab30b2724ddc8148d4255e420f2a6f34ce7ca36324018feac1687a
|
7
|
+
data.tar.gz: 1507831f4c3912cbb2761345fcd077f117fdd5460959ba3179ae4dfff2b9ad77a6b1252a3500a2f663fe5433c2c0a2faa71e55924ad11a958fd2ae9cf61ee89f
|
data/README.md
CHANGED
@@ -1,43 +1,19 @@
|
|
1
|
-
|
1
|
+
<!-- IGNORE THE HTML BLOCK BELOW, THE INTERESTING PART IS AFTER IT -->
|
2
2
|
|
3
|
-
|
3
|
+
<h1 align="center">One</h1>
|
4
4
|
|
5
|
-
|
5
|
+
<p align="center">
|
6
|
+
<strong>A clean and simple Jekyll starter theme.</strong>
|
7
|
+
</p>
|
6
8
|
|
7
|
-
|
9
|
+
<!-- 🚨 HEY! HERE BEGINS THE INTERESTING STUFF 🚨 -->
|
8
10
|
|
9
|
-
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
gem "one"
|
13
|
-
```
|
14
|
-
|
15
|
-
And add this line to your Jekyll site's `_config.yml`:
|
16
|
-
|
17
|
-
```yaml
|
18
|
-
theme: one
|
19
|
-
```
|
20
|
-
|
21
|
-
And then execute:
|
22
|
-
|
23
|
-
$ bundle
|
24
|
-
|
25
|
-
Or install it yourself as:
|
26
|
-
|
27
|
-
$ gem install one
|
11
|
+
[](https://badge.fury.io/rb/jekyll-theme-one) [](https://travis-ci.org/jasonmelgoza/one)
|
28
12
|
|
29
13
|
## Usage
|
30
14
|
|
31
|
-
TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass
|
32
|
-
|
33
|
-
## Development
|
34
|
-
|
35
|
-
To set up your environment to develop this theme, run `bundle install`.
|
36
|
-
|
37
|
-
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
38
|
-
|
39
|
-
When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
|
15
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass
|
40
16
|
|
41
17
|
## License
|
42
18
|
|
43
|
-
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
19
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_sass/jekyll-theme-one.scss
CHANGED
data/_sass/modules/_global.scss
CHANGED