Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A configuration tweak if you're using a gh-pages sub-folde #292

Closed
jonduan opened this issue Aug 8, 2016 · 1 comment
Closed

A configuration tweak if you're using a gh-pages sub-folde #292

jonduan opened this issue Aug 8, 2016 · 1 comment

Comments

@jonduan
Copy link

jonduan commented Aug 8, 2016

This is original tweak
You will also need to tweak the "header" include /{{ site.baseurl }}:

<header class="site-header px2 px-responsive">
  <div class="mt2 wrap">
    <div class="measure">
      <a href="{{ site.url }}/{{ site.baseurl }}">{{ site.title }}</a>
      <nav class="site-nav right">
        {% include navigation.html %}
      </nav>
    </div>
  </div>
</header>

I tried it and found that

<a href="{{ site.url }}{{ site.baseurl }}">{{ site.title }}</a>

is fine since {{ site.baseurl }} is already "/" ed .

And another file "navigation.html" is needed to modified accordingly.

Thanks a lot.

Great theme for Jykell.

I modified my repo, but I am not familiar to pull request.

Some one can point a link to show how to do it?

Really appreciated.

@ashawley
Copy link
Collaborator

ashawley commented Dec 8, 2018

Thanks for reporting this. After a long delay, it seems this should be fixed in #370.

@ashawley ashawley closed this as completed Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants