Sure. Even this minimal toml causes RStudio to crash within a few seconds of opening it.
title = ""
theme = "hugo-tranquilpeak-theme"
baseURL = "/"
publishDir = "/"
ignoreFiles = ["\\.R$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "exampleSite"]
languageCode = "en-us"
defaultContentLanguage = "en-us"
paginate = 7
canonifyurls = true
# Menu Configuration
[[menu.main]]
weight = 1
identifier = "about"
name = "About"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-question\"></i>"
url = "/#about"
[[menu.main]]
weight = 2
identifier = "categories"
name = "Categories"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-bookmark\"></i>"
url = "/categories"
[[menu.main]]
weight = 3
identifier = "tags"
name = "Tags"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\"></i>"
url = "/tags"
[[menu.main]]
weight = 4
identifier = "archives"
name = "Archives"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-archive\"></i>"
url = "/archives"
[[menu.main]]
weight = 5
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\"></i>"
url = "/index.xml"
As for the output of lsof -p \pgrep rstudio`` in the terminal after launching RStudio... it's really really long. You sure you want it?