From 3778f6ef0a90d3797d53507b1838ee8ffcd3c926 Mon Sep 17 00:00:00 2001 From: allenalvin333 Date: Sun, 31 Dec 2023 13:32:16 +0530 Subject: [PATCH] DEPLOY --- _config.yml | 3 +++ _layouts/default.html | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 _config.yml create mode 100644 _layouts/default.html diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..e746d93 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +remote_theme: pages-themes/cayman@v0.2.0 +plugins: +- jekyll-remote-theme \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..f6b9b6e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,41 @@ + + + + + +{% seo %} + + + + + + + {% include head-custom.html %} + + + Skip to the content. + + + +
+ {{ content }} + + +
+ + \ No newline at end of file