blogdown 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e19d427da983e276121f038c43dd14e56bc3dd4d
4
- data.tar.gz: c7e73cf46279b3227f78c05542695252c314a204
3
+ metadata.gz: df304377787125f6a25ffa92d1327b9e3f6c7fbb
4
+ data.tar.gz: 8744c7c304cff81f2217c86777681cf63dce3365
5
5
  SHA512:
6
- metadata.gz: c979718291944fbd040060d4c9547ab4c6d77caab593399f6665ae84065fc953fb68e2b50d2ea64021f6074c01c57f5226d38375866a28035c991dcc88dd2e1d
7
- data.tar.gz: 3c119d2dc2bfa8a78ae686820f979d3717e6e737d50f25c8a000ffdb1b47d3cbc82e00ce18a8d7fbeed60c7460ff5e3e4890b5840a6c78ebdd43c5138a31d635
6
+ metadata.gz: 3164ebd80340fe0a6802e899f41e671da2f3f7977a9aa39091613db14f1aeebf081673132e1a2101dbe03cdc29716cf6677d1296024d5c1d82454ad05732c88c
7
+ data.tar.gz: 30eeb0bd12273ddbd5dd2442894abd84fcbf34e768316da0d9f3a07bdac20b2f4c45349da0ea4a2ffabcfc6dd874966b5d565ebd4c0f5149d249297c642f8bd4
data/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  * Generates html from markdown files
6
6
  * Syntax highlighting with coderay
7
7
  * Built in server
8
- * Simple and beautiful UI
9
8
 
10
9
  ## Installation
11
10
 
@@ -1,3 +1,3 @@
1
1
  module Blogdown
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/views/home.erb CHANGED
@@ -6,11 +6,10 @@
6
6
  <a href="/post/<%= file.basename.to_s.gsub('.md.html', '') %>">
7
7
  <%= file.basename.to_s %>
8
8
  </a>
9
- <button id="copy-file">
10
- copy
11
- </button>
12
9
  <button>
13
- view
10
+ <a href="/post/<%= file.basename.to_s.gsub('.md.html', '') %>">
11
+ view
12
+ </a>
14
13
  </button>
15
14
  </li>
16
15
  <% end %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blogdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gernest