biaslab / hugo-academic-group

An academic group website theme for Hugo.
MIT License
52 stars 18 forks source link

RStudio Compatibility #52

Closed ConalMonaghan closed 3 years ago

ConalMonaghan commented 3 years ago

Amazing template! I having troubles with running this using RStudio (with Hugo/Blogdown). When running the group using R and RStudio there is no CSS. This occurs whether using the RStudio Hugo Blogdown module, Github cloning, or the console commands on your site. See attached image of output.

Screen Shot 2020-09-10 at 11 17 53 am

GCushen's Academic template works using these methods in RStudio. I am currently unable to identify what difference between the Academic and Academic-Group templates is stopping casuing issues using the hugo-academic-group template.

pzhaonet commented 3 years ago

It works fine in my RStudio with R blogdown. RStudio Version 1.4.1103. More info for my system:

> sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    
system code page: 65001

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods  
[7] base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.6        bookdown_0.21     ps_1.5.0         
 [4] digest_0.6.27     later_1.1.0.1     R6_2.5.0         
 [7] jsonlite_1.7.2    magrittr_2.0.1    evaluate_0.14    
[10] blogdown_1.1      rlang_0.4.10      rstudioapi_0.13  
[13] promises_1.2.0.1  rmarkdown_2.6     tools_4.0.3      
[16] servr_0.21        processx_3.4.5    httpuv_1.5.5     
[19] xfun_0.21         yaml_2.2.1        compiler_4.0.3   
[22] htmltools_0.5.1.1 knitr_1.31 
ivan-bocharov commented 3 years ago

Thanks for your report @pzhaonet. I am going to close the issue now.