From 908f0c65d5dad5c2cf17ff601cae896bb3ce3f2c Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Wed, 27 Jul 2022 09:48:57 +0100 Subject: [PATCH] raw version of blog posts --- README.md | 3 - _config.yml | 25 - _includes/share.html | 7 - _layouts/post.html | 3 +- _layouts/raw.html | 5 + _plugins/raw.rb | 30 + _posts/2015-03-28-css-filters.md | 91 ++- _posts/2015-04-02-broadcast-channel.md | 31 +- ...15-06-06-array-generator-comprehensions.md | 57 +- _posts/2015-07-24-autocomplete-trie.md | 45 +- .../2015-10-13-open-source-good-bad-ugly.md | 119 ++-- _posts/2016-11-15-immortals-go-extinct.md | 97 +-- _posts/2016-12-26-high-frequency-fuck-ups.md | 114 ++-- _posts/2017-02-04-dont-chase.md | 78 ++- _posts/2017-09-07-primitive-living-0.md | 177 +++++- _posts/2017-09-09-travis-ci-pr-push.md | 31 +- _posts/2017-09-24-diy-kindle-stand.md | 26 +- ...-09-27-typoclassopedia-exercise-answers.md | 218 +++++-- _posts/2017-10-19-tiling-shapes-proofs.md | 66 ++- _posts/2019-02-11-going-self-hosted.md | 140 ++++- _posts/2019-07-27-discrimination-iran.md | 294 +++++++-- _posts/2021-10-29-inherent-subjectivity.md | 148 ++++- _posts/2022-06-16-rust-boxed-str-vs-string.md | 127 +++- ...-23-embodying-the-avatar-in-video-games.md | 559 ++++++++++-------- ...7-blog-raw-permalinks-for-accessibility.md | 49 ++ about.md | 24 - .../earth-biomes-research.pdf | Bin index.html | 1 + raw.html | 6 + travel.html | 4 - 30 files changed, 1812 insertions(+), 763 deletions(-) delete mode 100644 README.md delete mode 100644 _includes/share.html create mode 100644 _layouts/raw.html create mode 100644 _plugins/raw.rb create mode 100644 _posts/2022-07-27-blog-raw-permalinks-for-accessibility.md delete mode 100644 about.md rename earth-biomes-research.pdf => files/earth-biomes-research.pdf (100%) create mode 100644 raw.html delete mode 100644 travel.html 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 @@ -
- Share in - - Twitter - Facebook - Google+ -
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 %} -