From 72218aa697d641bd459b8e1d0a07e97c3abfb42b Mon Sep 17 00:00:00 2001 From: Ido777 Date: Wed, 30 Apr 2025 08:47:20 +0300 Subject: [PATCH] Created a new _config.yml file --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..15a63741 --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +title: System Design Primer: Update Edition +description: An updated guide to system design principles and practices. +theme: jekyll-theme-cayman +url: "https://ido777.github.io" +baseurl: "" \ No newline at end of file