Skip to content

The RecipeRadar engineering blog is used to share updates and background about the technology and functionality behind the application

License

Notifications You must be signed in to change notification settings

openculinary/blog

Folders and files

NameName
Last commit message
Last commit date
Nov 22, 2019
Dec 30, 2024
Mar 13, 2025
Dec 13, 2023
Feb 22, 2021
Sep 19, 2023
Oct 17, 2024
Oct 23, 2019
Oct 17, 2024
Mar 5, 2020
Mar 13, 2025
May 21, 2020
Oct 17, 2024

Repository files navigation

RecipeRadar Blog

The RecipeRadar blog is used to share updates and background about the RecipeRadar service.

It's a Hugo static site and posts are configured to read their timestamps from this git repository.

Install dependencies

Make sure to follow the RecipeRadar infrastructure setup to ensure all cluster dependencies are available in your environment.

Local Deployment

To deploy the service to the local infrastructure environment, execute the following commands:

$ make
$ make deploy

Operations

Creating a new blog post

To create a new blog post, run the following command:

$ hugo new posts/your-article-title.md

You should now be able to edit the article under content/posts/your-article-title.md. Once you're done writing, remove the draft flag from the file, and run make to regenerate the blog. You can view the newly-generated content by opening the public/index.html in a web browser.

About

The RecipeRadar engineering blog is used to share updates and background about the technology and functionality behind the application

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks