1
0
Fork 0
Commit Graph

41 Commits

Author SHA1 Message Date
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 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 78d9eaddd7
config.toml: Add Arabic description
Translation: Bayan J Abid
2020-03-24 10:53:15 +02:00
Alan Orth 589296ee05
Use myself as author for Bulgarian posts
Add Stella as a translator.
2020-03-22 11:33:19 +02:00
Alan Orth 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
Alan Orth 6f8dfcf16c
config.toml: Link to Farsi version of About page 2020-03-22 10:28:08 +02:00
Alan Orth 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
Alan Orth b1f464187a
config.toml: Add Farsi translation of description 2020-03-22 10:10:05 +02:00
Alan Orth 10ca90154c
config.toml: Remove erroneous Blackfriday config
I accidentally committed this apparently.
2020-03-22 10:06:09 +02:00
Alan Orth 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
Alan Orth 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
Alan Orth 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
Alan Orth 6bd3f10504
config.toml: Render Farsi content 2019-12-04 09:59:56 +02:00
Alan Orth 0b1770183a
config.toml: Remove Arabic author
I can put this in the frontmatter metadata.
2019-04-18 22:08:48 +03:00
Alan Orth d6fd8c0240
Regenerate public 2019-04-18 12:02:00 +03:00
Alan Orth 7a008c0f59
config.toml: Render Arabic content 2018-11-07 22:10:40 +02:00
Alan Orth 3cc3c9b2f6
config.toml: Update permalinks for posts 2018-03-09 18:18:43 +02:00
Alan Orth 21dea50b7e
config.toml: Improve license in footer
According to the Creative Commons wiki the simplest way to apply a
license to a web site is to use rel="license".

See: https://wiki.creativecommons.org/wiki/Marking_your_work_with_a_CC_license
2017-03-28 11:31:41 +03:00
Alan Orth f48a49fc39
config.toml: Add vim modeline 2017-03-28 11:00:02 +03:00
Alan Orth a2a8b9045d
config.toml: Update twitter ID for site
I created a Twitter account for this site so it can "own" its own
content.
2017-01-23 14:59:15 +02:00
Alan Orth a8275c89e0
config.toml: Adjust sharing icon setting 2017-01-21 19:29:36 +02:00
Alan Orth 2aeb59fbac
Enable usage of git info
If enableGitInfo is set, Hugo can set a proper last modified date
for content based on the appropriate content file's git history.
2017-01-17 19:37:43 +02:00
Alan Orth 4caf523283
config.toml: Remove sidebar hiding parameter
This doesn't work as expected so I'm removing it until I fix the
theme's CSS.
2016-10-18 23:09:03 -04:00
Alan Orth f902871224
config.toml: Use different date format for Bulgarian posts 2016-10-16 22:04:59 -04:00
Alan Orth 8970abfa16
config.toml: Adjust social username
This is the Hugo convention
2016-10-14 23:13:09 -04:00
Alan Orth 4194d91480
config.toml: Add comment to languages section 2016-10-11 16:57:46 +03:00
Alan Orth fcc16e48b2
config.toml: Add license text for footer 2016-10-09 13:49:30 +03:00
Alan Orth 1a560a5254
config.toml: Add verification codes for Bing and Yandex 2016-10-08 17:00:08 +03:00
Alan Orth 5c234104aa
config.toml: Don't use Black Friday's angled quotes for Bulgarian content 2016-10-07 15:48:29 +03:00
Alan Orth f1e10270fe
config.toml: Add multilingual config options 2016-10-06 13:50:51 +03:00
Alan Orth fb57690881
config.toml: Fix comment 2016-10-05 15:50:23 +03:00
Alan Orth ab69c744f4
config.toml: Update for pagination change
Theme is using Hugo's native pagination, so we can rely on the site
variable "Paginate" instead of managing our own.
2016-10-05 15:49:31 +03:00
Alan Orth 59b07770e1
config.toml: Use slug for post URLs
I was wondering why the slugs in my front matter weren't being
respected! Unfortunately this changes the URLs for all my existing
posts.
2016-10-05 12:47:35 +03:00
Alan Orth b088f3a7cf
config.toml: Only show 3 posts on front page
Now that the summaries show pictures it could get a bit heavy for
users on mobile if they have to download five pictures.
2016-09-28 15:06:33 +03:00
Alan Orth a5bae6f105
Enable generation of robots.txt
See: https://gohugo.io/extras/robots-txt/
2016-09-21 22:41:33 +03:00
Alan Orth aca036528a
config.toml: Update theme name 2016-09-19 10:29:41 +03:00
Alan Orth 386d4045d5
config.toml: Add params for sharingicons 2016-09-18 18:52:44 +03:00
Alan Orth e0d85b8e89
config.toml: Add Twitter username for new card metadata 2016-09-17 18:14:14 +03:00
Alan Orth 9c3f0bcac0
Update about sidebar with link to about page 2016-09-14 17:00:32 +03:00
Alan Orth b0f8cfb6b8
config.toml: Add Google Webmaster Tools verification string 2016-09-13 16:21:43 +03:00
Alan Orth 4a56cbb5c3
Initial commit 2016-09-13 16:09:22 +03:00