-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
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
Upside down page when compiling gcushen/hugo-academic #728
Comments
For the wowchemy theme issue, it's a known one. I pinged its developer two weeks ago but didn't get a response: HugoBlox/hugo-blox-builder@b49528c#commitcomment-81429105 I'll see if I could fix it on my side. That said, we have often run into problems with wowchemy themes. You may see if you like the hugo-apero theme: https://github.com/hugo-apero/hugo-apero It should be much more stable. For the RStudio issue, a quick google search led me to https://community.rstudio.com/t/install-r-studio-on-win8-my-studio-is-upside-down/80325 I'm not sure if it will solve your problem. |
Should be fixed now: remotes::install_github('rstudio/blogdown') BTW, could you tell me where you heard about the |
Yes, it's fixed. Thank you very much! I heard about the Shujun |
Hello,
I tried to start a blogdown new project in RStudio using the hugo theme
gcushen/hugo-academic
but encounter the following errors:I then manually downloaded the template from https://github.com/wowchemy/starter-hugo-academic, unzipped it, and load it into RStudio as an existing project. It loaded normally and then I click
serve site
, the page showed up but upside down and mirrored. My RStudio menu also became upside down and mirrored:I can stop the server with
blogdown::stop_server()
, but the addin menu is still shown upside down and mirrored. I have to restart the R session to get things back to normal. Can you help to find out what went wrong and how I can usegcushen/hugo-academic
in blogdown?Thanks,
Shujun
The text was updated successfully, but these errors were encountered: