Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Page layout is broken #308

Open
vinhqdang opened this issue Apr 19, 2016 · 5 comments
Open

Page layout is broken #308

vinhqdang opened this issue Apr 19, 2016 · 5 comments

Comments

@vinhqdang
Copy link

vinhqdang commented Apr 19, 2016

Hello

I created a Github IO page with Jekyll-Bootstrap at vinhqdang.github.com, but it seems the website is broken.

I set:

layout:page

at the beginning of MD file.

@vmfhrmfoaj
Copy link

I met the same problem.
I fixed this problem by this workaround.
It's just work, but I don't know the reason of the problem.

@vinhqdang
Copy link
Author

Thanks a lot @vmfhrmfoaj , but it does not work for me :(

@dschinkel
Copy link

is this even supported anymore? The install scripts are also outdated...they don't even have .io in the scripts here: http://jekyllbootstrap.com/usage/jekyll-quick-start.html

@krusynth
Copy link

krusynth commented Jun 2, 2016

As of Jekyll 3 (which is used by GitHub Pages), you'll need to change the workaround to use the new layout metadata instead of page.

In _includes/JB/setup change the line to read:

{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}

Instead of {{page.theme.name}}.

@vinhqdang
Copy link
Author

It’s great, thanks a lot

Best Regards

Vinh

On Jun 2, 2016, at 5:18 PM, Bill Hunt [email protected] wrote:

As of Jekyll 3 (which is used by GitHub Pages), you'll need to change the workaround to use the new layout metadata instead of page:

In _includes/JB/setup change the line to read:

  {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}

Instead of {{page.theme.name}}.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #308 (comment), or mute the thread https://github.com/notifications/unsubscribe/AEqh6HTSmcNpa-P2BIDtz9SefuLYeo6Oks5qHvRagaJpZM4IKgyJ.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants