diff --git a/README.md b/README.md deleted file mode 100644 index 6050a08..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -mahdi.blog -========== - diff --git a/_config.yml b/_config.yml index ce457f1..725dcd9 100644 --- a/_config.yml +++ b/_config.yml @@ -19,31 +19,6 @@ collections: art: title: art permalink: /art/:path/ - #math: - #title: math - #output: true - #permalink: /math/:path/ - #path: /math - #programming: - #title: programming - #output: true - #permalink: /programming/:path/ - #path: /programming - #life: - #title: life - #output: true - #permalink: /life/:path/ - #path: /life - #travel: - #title: travel - #output: true - #permalink: /travel/:path/ - #path: /travel - #philosophy: - #title: philosophy - #output: true - #permalink: /philosophy/:path/ - #path: /philosophy contentsLabel: "Table of Contents" showToggleButton: true diff --git a/_includes/share.html b/_includes/share.html deleted file mode 100644 index 92457d6..0000000 --- a/_includes/share.html +++ /dev/null @@ -1,7 +0,0 @@ -
diff --git a/_layouts/post.html b/_layouts/post.html index f2a3e5a..2c6fb06 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,6 +12,7 @@ layout: default {{ page.date | date: "%b %-d, %Y" }} {% if page.meta %} • {{ page.meta }}{% endif %} • Reading time: {{ content | reading_time }} + • raw @@ -19,8 +20,6 @@ layout: default {{ content }} - {% include share.html %} -