1
0
Commit Graph

534 Commits

Author SHA1 Message Date
fdd31782fa
Move all content to page bundles
This allows me to use Hugo's image resizing to create img srcsets
where the client downloads an appropriate image depending on their
screen size.

I had to go back and find original photos for each of these posts
because Hugo was resizing my already-optimized versions and they
looked horrible. Unfortunately I couldn't find originals for these
posts:
  - aqaba-dirty-disappointing
  - contemporary-arab-design-jrf-showroom
  - eid-mubarak-neighborhood-dumpster
  - no-noise-near-noisy-mosque
  - red-orange-yellow-rice-bab-al-yemen

Hugo will fall back to looking in the static directory for these.
2020-12-04 22:55:28 +02:00
64d3f21ec5
Enable git lfs and don't track JPGs 2020-12-04 22:53:14 +02:00
9f58ebe7a1
Regenerate public 2020-11-15 11:39:03 +02:00
e39ebe836d
Regenerate public 2020-10-29 12:57:52 +03:00
67a3d6d7e7
Remove dates from about and contact pages 2020-10-29 12:56:58 +03:00
c2e7ffa173
.travis.yml: Use Ubuntu 20.04 "Focal" environment 2020-10-29 00:09:25 +03:00
b6d4d331a9
.travis.yml: Use latest stable golang 1.15.x 2020-10-29 00:09:05 +03:00
17bc1bc747
Regenerate public 2020-10-09 23:09:18 +03:00
0917d4b14d
Regenerate public 2020-07-21 09:08:38 +03:00
8da696b43d
content/posts/greco-roman-ruins-jerash.fa.md: Publish Farsi version 2020-07-21 09:07:26 +03:00
6e09bd3be5
Regenerate public 2020-05-25 09:41:04 +03:00
51c0fc3c07
red-orange-yellow-rice-bab-al-yemen.fa.md: Minor fix 2020-05-25 09:40:51 +03:00
1ae251dd9f
Regenerate public 2020-05-24 15:32:48 +03:00
4f3ec9b9f7
Regenerate public 2020-05-24 15:16:32 +03:00
6ea44a3fdd
harvesting-olives-ajloun.fa.md: Publish 2020-05-24 15:16:20 +03:00
50bd9aa030
harvesting-olives-ajloun.fa.md: Fix link 2020-05-24 15:13:25 +03:00
de82c1589d
red-orange-yellow-rice-bab-al-yemen.fa.md: Publish 2020-05-24 15:10:33 +03:00
9795abac35
Minor correction to Farsi JRF post
And then publish
2020-05-23 20:07:02 +03:00
e3b598b25b
Add draft Farsi version of Jordan River Foundation post 2020-05-23 19:41:02 +03:00
755109969d
Regenerate public 2020-05-23 15:05:59 +03:00
de07890703
Use HTTPS for links to Wild Jordan website 2020-05-23 15:05:43 +03:00
bd750093b4
content/posts/harvesting-olives-ajloun.md: Move second image 2020-05-23 15:04:45 +03:00
85417edaa6
Add draft Farsi translation of harvesting olives post 2020-05-23 15:04:04 +03:00
4f56e21be1
Minor syntax fix to Farsi translation of Bab al-Yemen post 2020-05-23 14:41:57 +03:00
9bca8810fe
Add draft Farsi translation of Bab al-Yemen post 2020-05-23 14:40:04 +03:00
850df9d831
Regenerate public 2020-05-17 22:56:29 +03:00
f9444887da
Regenerate public 2020-04-20 16:21:08 +03:00
1a36460cad
gadaras-octagonal-martyrium.md: Use kilometers instead of km 2020-04-20 16:05:25 +03:00
d137af041c
Regenerate public 2020-04-20 16:04:29 +03:00
64f22190a3
gadaras-octagonal-martyrium.md: Use smart quotes
The internal Hugo templates for figures don't pass through the same
Markdown processor as the rest of the page content so it looks weird
to have different a quote style there.
2020-04-20 16:03:12 +03:00
6ffabda765
Regenerate public 2020-04-20 15:57:25 +03:00
b02e65685a
Add post about Gadara martyrium (Umm Qays) 2020-04-20 15:56:53 +03:00
20b4b1c4cc
Regenerate public 2020-04-03 15:43:56 +03:00
808244c078
content/posts/kanafeh-classy-palestinian-dessert.fa.md: Publish 2020-04-03 15:43:32 +03:00
9d257012e4
content/posts/kanafeh-classy-palestinian-dessert.fa.md: Add draft 2020-04-02 16:09:11 +03:00
9ed0755a38
Regenerate public 2020-03-30 17:02:39 +03:00
7e09ecd405
content/posts/dome-of-the-rock.fa.md: Edit and publish 2020-03-30 17:02:22 +03:00
efb6a9fe05
Regenerate public 2020-03-30 09:39:02 +03:00
bde36be643
content/posts/grandeur-petra.fa.md: Publish 2020-03-30 09:38:46 +03:00
117746c96b
.travis.yml: Don't build in a container
I didn't realize these LXD containers are not available on AMD64.
2020-03-29 16:38:41 +03:00
6df4c04813
.travis.yml: Try to run in an LXD container
According to the build environment documentation we need to specify
an OS of Linux in order to get a container instead of a VM. This
should be faster in theory...

See: https://docs.travis-ci.com/user/reference/overview/
2020-03-29 16:31:22 +03:00
2e6f59a708
.travis.yml: Remove sudo
Apparently this is deprecated anyways:

    Deprecated: The key sudo has no effect anymore.

See: https://config.travis-ci.com/ref/sudo
2020-03-29 16:12:32 +03:00
a62fabfd20
.travis.yml: Use Ubuntu 18.04 "Bionic"
This mimicks upstream Hugo's configuration.

See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
2020-03-29 15:47:30 +03:00
236eb75c12
.travis.yml: Use Go 1.14.1
This mimicks upstream Hugo's configuration.

See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
2020-03-29 15:46:53 +03:00
2be3b448c9
content/posts/grandeur-petra.fa.md: Draft 2020-03-29 15:02:10 +03:00
927841f3c0
content/posts/dome-of-the-rock.fa.md: Draft 2020-03-29 14:42:33 +03:00
c65e09e5e6
Regenerate public 2020-03-27 11:45:15 +03:00
d2c5e265f0
content/posts/sleep-chalet-dead-sea.fa.md: Publish 2020-03-27 11:44:54 +03:00
95065cb35c
Regenerate public 2020-03-26 17:50:22 +02:00
d10d8abb93
content/posts/buying-bedouin-fabric-amman.fa.md: Tweaks
Use reference-style Markdown links and use the bdi HTML element to
instruct the browser that certain text is left to right.
2020-03-26 17:49:48 +02:00