add art section to blog
2
.bundle/config
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
BUNDLE_PATH: "vendor/bundle"
|
2
.gitignore
vendored
@ -3,3 +3,5 @@ _site
|
||||
.sass-cache
|
||||
.DS_Store
|
||||
img/.DS_Store
|
||||
vendor
|
||||
.jekyll-cache
|
||||
|
4
Gemfile
@ -1,7 +1,9 @@
|
||||
source 'https://rubygems.org'
|
||||
ruby "2.5.1"
|
||||
ruby "3.1.2"
|
||||
|
||||
gem "nokogiri"
|
||||
gem "jekyll"
|
||||
gem "jekyll-scholar", group: :jekyll_plugins
|
||||
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
36
Gemfile.lock
@ -11,7 +11,7 @@ GEM
|
||||
citeproc (~> 1.0, >= 1.0.9)
|
||||
csl (~> 1.6)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.9)
|
||||
concurrent-ruby (1.1.10)
|
||||
csl (1.6.0)
|
||||
namae (~> 1.0)
|
||||
rexml
|
||||
@ -21,12 +21,12 @@ GEM
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.15.4)
|
||||
ffi (1.15.5)
|
||||
forwardable-extended (2.6.0)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.8.11)
|
||||
i18n (1.10.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.2.1)
|
||||
jekyll (4.2.2)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
@ -41,45 +41,46 @@ GEM
|
||||
rouge (~> 3.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (~> 2.0)
|
||||
jekyll-sass-converter (2.1.0)
|
||||
jekyll-sass-converter (2.2.0)
|
||||
sassc (> 2.0.1, < 3.0)
|
||||
jekyll-scholar (7.0.0)
|
||||
jekyll-scholar (7.1.0)
|
||||
bibtex-ruby (~> 6.0)
|
||||
citeproc-ruby (~> 1.0)
|
||||
csl-styles (~> 1.0)
|
||||
jekyll (~> 4.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.3.1)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
latex-decode (0.3.2)
|
||||
liquid (4.0.3)
|
||||
listen (3.7.0)
|
||||
listen (3.7.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
mini_portile2 (2.6.1)
|
||||
mini_portile2 (2.8.0)
|
||||
namae (1.1.1)
|
||||
nokogiri (1.12.5)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
nokogiri (1.13.6)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (4.0.6)
|
||||
racc (1.5.2)
|
||||
rb-fsevent (0.11.0)
|
||||
public_suffix (4.0.7)
|
||||
racc (1.6.0)
|
||||
rb-fsevent (0.11.1)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.2.5)
|
||||
rouge (3.26.1)
|
||||
rouge (3.29.0)
|
||||
safe_yaml (1.0.5)
|
||||
sassc (2.4.0)
|
||||
ffi (~> 1.9)
|
||||
terminal-table (2.0.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
unicode-display_width (1.8.0)
|
||||
webrick (1.7.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -88,9 +89,10 @@ DEPENDENCIES
|
||||
jekyll
|
||||
jekyll-scholar
|
||||
nokogiri
|
||||
webrick (~> 1.7)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.5.1p57
|
||||
ruby 3.1.2p20
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.2
|
||||
2.3.15
|
||||
|
9
_art/baled-hay.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "baled-hay"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/baled-hay.jpg)
|
9
_art/birds-in-form.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "birds-in-form"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/birds-in-form.jpg)
|
9
_art/birds-sunrise-sea-iran.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "birds-sunrise-sea-iran"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/birds-sunrise-sea-iran.jpg)
|
9
_art/blue-contagious-smile.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "blue-contagious-smile"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/blue-contagious-smile.jpg)
|
9
_art/boy.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "boy"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/boy.jpg)
|
9
_art/cemetery.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "cemetery"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/cemetery.jpg)
|
9
_art/christmas-day-homeless-man-church.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "christmas-day-homeless-man-church"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/christmas-day-homeless-man-church.jpg)
|
9
_art/clouds-among-rocks.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "clouds-among-rocks"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/clouds-among-rocks.jpg)
|
9
_art/concrete-jungle-trees.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "concrete-jungle-trees"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/concrete-jungle-trees.jpg)
|
9
_art/crucifixion-sagrada-familia.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "crucifixion-sagrada-familia"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/crucifixion-sagrada-familia.jpg)
|
9
_art/darak-2.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "darak-2"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/darak-2.jpg)
|
9
_art/darak.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "darak"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/darak.jpg)
|
9
_art/dark-street-light.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "dark-street-light"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/dark-street-light.jpg)
|
9
_art/deer-above.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "deer-above"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/deer-above.jpg)
|
9
_art/deer-silhouette.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "deer-silhouette"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/deer-silhouette.jpg)
|
9
_art/dog-and-puppy.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "dog-and-puppy"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/dog-and-puppy.jpg)
|
9
_art/drought-dead-statue.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "drought-dead-statue"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/drought-dead-statue.jpg)
|
9
_art/drummer-vanishing.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "drummer-vanishing"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/drummer-vanishing.jpg)
|
9
_art/dublin-chimneys.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "dublin-chimneys"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/dublin-chimneys.jpg)
|
9
_art/et-les-extremes-se-touchent.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "et-les-extremes-se-touchent"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/et-les-extremes-se-touchent.jpg)
|
9
_art/flamingos-iran.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "flamingos-iran"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/flamingos-iran.jpg)
|
9
_art/girl-eye-flowers-1.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "girl-eye-flowers-1"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/girl-eye-flowers-1.jpg)
|
9
_art/girl-eye-flowers-2.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "girl-eye-flowers-2"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/girl-eye-flowers-2.jpg)
|
9
_art/girl-eye-flowers-3.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "girl-eye-flowers-3"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/girl-eye-flowers-3.jpg)
|
9
_art/god-will-pardon-me.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "god-will-pardon-me"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/god-will-pardon-me.jpg)
|
9
_art/grey-heron-bushy-park.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "grey-heron-bushy-park"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/grey-heron-bushy-park.jpg)
|
9
_art/head-wall.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "head-wall"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/head-wall.jpg)
|
9
_art/hill-of-tara.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "hill-of-tara"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/hill-of-tara.jpg)
|
9
_art/history-so-close-it-comes-alive.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "history-so-close-it-comes-alive"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/history-so-close-it-comes-alive.jpg)
|
9
_art/holy-money-spitting-machine.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "holy-money-spitting-machine"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/holy-money-spitting-machine.jpg)
|
9
_art/i-cast-a-spell-on-the-city.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "i-cast-a-spell-on-the-city"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/i-cast-a-spell-on-the-city.jpg)
|
9
_art/iran-yeylaq.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "iran-yeylaq"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/iran-yeylaq.jpg)
|
9
_art/ireland-abandoned.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "ireland-abandoned"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/ireland-abandoned.jpg)
|
9
_art/male-back.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "male-back"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/male-back.jpg)
|
9
_art/milan-cathedral.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "milan-cathedral"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/milan-cathedral.jpg)
|
9
_art/mount-tibidabo-cathedral.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "mount-tibidabo-cathedral"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/mount-tibidabo-cathedral.jpg)
|
9
_art/not-silent.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "not-silent"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/not-silent.jpg)
|
9
_art/organs.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "organs"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/organs.jpg)
|
9
_art/punk-gangster.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "punk-gangster"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/punk-gangster.jpg)
|
9
_art/shepherd.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "shepherd"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/shepherd.jpg)
|
9
_art/sightings-from-a-dream-1.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "sightings-from-a-dream-1"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/sightings-from-a-dream-1.jpg)
|
9
_art/sightings-from-a-dream-2.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "sightings-from-a-dream-2"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/sightings-from-a-dream-2.jpg)
|
9
_art/sightings-from-a-dream-3.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "sightings-from-a-dream-3"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/sightings-from-a-dream-3.jpg)
|
9
_art/sightings-from-a-dream-4.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "sightings-from-a-dream-4"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/sightings-from-a-dream-4.jpg)
|
9
_art/sightings-from-a-dream-5.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "sightings-from-a-dream-5"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/sightings-from-a-dream-5.jpg)
|
9
_art/switzerland-white-tree.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "switzerland-white-tree"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/switzerland-white-tree.jpg)
|
9
_art/tabatabaei-house.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "tabatabaei-house"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/tabatabaei-house.jpg)
|
9
_art/the-night-has-descended-on-us.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "the-night-has-descended-on-us"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/the-night-has-descended-on-us.jpg)
|
9
_art/the-right-way-is-the-untrodden.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "the-right-way-is-the-untrodden"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/the-right-way-is-the-untrodden.jpg)
|
9
_art/time-traveller.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "time-traveller"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/time-traveller.jpg)
|
9
_art/tired-eyes-tired-minds-tired-souls.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "tired-eyes-tired-minds-tired-souls"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/tired-eyes-tired-minds-tired-souls.jpg)
|
9
_art/un-grand-peut-etre.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "un-grand-peut-etre"
|
||||
date: 2021-03-12
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![boy.](/img/arts/un-grand-peut-etre.jpg)
|
9
_art/yazd-children.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "yazd-children"
|
||||
date: 2021-02-01
|
||||
categories: art
|
||||
author: Mahdi
|
||||
---
|
||||
|
||||
![Children in Yazd](/img/arts/yazd-children.jpg)
|
53
_config.yml
@ -16,31 +16,34 @@ redcarpet:
|
||||
extensions: ["strikethrough"]
|
||||
|
||||
collections:
|
||||
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
|
||||
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
|
||||
|
@ -9,7 +9,7 @@
|
||||
<nav>
|
||||
<p>
|
||||
<a href="/snippets">snippets</a>
|
||||
<a href="https://mdibaiee.myportfolio.com/">art</a>
|
||||
<a href="/art">art</a>
|
||||
</p>
|
||||
<!--<p class='categories'>-->
|
||||
<!--{% for collection in site.collections %}-->
|
||||
|
30
art.html
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="home">
|
||||
|
||||
<ul class="post-list">
|
||||
{% for post in site.art %}
|
||||
{% if post.published == false %}
|
||||
{% continue %}
|
||||
{% endif %}
|
||||
<li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
|
||||
<h2>
|
||||
<!--<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>-->
|
||||
|
||||
<!--<p class="post-meta">
|
||||
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
{% if post.meta %} • <span>{{ post.meta }}</span>{% endif %}
|
||||
</p>-->
|
||||
|
||||
<article class='post-content'>
|
||||
{{ post.content | markdownify }}
|
||||
</article>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via rss</a></p>
|
||||
|
||||
</div>
|
BIN
img/arts/baled-hay.jpg
Normal file
After Width: | Height: | Size: 367 KiB |
BIN
img/arts/birds-in-form.jpg
Normal file
After Width: | Height: | Size: 174 KiB |
BIN
img/arts/birds-sunrise-sea-iran.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
img/arts/blue-contagious-smile.jpg
Normal file
After Width: | Height: | Size: 525 KiB |
BIN
img/arts/boy.jpg
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
img/arts/cemetery.jpg
Normal file
After Width: | Height: | Size: 395 KiB |
BIN
img/arts/christmas-day-homeless-man-church.jpg
Normal file
After Width: | Height: | Size: 184 KiB |
BIN
img/arts/clouds-among-rocks.jpg
Normal file
After Width: | Height: | Size: 271 KiB |
BIN
img/arts/concrete-jungle-trees.jpg
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
img/arts/crucifixion-sagrada-familia.jpg
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
img/arts/darak-2.jpg
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
img/arts/darak.jpg
Normal file
After Width: | Height: | Size: 156 KiB |
BIN
img/arts/dark-street-light.jpg
Normal file
After Width: | Height: | Size: 329 KiB |
BIN
img/arts/deer-above.jpg
Normal file
After Width: | Height: | Size: 620 KiB |
BIN
img/arts/deer-silhouette.jpg
Normal file
After Width: | Height: | Size: 199 KiB |
BIN
img/arts/dog-and-puppy.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
img/arts/drought-dead-statue.jpg
Normal file
After Width: | Height: | Size: 495 KiB |
BIN
img/arts/drummer-vanishing.jpg
Normal file
After Width: | Height: | Size: 171 KiB |
BIN
img/arts/dublin-chimneys.jpg
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
img/arts/et-les-extremes-se-touchent.jpg
Normal file
After Width: | Height: | Size: 294 KiB |
BIN
img/arts/flamingos-iran.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
img/arts/girl-eye-flowers-1.jpg
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
img/arts/girl-eye-flowers-2.jpg
Normal file
After Width: | Height: | Size: 371 KiB |
BIN
img/arts/girl-eye-flowers-3.jpg
Normal file
After Width: | Height: | Size: 361 KiB |
BIN
img/arts/god-will-pardon-me.jpg
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
img/arts/grey-heron-bushy-park.jpg
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
img/arts/head-wall.jpg
Normal file
After Width: | Height: | Size: 400 KiB |
BIN
img/arts/hill-of-tara.jpg
Normal file
After Width: | Height: | Size: 344 KiB |
BIN
img/arts/history-so-close-it-comes-alive.jpg
Normal file
After Width: | Height: | Size: 206 KiB |
BIN
img/arts/holy-money-spitting-machine.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
img/arts/i-cast-a-spell-on-the-city.jpg
Normal file
After Width: | Height: | Size: 243 KiB |
BIN
img/arts/iran-yeylaq.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
img/arts/ireland-abandoned.jpg
Normal file
After Width: | Height: | Size: 638 KiB |
BIN
img/arts/male-back.jpg
Normal file
After Width: | Height: | Size: 290 KiB |
BIN
img/arts/milan-cathedral.jpg
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
img/arts/mount-tibidabo-cathedral.jpg
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
img/arts/not-silent.jpg
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
img/arts/organs.jpg
Normal file
After Width: | Height: | Size: 149 KiB |
BIN
img/arts/punk-gangster.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
img/arts/shepherd.jpg
Normal file
After Width: | Height: | Size: 159 KiB |