projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
also upload to MPI server
[web.git]
/
_plugins
/
readmes.rb
diff --git
a/_plugins/readmes.rb
b/_plugins/readmes.rb
index 82f917f18e1c32597d61849d113f33abb93da559..f70258975415f5ad04b19f6e04aaf640373a5045 100644
(file)
--- a/
_plugins/readmes.rb
+++ b/
_plugins/readmes.rb
@@
-12,9
+12,9
@@
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'] = '
default
'
+ self.data['layout'] = '
page
'
self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]
self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]
- slug = self.data['title'].match(/^(
.
*):.*$/)
+ slug = self.data['title'].match(/^(
[^:]
*):.*$/)
if slug
self.data['slug'] = slug[1]
end
if slug
self.data['slug'] = slug[1]
end
@@
-23,7
+23,7
@@
module Jekyll
end
end
end
end
- class
Category
PageGenerator < Generator
+ class
Readme
PageGenerator < Generator
safe true
def generate(site)
safe true
def generate(site)