From 97bbff1a1794f8541338ce352d04514ba386f6dd Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Wed, 2 Sep 2015 03:44:44 +0500 Subject: [PATCH] Customize more --- _config.yml | 6 ++- _includes/author_block.html | 87 --------------------------------- _includes/include_js.html | 13 +++-- _includes/post_footer.html | 53 ++++++++++++++++++++ _includes/sharer.html | 4 +- _layouts/default.html | 8 +-- _layouts/post.html | 22 +++++---- _sass/_base.scss | 11 ++--- _sass/_layout.scss | 21 ++++++-- images/dvteam_green.png | Bin 0 -> 11284 bytes images/dvteam_green_square.png | Bin 0 -> 5703 bytes images/dvteam_white.png | Bin 0 -> 7908 bytes index.html | 40 ++++++++------- 13 files changed, 129 insertions(+), 136 deletions(-) delete mode 100644 _includes/author_block.html create mode 100644 _includes/post_footer.html create mode 100644 images/dvteam_green.png create mode 100644 images/dvteam_green_square.png create mode 100644 images/dvteam_white.png diff --git a/_config.yml b/_config.yml index 361c763..2a4af9c 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ email: pranav@maangalabs.com baseurl: /dvteam.org favicon: /favicon.png -permalink: /:categories/:title +permalink: /:categories twitter_username: pranavrajs @@ -25,3 +25,7 @@ authors: display_name: Alexander Borzunov email: borzunov.alexander@gmail.com github: borzunov + phil9l: + display_name: Phil Bazun + email: Phil9lne@gmail.com + github: Phil9l diff --git a/_includes/author_block.html b/_includes/author_block.html deleted file mode 100644 index de2dd8c..0000000 --- a/_includes/author_block.html +++ /dev/null @@ -1,87 +0,0 @@ -{% assign author = site.authors[page.author] %} - -{% if author %} -
-
Author: {{ author.display_name }}
- -
- -{% endif %} -{% if site.disqus_short_name and page.comments != false %} -
- - -{% endif %} - diff --git a/_includes/include_js.html b/_includes/include_js.html index 122f538..571e33a 100644 --- a/_includes/include_js.html +++ b/_includes/include_js.html @@ -22,11 +22,16 @@ diff --git a/_includes/post_footer.html b/_includes/post_footer.html new file mode 100644 index 0000000..8b50427 --- /dev/null +++ b/_includes/post_footer.html @@ -0,0 +1,53 @@ +{% assign author = site.authors[page.author] %} + +{% if author %} +
+
+
Author: {{ author.display_name }}
+
    + {% if author.email %} +
  • + {% endif %} + {% if author.github %} +
  • + {% endif %} + {% if author.facebook %} +
  • + {% endif %} + {% if author.twitter %} +
  • + {% endif %} + {% if author.linkedin %} +
  • + {% endif %} +
+
+
+{% endif %} + +{% if site.disqus_short_name and page.comments != false %} +
+ + +{% endif %} + + diff --git a/_includes/sharer.html b/_includes/sharer.html index 077b4ed..3468942 100644 --- a/_includes/sharer.html +++ b/_includes/sharer.html @@ -1,4 +1,4 @@ - +{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 991f308..8dbbeaf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,9 @@
- + + +

{{site.title}}

{{site.description}}

@@ -21,13 +23,13 @@

{{site.title}}

{{ content }}
-