mailtojekyll 0.2.3 → 0.2.4
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 -1
- data/lib/mailtojekyll/version.rb +1 -1
- data/mailtojekyll-0.2.3.gem +0 -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: b16a063fa5c30686804d68b2e93582bbbcd21ebb
|
|
4
|
+
data.tar.gz: 94f6797a7f4f4b122f4abdc47c52df4826d2f58e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 670e2737203293b682e5120183f23b5b814bbdf4a2ea67e71f9729dfa50c54bd0bb2cbfe7a66a5775e64f78756c4daaf7eadfa2876f4262ce333d69006cdcaa5
|
|
7
|
+
data.tar.gz: 6d31f51a35b61f44dc2050c1067a6edc47fd2bb793909236b3d71f97efe57cc6003f955e7a82ff99e241c05bf5505213c44fb28e38422309caba32305eb3a73d
|
data/README.md
CHANGED
|
@@ -16,12 +16,20 @@ Converts emailed blog posts into markdown and saves them inside a jekyll structu
|
|
|
16
16
|
|
|
17
17
|
## How to use it
|
|
18
18
|
|
|
19
|
-
Users email a post to their dedicated email account for their `jekyll` blog.
|
|
19
|
+
Users email a post to their dedicated email account for their `jekyll` blog.
|
|
20
|
+
|
|
21
|
+
The subject must be in this format: `Post Title || secret: secretword`
|
|
22
|
+
|
|
23
|
+
The secret word must match the one set in `_config.yml`
|
|
24
|
+
|
|
25
|
+
Most formatting will be stripped out. If the user wants to include images in the post, they should attach the images to the email and use the following syntax in the body of the email:
|
|
20
26
|
|
|
21
27
|
```
|
|
22
28
|
#image-filename.png#
|
|
23
29
|
```
|
|
24
30
|
|
|
31
|
+
This must match the exact file name of the attachment.
|
|
32
|
+
|
|
25
33
|
`mailtojekyll` will replace that tag with the correct markdown image tag, including a reference to the relative image path so `jekyll` processes it correctly
|
|
26
34
|
|
|
27
35
|
### External Dependencies
|
data/lib/mailtojekyll/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailtojekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kate Klemp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -124,6 +124,7 @@ files:
|
|
|
124
124
|
- mailtojekyll-0.2.0.gem
|
|
125
125
|
- mailtojekyll-0.2.1.gem
|
|
126
126
|
- mailtojekyll-0.2.2.gem
|
|
127
|
+
- mailtojekyll-0.2.3.gem
|
|
127
128
|
- mailtojekyll.gemspec
|
|
128
129
|
- pkg/mailtojekyll-0.1.0.gem
|
|
129
130
|
- pkg/mailtojekyll-0.2.0.gem
|