Closed rgaiacs closed 9 years ago
Related with #12.
@BillMills could you help me find where site.github.url is defined?
site.github.url
$ grep -r github.url . ./_includes/head.html: <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.github.url }}"> ./_includes/head.html: <link rel="stylesheet" href="{{ "/css/bootstrap.css" | prepend: site.github.url }}"> ./_includes/head.html: <link rel="stylesheet" href="{{ "/css/custom.css" | prepend: site.github.url }}"> ./_includes/header.html: <img alt="Software Carpentry logo" src="{{site.github.url}}/img/software-carpentry-banner.png">
All gh-pages sites have some default metadata injected into them by GitHub on the site.github object, see spec here. Hope this helps!
site.github
@BillMills Thanks for the information. I'm closing this in favor of #19.
Related with #12.
@BillMills could you help me find where
site.github.url
is defined?