logchimp 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e471cbd83219eae257518a466d78997e0538639350826dee75495bc07ea75978
4
- data.tar.gz: 007a07d8f50d636a2d8b06427c0c9fad777a1b7f40df90a8aad5264120423956
3
+ metadata.gz: b90e1612f7796e1a8e88a4354aec32d885bb6f872445404d719e9cc9dff76763
4
+ data.tar.gz: 3df12909882cbcf6c482e77152da90567fac2ba3e401d9c3d4dc7e6f041564c2
5
5
  SHA512:
6
- metadata.gz: 22f9d0dd6459168a928855cf3ee3216efd8f36831b2a2be6912930a2fa6ee7ddb38d1576ba9d183eca74d9dd69ad57d5fe6d2ec8fc82985a5c3858f576883d2b
7
- data.tar.gz: cb3b4f73362902d60ace18d02e681d576ac8c382d075e60e114777f327e948245695030a3d700c7bf0becdc1286b56ec56e14f1b5949f4b7f07e841e7f8508bc
6
+ metadata.gz: 28f971fbcbe75fdaf39e0f5610693ad92d2db6b332759ea94c0a36c81347ab54e8691373789967c6f4d93286f411627765417c7edf69ac28e7565621fcfc315f
7
+ data.tar.gz: fa9e5ddebe2b89c68872fa4fd85abf81af4cb35336e310444aa15ceb8fbf44c1e23a98c141e1b3452b2ebf468c23b7c4ce324c7b59a707c1408d7ec348b10ce8
data/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # LogChimp Theme
2
+
3
+ [![Star on GitLab][img-gitlab]][gitlab] [![Buy me a coffee][img-buymeacoffee]][buymeacoffee] [![Chat on Discord][img-discord]][discord]
4
+
5
+ LogChimp Theme is a gem based theme.
6
+
7
+ ## Copyright & License
8
+
9
+ The starter kit is available as open source under the terms of the [MIT License][gitlab-license].
10
+
11
+ ## Help me! To manage this project
12
+
13
+ I've put a lot of time and effort into making **LogChimp Theme** project. If you love it, you can buy me a coffee. I promise it will be a good investment 😉.
14
+
15
+ **Donate with:** [Buy me a coffee][buymeacoffee].
16
+
17
+ <!-- Links -->
18
+
19
+ [gitlab]: https://gitlab.com/codecarrot/logchimp/logchimp/
20
+ [gitlab-license]: https://gitlab.com/codecarrot/logchimp/logchimp/blob/master/LICENSE
21
+ [discord]: https://discord.gg/uVWZ6Mb
22
+ [buymeacoffee]: https://www.buymeacoffee.com/mittalyashu
23
+
24
+ <!-- Images -->
25
+
26
+ [img-jasper]: https://i.imgur.com/RZ1H9Id.png
27
+ [img-discord]: https://img.shields.io/badge/chat-on%20discord-blue.svg?style=flat&colorA=555555&colorB=7289DA
28
+ [img-buymeacoffee]: https://img.shields.io/badge/buy-me%20a%20coffee-blue.svg?style=flat&colorA=555555&colorB=FF813F
29
+ [img-gitlab]: https://img.shields.io/badge/star-on%20gitlab-yellow.svg?style=flat&colorA=555555&colorB=554488
data/_includes/card.html CHANGED
@@ -6,11 +6,13 @@
6
6
  </a>
7
7
  </div>
8
8
  <div class="category">
9
-
9
+
10
10
  {% include category.html %}
11
11
 
12
12
  <div class="time maxWidth900 {% if post.author %}mb10{% endif %}">
13
- {{ post.date | timeago }}
13
+ <a href="{{ post.url | relative_url }}">
14
+ {{ post.date | timeago }}
15
+ </a>
14
16
  </div>
15
17
 
16
18
  {% include author.html %}
@@ -1,5 +1,5 @@
1
1
  <footer>
2
- <p>{{ site.title }} is powered by <a href="/">LogChimp</a></p>
2
+ <p>{{ site.title }} is powered by <a href="https://logchimp.now.sh/">LogChimp</a></p>
3
3
  <p><a href="https://gitlab.com/codecarrot/logchimp/logchimp/issues/new">report an issue</a> / <a href="https://www.twitter.com/@logchimp">@logchimp</a></p>
4
4
  </footer>
5
5
 
File without changes
data/_layouts/post.html CHANGED
@@ -4,9 +4,9 @@ layout: default
4
4
 
5
5
  <div class="container changelog-container">
6
6
 
7
- <div class="newPost">
7
+ <div class="back">
8
8
  <a href="{{ '/' | relative_url }}">
9
- {% include icons/back.svg %}Back
9
+ {% include icons/back-arrow.svg %}Back
10
10
  </a>
11
11
  </div>
12
12
 
@@ -30,4 +30,8 @@ a
30
30
 
31
31
  @media (max-width: 500px)
32
32
  .wrapcontent
33
+ margin-bottom: 10px
34
+
35
+ @media (max-width: 900px)
36
+ .mb10
33
37
  margin-bottom: 10px
@@ -27,3 +27,4 @@ li
27
27
 
28
28
  strong
29
29
  font-weight: 500
30
+
@@ -1,4 +1,4 @@
1
- @import 'card'
2
- @import 'category'
3
- @import 'time'
4
- @import 'author'
1
+ @import 'card'
2
+ @import 'category'
3
+ @import 'time'
4
+ @import 'author'
@@ -1,2 +1,3 @@
1
1
  @import 'index'
2
- @import 'post'
2
+ @import 'post'
3
+ @import 'widget'
@@ -1,8 +1,13 @@
1
- .newPost
2
- margin-bottom: 35px
3
-
4
- a
5
- svg
6
- fill: $link
7
- width: 20px
8
- margin-right: 7px
1
+ .back
2
+ margin-bottom: 35px
3
+
4
+ a
5
+ svg
6
+ fill: $link
7
+ width: 20px
8
+ margin-right: 7px
9
+
10
+ @media (max-width: 560px)
11
+ .back
12
+ margin-left: 20px
13
+ margin-right: 20px
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logchimp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yashu Mittal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-15 00:00:00.000000000 Z
11
+ date: 2018-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -88,12 +88,13 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - LICENSE
91
+ - README.md
91
92
  - _includes/author.html
92
93
  - _includes/card.html
93
94
  - _includes/category.html
94
95
  - _includes/footer.html
95
96
  - _includes/header.html
96
- - _includes/icons/back.svg
97
+ - _includes/icons/back-arrow.svg
97
98
  - _includes/meta.html
98
99
  - _layouts/default.html
99
100
  - _layouts/empty.html