octopress / genesis-theme

A Jekyll theme build on Octopress Ink
MIT License
24 stars 16 forks source link

genesis-theme being overwritten by jekyll default theme #18

Closed oflannabhra closed 9 years ago

oflannabhra commented 9 years ago

Not exactly sure how to troubleshoot this, but it looks like my configuration for the genesis-theme might not be set up right. Every page in my site is using the default jekyll theme jekyll-new except for the Archive page. Every page is including genesis-theme header, just not the proper assets or layout. Also, the _plugins/theme/config.yml title and subtitle are not being picked up.

I installed the genesis-theme gem after generating the jekyll site with octopress new, which might have created this issue?

imathis commented 9 years ago

The genesis theme is definitely in alpha, so I wouldn't build a public site on it right now. I still have things to work on. But aside from that, have you updated your posts and pages with layout: theme:post or layout: theme:page?

oflannabhra commented 9 years ago

I was using the following

layout: post
theme: post

which now is pretty obvious.