diff --git a/_config.yml b/_config.yml index 117cb16..65e63db 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,7 @@ remote_theme: pages-themes/cayman@v0.2.0 title: 'AWS Cloud Practitioner Short Notes' description: 'If you are preparing for AWS Cloud Practitioner Exam, this guide will help you with quick revision before the exam. I share the notes I used to study and pass exam.' show_downloads: false + +github: + repository_url: '/index.html' + owner_url: "https://nirav-kanani.netlify.app/" \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..ae10b2b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,42 @@ + + + + + +{% seo %} + + + + + + + {% include head-custom.html %} + + + Skip to the content. + + + +
+ {{ content }} + + +
+ + \ No newline at end of file