You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Gemfile
source 'https://ruby.taobao.org/'
gem 'octopress', '~> 3.0.4'
group :jekyll_plugins do
gem 'octopress-genesis-theme'
end
3. _config.yml
post_ext: markdown
page_ext: html
post_layout: theme:post
page_layout: theme:page
titlecase: true
post_template: post
page_template: page
draft_template: draft
The text was updated successfully, but these errors were encountered:
seraph115
changed the title
add "octopress-genesis-them", do "jekyll build" error "undefined method `docs'"
Add "octopress-genesis-them", do "jekyll build", then error "undefined method 'docs'..."
Dec 15, 2016
#1. Error like this,
$ jekyll build
Configuration file: /Users/seraph/code/ruby-space/blog/_config.yml
Source: /Users/seraph/code/ruby-space/blog
Destination: /Users/seraph/code/ruby-space/blog/_site
Generating...
jekyll 2.5.3 | Error: undefined method 'docs' for [<Post: /2016/12/15/my-title>]:Array
2. Gemfile
source 'https://ruby.taobao.org/'
gem 'octopress', '~> 3.0.4'
group :jekyll_plugins do
gem 'octopress-genesis-theme'
end
3. _config.yml
post_ext: markdown
page_ext: html
post_layout: theme:post
page_layout: theme:page
titlecase: true
post_template: post
page_template: page
draft_template: draft
The text was updated successfully, but these errors were encountered: