summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Copy class of img elements to imported posts.HEADdevHarald Eilertsen2024-03-191-2/+3
| | | | | This is mainly to capture the image alignment. Should probably refined a bit to _only_ capture that. We'll see later.
* Set post thumbnail from custom teaser if present.Harald Eilertsen2023-05-211-43/+45
|
* Set thumbnail size before migrating images.Harald Eilertsen2022-11-201-0/+4
|
* Fix image import.Harald Eilertsen2022-08-011-14/+40
| | | | | | | It appears the url contains a base64 encoded array of arrays with information about the orinal image. (I originally thought it was a secret token of some sort.) This makes it easy to fetch the original unprocessed image from the old server.
* Initial commitHarald Eilertsen2022-07-313-0/+214
Importing the posts works, but not images.