marinebon / infographiqR

R functions for creation of interactive intelligent infographics, ie infographiq
https://marinebon.github.io/infographiqR
MIT License
11 stars 2 forks source link

info-mb web page says "Florida Keys" #25

Closed reikopm closed 6 years ago

reikopm commented 6 years ago

I've searched where to change the web page titles from "Florida Keys" to "Monterey Bay" but I cannot find it. Can you help?

7yl4r commented 6 years ago

Where are you seeing "Florida Keys"? At https://marinebon.github.io/info-mb/ I see "Monterey Bay".

reikopm commented 6 years ago

Hello Tylar,

Thanks for looking into this. I was having git problems last week, but this morning was able to update the files. Can you take another look?

7yl4r commented 6 years ago

Ah, okay. Now I see it. I'm not sure of the cause but my first guess is that maybe the rmd and docs folders are not overwriting as we expect them to. Can you try removing them entirely so we for sure start from scratch and then running create_info_site again?

7yl4r commented 6 years ago

Oh, I found it. create_info_site uses site_title=Florida Keys Infographics as a default. I have changed the default to be more generic, but to get what you want you should set this value when you call the function create_info_site( site_title="Monterey Bay Infographics" )

bbest commented 6 years ago

Yes, that's it @7yl4r, per suggested marinebon/info-mb/create_info_site.R

# devtools::install_github('marinebon/infographiq')
infographiq::create_info_site(
  site_title = "Monterey Bay Infographics",
  render_modals = T)