projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rust post tuning
[web.git]
/
ralf
/
_plugins
/
readmes.rb
diff --git
a/ralf/_plugins/readmes.rb
b/ralf/_plugins/readmes.rb
index f70258975415f5ad04b19f6e04aaf640373a5045..922d3a896566d0ff2441fc15e0f180b20d7011f1 100644
(file)
--- a/
ralf/_plugins/readmes.rb
+++ b/
ralf/_plugins/readmes.rb
@@
-12,7
+12,7
@@
module Jekyll
content = File.read(src, self.merged_file_read_opts({})).each_line.to_a
content = File.read(src, self.merged_file_read_opts({})).each_line.to_a
- self.data['layout'] = '
page
'
+ self.data['layout'] = '
default
'
self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]
slug = self.data['title'].match(/^([^:]*):.*$/)
if slug
self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]
slug = self.data['title'].match(/^([^:]*):.*$/)
if slug
@@
-28,6
+28,7
@@
module Jekyll
def generate(site)
readmes = site.config['readmes']
def generate(site)
readmes = site.config['readmes']
+ return if readmes.nil?
base = readmes['src_base']
dir = readmes['out_base']
idx = 0
base = readmes['src_base']
dir = readmes['out_base']
idx = 0