From ec1c4084cc687a7cbe0f6b880b9ef7adf406dc04 Mon Sep 17 00:00:00 2001 From: Arman Idrisi <119788224+Armanidrisi@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:11:29 +0530 Subject: [PATCH] added _config for jekyll --- _config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..94ba535 --- /dev/null +++ b/_config.yml @@ -0,0 +1,11 @@ +theme: jekyll-theme-cayman + +title: Explore Engaging HTML, CSS, and JavaScript Frontend Projects for Your Next Web Development Adventure + +show_downloads: false + +include: [README.md] + +plugins: + + - jemoji \ No newline at end of file