Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
32 changes: 16 additions & 16 deletions config.toml
Original file line number Diff line number Diff line change
@@ -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 = '&copy; <a href="https://beta.companieshouse.gov.uk/company/SC647817">OpenCulinary C.I.C.</a> 2019 &ndash; 2020'
menuMore = 'Show more'
readMore = 'Read more'
readOtherPosts = 'Read other posts'

[languages.en.params.logo]
logoText = "RecipeRadar Engineering"
logoHomeLink = "/"
logoText = 'RecipeRadar Blog'
logoHomeLink = '/'