hey-world 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/pages/subscribe.md +20 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b241c63c71b6199ca26d6251303270ee6195b276eb2d3d8e16e21242d7692ae1
|
4
|
+
data.tar.gz: b691e1ac891a7302e6c8227a10d3fc9ca9433631e508b3418271cc4154d0b077
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52d2b707cdb52195688637143f372d5c7977ad0e08159478a5815af1c91e0ffcbbafc33bb0bf8607761922ca445b9bf227d05f189498b44095c9eac3007c1abb
|
7
|
+
data.tar.gz: d28b474dd34b43cc80710467b88b4e46388508d9b7c6a39f7ad5539f2fb3dbc35910ac2d74efc3329eebb64c64e51f4bf7f8c07904eff3ed61f88a2a70923097
|
data/pages/subscribe.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
title: Subscribed
|
4
|
+
permalink: /subscribed/
|
5
|
+
---
|
6
|
+
|
7
|
+
<div class="grid-item">
|
8
|
+
<div class="newsletter-container">
|
9
|
+
<div style="max-width: 45rem">
|
10
|
+
<div class="title">You're on the list.</div>
|
11
|
+
<div class="content">
|
12
|
+
Thank you for subscribing. You will get email notification for future
|
13
|
+
posts by <b>{{site.author.name}}</b>
|
14
|
+
</div>
|
15
|
+
<div class="pagination">
|
16
|
+
<a class="pagination-next" href="{{site.baseurl}}">See all posts</a>
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
</div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hey-world
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcus Heng
|
@@ -75,6 +75,7 @@ files:
|
|
75
75
|
- _layouts/page.html
|
76
76
|
- _layouts/post.html
|
77
77
|
- _sass/2-base/_base.scss
|
78
|
+
- pages/subscribe.md
|
78
79
|
homepage: https://github.com/marcushwz/hey-world
|
79
80
|
licenses:
|
80
81
|
- MIT
|