From 4697e770dfec57d5d0f415907752531fb68ec7b3 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 26 Feb 2019 20:35:27 +0000 Subject: [PATCH] First version has been done --- _layouts/default.html | 20 ++++++++++---------- _layouts/home.html | 2 +- gpg.md | 6 ++++++ index.md | 3 --- 4 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 gpg.md diff --git a/_layouts/default.html b/_layouts/default.html index 418b7bd..99ecbc7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -34,15 +34,15 @@ {% endif %} - {% if page.url != "/gpg.html" %} - - {% endif %} + {% if page.url != "/blog.html" %} + {{ content }} diff --git a/gpg.md b/gpg.md new file mode 100644 index 0000000..e59d92f --- /dev/null +++ b/gpg.md @@ -0,0 +1,6 @@ +--- +layout: post +--- + + +I care about privacy. Here is my [Official GPG Public Key](/gpg/public.pgp). diff --git a/index.md b/index.md index fc61f06..609b0e9 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,4 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - layout: home theme: light home: true