1
0
Commit Graph

490 Commits

Author SHA1 Message Date
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
d1714e0e2e
content/posts/sleep-chalet-dead-sea.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:45:27 +02:00
14d74f725c
content/posts/greco-roman-ruins-pella.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:40:15 +02:00
7dfc659ab9
Regenerate public 2020-03-26 15:57:13 +02:00
b410235019
content/posts/sleep-chalet-dead-sea.fa.md: Draft 2020-03-26 15:57:00 +02:00
f2c20a4693
content/posts/sleep-chalet-dead-sea.md: Use HTTPS links 2020-03-26 15:44:45 +02:00
66c5a0f18f
content/posts/dome-of-the-rock.md: Italics for foreign words 2020-03-26 15:34:42 +02:00
2a31a1bf44
Regenerate public 2020-03-24 10:56:31 +02:00
c1d15f6a79
content/posts/lose-yourself-wadi-rum.fa.md: Publish 2020-03-24 10:56:08 +02:00
0e962ac28f
Regenerate public 2020-03-24 10:53:39 +02:00
78d9eaddd7
config.toml: Add Arabic description
Translation: Bayan J Abid
2020-03-24 10:53:15 +02:00
8fea406a58
content/posts/lose-yourself-wadi-rum.fa.md: Draft 2020-03-23 12:15:47 +02:00
26013018c6
content/posts/greco-roman-ruins-jerash.fa.md: Draft 2020-03-23 09:52:40 +02:00
031378fde0
Regenerate public 2020-03-23 09:21:21 +02:00
fbc9f2aecc
content/posts/emperor-hadrians-arch-jerash.fa.md: Publish 2020-03-23 09:21:04 +02:00
3a200462f4
Regenerate public 2020-03-22 15:14:01 +02:00
fd6b9480bf
content/posts/emperor-hadrians-arch-jerash.fa.md: Add draft 2020-03-22 14:31:47 +02:00
818b9e7abf
Regenerate public 2020-03-22 11:35:39 +02:00
3d8045fc19
Add translators to about pages 2020-03-22 11:35:19 +02:00
589296ee05
Use myself as author for Bulgarian posts
Add Stella as a translator.
2020-03-22 11:33:19 +02:00
d29ff24237
Regenerate public 2020-03-22 11:21:31 +02:00
42133f7370
content/posts/iconic-roman-ruins-amman.md: Jabal Al-Qala
Use dash when transliterating Arabic names beginning with "Al" to
Latin script.
2020-03-22 10:48:03 +02:00
2f8b5ceb04
content/posts/saint-thaddeus-church-sunset.md: Al-Ashrafiyeh
Use consistent spelling of Jabal Al-Ashrafiyeh.
2020-03-22 10:46:39 +02:00
c4ed203751
Regenerate public 2020-03-22 10:35:57 +02:00
8c525dc6cd
Remove authors from post frontmatter
The author is now set for each language in the config.toml and only
needs to be set in post frontmatter if we want to override it.
2020-03-22 10:35:09 +02:00
8e167a15b5
config.toml: Add author name for each language
This way we don't need to put it in each post's frontmatter unless
it is being overridden.
2020-03-22 10:34:34 +02:00
6f8dfcf16c
config.toml: Link to Farsi version of About page 2020-03-22 10:28:08 +02:00
e103e1e96c
Regenerate public 2020-03-22 10:21:37 +02:00
de60d9540e
config.toml: Add Farsi translation of About block
This is really tricky to work with in text editors because of the
mixing of Latin and Persio–Arabic scripts, not to mention Markdown!
Note that we need to have the two spaces there at the end of the
line so that we get a hard line break in markdown.
2020-03-22 10:19:21 +02:00
1063d0946f
Regenerate public 2020-03-22 10:10:21 +02:00
b1f464187a
config.toml: Add Farsi translation of description 2020-03-22 10:10:05 +02:00
e793b8a8cb
content/posts/cleanliness-comes-from-faith.md: Syntax
Use dashes with "Al" in English transliteration of Arabic and use
italics for words that are not English.
2020-03-22 10:07:34 +02:00
10ca90154c
config.toml: Remove erroneous Blackfriday config
I accidentally committed this apparently.
2020-03-22 10:06:09 +02:00
f61a24c037
config.toml: Fix line breaks in about block
I think this manual use of <br> worked before Hugo switched to the
Blackfriday Markdown parser. Now we simply need to use two spaces.
2020-03-22 10:05:15 +02:00
2b635bc94f
Regenerate public 2020-03-22 08:45:46 +02:00
1f87c056f0
content/posts/cleanliness-comes-from-faith.fa.md: Publish 2020-03-22 08:45:26 +02:00
a25b3e9742
Regenerate public 2020-03-21 19:00:59 +02:00
caf5b4f041
config.toml: Use yyyy/m/d for Persian dates
Apparently it is uncommon to pad with leading zeros. It would be
really cool if Go's date functions supported international date
formats so I could use Arabic and Persian numbers! Maybe I will
make a variable to do this in frontmatter.

See: https://en.wikipedia.org/wiki/Date_and_time_notation_in_Iran
2020-03-21 18:59:36 +02:00
a70c8fc110
config.toml: Update date formats
See: https://en.wikipedia.org/wiki/Date_format_by_country
See: https://en.wikipedia.org/wiki/Date_and_time_notation_in_Iran
2020-03-21 18:58:13 +02:00
5b2d9ebf28
content/posts/buying-bedouin-fabric-amman.md: Use Blackfriday footnotes
This removes some of the manual work needed, though it doesn't seem
to work well in RTL languages like Farsi and Arabic.
2020-03-21 18:24:33 +02:00
19231b3b44
Regenerate public 2020-03-21 10:09:32 +02:00
e462033f6e
iconic-roman-ruins-amman.ar.md: Arabic punctuation
Use Arabic quotation and brackets.
2020-03-21 10:09:05 +02:00
b7985e69be
Regenerate public 2020-03-21 09:55:56 +02:00
07e77e63a1
content/posts/iconic-roman-ruins-amman.ar.md: Publish 2020-03-21 09:55:28 +02:00
c1372596b2
content/posts/cleanliness-comes-from-faith.fa.md: Minor corrections 2020-03-21 09:55:00 +02:00