Setting Up Hugo

@michael_henderson
/Users/EthanJaffee/bookshelf is the directory.

Which folder is the root directory.

Within the bookshelf folder there is folders entitled archetypes, content, data, layouts, static, and themes. All of these folders are empty besides the config.toml file which says:

title = "My New Hugo Site"
languageCode = "en-us"
theme = “Hugo Future Imperfect”

where should the config.toml be?