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

Various changes to make it easier to extend the theme #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jorgenschaefer
Copy link

This series of commits are trivial changes that I made to the theme for my local use case which are trivial and make it a lot easier to extend the theme. I'm not sure which of these are interesting to you, but I figured I'd offer them because they were helpful to me.

Thank you for making your great theme available!

@crakjie
Copy link
Owner

crakjie commented Feb 22, 2016

I will try it in with the exemple. And if everuhings work I merge this PR.

@@ -112,7 +112,7 @@ h6 {
.contact {
padding: 100px 0;
color: #f8f8f8;
background: url(../img/contact-bg.jpg) no-repeat center center;
background: url(/img/contact-bg.jpg) no-repeat center center;
Copy link
Contributor

@whitphx whitphx May 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, your PR looks good and I merged this branch personally 😃 .
However, I only think this url should be remained as relative path because hugo's canonifyUrls option doesn't work at urls in css files
so that this will cause a problem if you deploy the site not on a root path (e.g. http://example.com/foo/)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it will fail if you have any kind of nesting … but ok, I amended the PR.

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

Successfully merging this pull request may close these issues.

3 participants