ons-jt 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfc04bf825a8e5f7b3bebc26c3bd4e63ec7d5373
4
- data.tar.gz: 6f6339b96c4ed2b9baba4d38fc2fe635fc1c6dd2
3
+ metadata.gz: 4e99d9598f66ea08465c51d038fecad42ac66cb1
4
+ data.tar.gz: b5528525d1a442527a03a52787cff135be1332ee
5
5
  SHA512:
6
- metadata.gz: 724203658af7a81c7eebcdec9f04413a82102c7d075f33d37dce1dd3b172f8dbd3afce257338f2996b65f5f315a6944c11fd355a9e6c691a5bea922e7a5f7ccf
7
- data.tar.gz: b57d3eec3759c5fa1de204fb303a71dc6e2e85e7a8ff163fb3de5690d2c3f64db1b5ec4c183af1abe59520ffcf52f7c0807eec0d91db63ae164ce5f266b8949d
6
+ metadata.gz: e22f428cf0e511ab61de20d1e9a213c1f6d3b90557d32e1a3ea03b6dd362fdd901a7bc1bbd3204b601b688db375795b74aa46b174b56952a5a68ec8e1e33446c
7
+ data.tar.gz: 71247dfc3d2f57e7cf2e1647db7335f0df5c19a9007429c80b9467edb27e66d5a0d4019b8db58a807494d9c5b04e7f8375a34a2f93cb62fe7f4a9dcc172bcff4
data/README.md CHANGED
@@ -1,10 +1,14 @@
1
+ ---
2
+ layout: page
3
+ title: Readme
4
+ permalink: /readme/
5
+ excerpt: ONS is a one-size-fits-all Jekyll theme for writers
6
+ ---
1
7
  # ONS - Om Namah Shivaay
2
8
 
3
9
  *ONS is a one-size-fits-all Jekyll theme for writers*.
4
10
 
5
- [Theme preview](https://pradyroy.github.io)
6
-
7
- ![ons theme preview](/ons.png)
11
+ # [Click here for the theme demo](https://pradyroy.github.io/ons/)
8
12
 
9
13
  ## Installation
10
14
 
@@ -33,7 +37,7 @@ ONS has been scaffolded by the `jekyll new-theme` command and therefore has all
33
37
 
34
38
  Refers to files within the `_layouts` directory, that define the markup for your theme.
35
39
 
36
- - `base.html` — The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says ` {{ content }} ` and are linked to this file via [FrontMatter](https://jekyllrb.com/docs/frontmatter/) declaration `layout: base`.
40
+ - `base.html` — The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says `content within 2 curly brace` and are linked to this file via [FrontMatter](https://jekyllrb.com/docs/frontmatter/) declaration `layout: base`.
37
41
  - `index.html` — The layout for your landing-page / home-page / index-page.
38
42
  - `page.html` — The layout for your documents that contain FrontMatter, but are not posts.
39
43
  - `post.html` — The layout for your posts.
@@ -100,7 +104,7 @@ in `_config.yml`.
100
104
  # Ons date format
101
105
  # refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
102
106
  ons:
103
- date_format: "%b %-d, %Y"
107
+ date_format: "%-d %b, %Y"
104
108
  ```
105
109
 
106
110
  --
@@ -147,3 +151,7 @@ To test your theme, run `script/server` (or `bundle exec jekyll serve`) and open
147
151
  ## License
148
152
 
149
153
  The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
154
+
155
+ ## Theme preview image
156
+
157
+ ![ons theme preview](/ons.png)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ons-jt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pradyumna Roy (Prady Roy)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-03 00:00:00.000000000 Z
11
+ date: 2017-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll