You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up my user page by simply forking Hyde and renaming it (and adjusting a few things here and there like CNAME and _config.yml). Easy peasy. But then I tried to set up essentially the same thing on a project page so I could essentially have a project blog. In this case I copied my user page to my project's gh-pages branch and figured I'd edit it step by step, seeing what happens.
I ended up having a lot of problems (and a lot of ridiculously named commits as I tried to fix things), like the About page of my user page showing up instead of the project's about page, or the stylesheet not being applied. The problems seemed related to baseurl: in _config.yml, which I ended up fixing (in both _config.yml and other files like sidebar.html) based on information I found in some searches.
But I think this was a kludge.
And now the problem is that images I have stored in a /images/ directory in the root do not show up in posts like they do on my user page. In both cases I'm using a relative path like so: /images/20140104-DSCF1800.jpg.
I'm sure I could give better information here as to my problem---and I can if asked---but I suspect it might be something simple like a missing slash somewhere. Or perhaps someone can direct me to an explanation or provide some basic hints on how to set up Hyde on a project page to see if I can work through it first.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
I set up my user page by simply forking Hyde and renaming it (and adjusting a few things here and there like
CNAME
and_config.yml
). Easy peasy. But then I tried to set up essentially the same thing on a project page so I could essentially have a project blog. In this case I copied my user page to my project's gh-pages branch and figured I'd edit it step by step, seeing what happens.I ended up having a lot of problems (and a lot of ridiculously named commits as I tried to fix things), like the About page of my user page showing up instead of the project's about page, or the stylesheet not being applied. The problems seemed related to
baseurl:
in_config.yml
, which I ended up fixing (in both_config.yml
and other files likesidebar.html
) based on information I found in some searches.But I think this was a kludge.
And now the problem is that images I have stored in a
/images/
directory in the root do not show up in posts like they do on my user page. In both cases I'm using a relative path like so:/images/20140104-DSCF1800.jpg
.I'm sure I could give better information here as to my problem---and I can if asked---but I suspect it might be something simple like a missing slash somewhere. Or perhaps someone can direct me to an explanation or provide some basic hints on how to set up Hyde on a project page to see if I can work through it first.
Thanks for your help.
The text was updated successfully, but these errors were encountered: