diff --git a/content/resources/guides.yaml b/content/resources/guides.yaml index 3ccabd7..546f94b 100644 --- a/content/resources/guides.yaml +++ b/content/resources/guides.yaml @@ -7,3 +7,7 @@ cards: - title: LearnCpp path: https://www.learncpp.com/ description: LearnCpp.com is a free website devoted to teaching you how to program in modern C++ + - title: Google C++ Style Guide + path: https://google.github.io/styleguide/cppguide.html + icon: https://cdn.simpleicons.org/google + description: "Google's detailed conventions and engineering guidelines for maintaining large C++ codebases"