We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Thanks for making this theme ... it's great!
I'm now to making web pages and Jekyll, so apologies if this is just user error.
I'm following the instructions at http://jekyllrb.com/docs/github-pages/#project-page-url-structure and put this in _config.yml:
_config.yml
baseurl: /website-test
This works for CSS files, but I'm getting 404 not found errors for http://cdeil.github.io/img/intro-bg.jpg and http://cdeil.github.io/img/downloads-bg.jpg .
I think the issue is that here https://github.com/jeromelachaud/grayscale-theme/blob/master/_includes/css/grayscale.css#L141 the baseurl config option is not taken into account?
baseurl
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
The text was updated successfully, but these errors were encountered:
Add pyplot based draft chart for performance scaling
a6785fc
This more or less completes the outline / draft for Experiment 2 until it can actually be carried out, so closes jeromelachaud#5
No branches or pull requests
Thanks for making this theme ... it's great!
I'm now to making web pages and Jekyll, so apologies if this is just user error.
I'm following the instructions at
http://jekyllrb.com/docs/github-pages/#project-page-url-structure
and put this in
_config.yml
:This works for CSS files, but I'm getting 404 not found errors for http://cdeil.github.io/img/intro-bg.jpg and http://cdeil.github.io/img/downloads-bg.jpg .
I think the issue is that here
https://github.com/jeromelachaud/grayscale-theme/blob/master/_includes/css/grayscale.css#L141
the
baseurl
config option is not taken into account?The text was updated successfully, but these errors were encountered: