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
First off, what a beautifully crafted theme, both in code and aesthetics. Very impressed (after years of writing/wrestling with my own hugo themes...).
One thing I've noticed is that in previewing the site locally with blogdown::serve_site() from an RStudio Server connection, a few elements don't render properly: specifically, fontawesome icons and preview images on the project page. Similarly some navigation links are broken. The problem is resolved once the site is published, e.g. via netlify, but of course local preview is nicer. I think this has something to do with relative vs absolute urls, e.g. RStudio Server previews at an arbitrary path like: /p/894cc8d3/project/ , (e.g. http://localhost:8787/p/894cc8d3/project/ from a locally-hosted RStudio Server in docker), i.e. RStudio-Server's p/894cc8d3 part isn't visible to the navigation. It's not really an issue with the theme, but it's an annoying gotcha for anyone building sites on a server-instance. Can you reproduce this problem? any advice on how to remedy it?
The text was updated successfully, but these errors were encountered:
Hi @apreshill and team,
First off, what a beautifully crafted theme, both in code and aesthetics. Very impressed (after years of writing/wrestling with my own hugo themes...).
One thing I've noticed is that in previewing the site locally with
blogdown::serve_site()
from an RStudio Server connection, a few elements don't render properly: specifically, fontawesome icons and preview images on theproject
page. Similarly some navigation links are broken. The problem is resolved once the site is published, e.g. via netlify, but of course local preview is nicer. I think this has something to do with relative vs absolute urls, e.g. RStudio Server previews at an arbitrary path like: /p/894cc8d3/project/ , (e.g.http://localhost:8787/p/894cc8d3/project/
from a locally-hosted RStudio Server in docker), i.e. RStudio-Server'sp/894cc8d3
part isn't visible to the navigation. It's not really an issue with the theme, but it's an annoying gotcha for anyone building sites on a server-instance. Can you reproduce this problem? any advice on how to remedy it?The text was updated successfully, but these errors were encountered: