1
0
Fork 0
Commit Graph

566 Commits

Author SHA1 Message Date
Alan Orth b774401973
Regenerate public
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2022-11-07 21:18:53 +03:00
Alan Orth 59a4c4a231
layouts: add Mastadon verification
It's supposed to be an anchor, but let's see if this works.
2022-11-07 21:17:47 +03:00
Alan Orth 452226dc0d
Regenerate public
continuous-integration/drone/push Build is passing Details
2022-08-01 14:27:44 +03:00
Alan Orth 96ed5aceff
Regenerate public
continuous-integration/drone/push Build is passing Details
2021-09-16 08:31:14 +03:00
Alan Orth c58d7a7646
Publish Gadara Arabic translation 2021-09-16 08:30:53 +03:00
Alan Orth 3903b5de6d
Regenerate public
continuous-integration/drone/push Build is passing Details
2021-09-15 10:00:39 +03:00
Alan Orth 8fc201faf4
Add draft Arabic translation of Gadara post
Translation by Bayan Abid.
2021-09-15 09:53:06 +03:00
Alan Orth 94202ca1f8
Add second image to Gadara post meta 2021-09-15 08:55:55 +03:00
Alan Orth b5907430f6
Regenerate public
continuous-integration/drone/push Build is passing Details
2021-03-22 13:48:35 +02:00
Alan Orth 4c2e16388b
README.md: Use relative link for screenshot.png
continuous-integration/drone/push Build is passing Details
2021-03-14 16:17:33 +02:00
Alan Orth 1768a7b7e4
Run hugo --gc [CI SKIP] 2020-12-11 00:19:28 +02:00
Alan Orth 141c87f585
Remove duplicate images from static
continuous-integration/drone/push Build is passing Details
I moved most of these to each post's page bundle so we don't need
them here anymore. They are just taking up space in Git LFS! For
reference I used this god awful contraption to find images in the
content/posts folder and then delete them if they appear in static:

$ for image in $(find content/posts -iname "*.jpg" -o -iname "*.JPG" | awk -F/ '{print $4}'); do find ./static -iname "$image" -exec git rm {} \;; done
2020-12-11 00:03:42 +02:00
Alan Orth a909d2ea96
Remove unused photo 2020-12-10 23:51:51 +02:00
Alan Orth 5b82081617
aqaba-dirty-disappointing: Publish Arabic translation
This had been marked as a draft for months. Oops.
2020-12-10 23:50:15 +02:00
Alan Orth 161bd0df45
aqaba-dirty-disappointing: Use static version of image
It is low quality and I can't find the original. Hugo's thumbnailing
makes it look terrible when it is part of the page bundle.
2020-12-10 23:46:24 +02:00
Alan Orth 5a3b2d68ee
README.md: Use Drone badge [SKIP CI] 2020-12-10 14:03:48 +02:00
Alan Orth d51e26f032
Remove .build.yml
continuous-integration/drone/push Build is passing Details
This is the sourcehut build config. I am now building on my own
Drone.io instance on ci.mjanja.ch (see .drone.yml).
2020-12-10 13:58:25 +02:00
Alan Orth 0616000814
.drone.yml: Use hugo-ext image
continuous-integration/drone/push Build is passing Details
We need git for modified dates on posts.

See: https://github.com/klakegg/docker-hugo
2020-12-10 13:54:01 +02:00
Alan Orth 9f4c7fbad5
Add .drone.yml
continuous-integration/drone/push Build is failing Details
2020-12-10 12:15:48 +02:00
Alan Orth aaa837cc05
README.md: Use travis-ci.com domain for badge 2020-12-08 09:08:29 +02:00
Alan Orth ac9b155355
Regenerate public 2020-12-07 21:53:26 +02:00
Alan Orth bd7dcbba5c
config.toml: Use Markdown in copyright
I hadn't noticed this until now, but Hugo's markdownify wasn't ren-
dering the link in my copyright. I guess you must pass it actual
Markdown content.
2020-12-07 21:51:20 +02:00
Alan Orth d5c96120ad
README.md: Minor adjustments 2020-12-06 10:59:28 +02:00
Alan Orth 12f514ab00
Revert ".travis.yml: Add some environment settings"
This reverts commit 8057dadc76.

Judginf by the Travis build log these don't do anything for us.
2020-12-06 10:44:01 +02:00
Alan Orth 8057dadc76
.travis.yml: Add some environment settings
These are from the Hugo travis config and I'm curious what they do.

See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
2020-12-06 10:38:14 +02:00
Alan Orth eeb1d5e85f
.travis.yml: Try to build on AWS graviton2 instances
These are the second generation of Amazon's ARM-based instances and
should be much faster than AMD64.

See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
2020-12-06 10:27:35 +02:00
Alan Orth 6ff159c285
Add missing images 2020-12-05 17:05:53 +02:00
Alan Orth 0ce3463055
Regenerate public 2020-12-05 17:02:48 +02:00
Alan Orth b89105a592
Fix image 2020-12-05 17:02:37 +02:00
Alan Orth e383dfdd5d
Regnerate public 2020-12-05 16:42:34 +02:00
Alan Orth 90138060cd
config.toml: Add image config
Commented out currently to see if the default Hugo quality (75) and
JPEG resampling (Box) are acceptable.
2020-12-05 16:42:05 +02:00
Alan Orth a7b9b9b5a5
.gitignore: Add resources directory
This is the Hugo assets cache.
2020-12-04 22:59:14 +02:00
Alan Orth 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
Alan Orth 64d3f21ec5
Enable git lfs and don't track JPGs 2020-12-04 22:53:14 +02:00
Alan Orth 9f58ebe7a1
Regenerate public 2020-11-15 11:39:03 +02:00
Alan Orth e39ebe836d
Regenerate public 2020-10-29 12:57:52 +03:00
Alan Orth 67a3d6d7e7
Remove dates from about and contact pages 2020-10-29 12:56:58 +03:00
Alan Orth c2e7ffa173
.travis.yml: Use Ubuntu 20.04 "Focal" environment 2020-10-29 00:09:25 +03:00
Alan Orth b6d4d331a9
.travis.yml: Use latest stable golang 1.15.x 2020-10-29 00:09:05 +03:00
Alan Orth 17bc1bc747
Regenerate public 2020-10-09 23:09:18 +03:00
Alan Orth 0917d4b14d
Regenerate public 2020-07-21 09:08:38 +03:00
Alan Orth 8da696b43d
content/posts/greco-roman-ruins-jerash.fa.md: Publish Farsi version 2020-07-21 09:07:26 +03:00
Alan Orth 6e09bd3be5
Regenerate public 2020-05-25 09:41:04 +03:00
Alan Orth 51c0fc3c07
red-orange-yellow-rice-bab-al-yemen.fa.md: Minor fix 2020-05-25 09:40:51 +03:00
Alan Orth 1ae251dd9f
Regenerate public 2020-05-24 15:32:48 +03:00
Alan Orth 4f3ec9b9f7
Regenerate public 2020-05-24 15:16:32 +03:00
Alan Orth 6ea44a3fdd
harvesting-olives-ajloun.fa.md: Publish 2020-05-24 15:16:20 +03:00
Alan Orth 50bd9aa030
harvesting-olives-ajloun.fa.md: Fix link 2020-05-24 15:13:25 +03:00
Alan Orth de82c1589d
red-orange-yellow-rice-bab-al-yemen.fa.md: Publish 2020-05-24 15:10:33 +03:00
Alan Orth 9795abac35
Minor correction to Farsi JRF post
And then publish
2020-05-23 20:07:02 +03:00