Migrating a blog and podcast from WordPress? #112
Replies: 1 comment 2 replies
-
|
Hi and thank you. If I understand you correctly, you anyway plan to build or port over your own theme. In that case you can replace the main part with the content in templates with a text field that renders Markdown: The Then you can just copy paste the exported Markdown over. However, in case you want to try a block editor workflow instead, basic HTML can just be pasted into a block editor and it will be converted. At least for text based elements. In that case use a block editor field: Regarding the podcast feed. I recommend creating a page for each podcast and render a pagelist on a podcast overview page. The feed can handle then each episode as a separate entity with it's own date etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everybody :) Before asking questions I wanted to congratulate @marcantondahmen, not just for the progress with V2 but for all the work they've put in on Automad in general. I first became aware of the project looking into flat-file CMSs around 2017 and it's evolved into something so unique.
I've got a fairly sizable blog and podcast archive on WordPress. Originally I was going to use Automad for another site with HTML5 canvas animation to recreate the fun, experimental days of Flash interactivity. Then decided it'd be easier to combine the two. What's the best way to import archives? I know 11ty has a WP import tool that seems to do a decent job. Wondering if I should try that, customize the Base Blog Theme, then port that to Automad. They also suggest other resources for converting WP Export to Markdown.
The podcast is another thing I'm not sure how to tackle. Looking at Automad's RSS Feed documentation it seems I would just need to make a Podcast page and add the templates to the feed content? Then add a player in an HTML block and link the file for downloads? I'd want to make sure I'm adding all the requirements for Apple Podcasts or the Podcast Feed Standard and verifying the feed, of course.
If anybody has advice or suggestions, I'd appreciate sharing :D
Beta Was this translation helpful? Give feedback.
All reactions