diff --git a/README.md b/README.md index d9c1287..b685a2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# RecipeRadar Engineering Blog +# RecipeRadar Blog -The RecipeRadar engineering blog is used to share updates and background about the technology and functionality behind the application. +The RecipeRadar blog is used to share updates and background about the RecipeRadar service. It's a [Hugo](https://gohugo.io) static site and posts are configured to read their timestamps from this `git` repository. diff --git a/config.toml b/config.toml index 71457d2..7a58a80 100644 --- a/config.toml +++ b/config.toml @@ -1,30 +1,30 @@ -baseURL = "https://blog.reciperadar.com" +baseURL = 'https://blog.reciperadar.com' enableGitInfo = true enableRobotsTXT = true disableHugoGeneratorInject = true -languageCode = "en-us" -theme = "primer" -title = "RecipeRadar Engineering" +languageCode = 'en-us' +theme = 'primer' +title = 'RecipeRadar Blog' [params] -themeColor = "blue" +themeColor = 'blue' fullWidthTheme = false centerTheme = false [frontmatter] -date = ["date", ":git"] +date = ['date', ':git'] [languages] [languages.en] - languageName = "English" - title = "RecipeRadar Engineering" - subtitle = "The technology behind the recipe search engine" - keywords = "recipes, software, engineering, technology" - copyright = "© RecipeRadar" - menuMore = "Show more" - readMore = "Read more" - readOtherPosts = "Read other posts" + languageName = 'English' + title = 'RecipeRadar Blog' + subtitle = 'News and articles relating to the RecipeRadar search engine' + keywords = 'recipes, software, news, technology' + copyright = '© OpenCulinary C.I.C. 2019 – 2020' + menuMore = 'Show more' + readMore = 'Read more' + readOtherPosts = 'Read other posts' [languages.en.params.logo] - logoText = "RecipeRadar Engineering" - logoHomeLink = "/" + logoText = 'RecipeRadar Blog' + logoHomeLink = '/'