this post was submitted on 02 Nov 2024
28 points (100.0% liked)
Anime
1846 readers
224 users here now
This community is the place to discuss and ask questions about anime, anime news, and related topics.
Currently airing show discussion threads are created by our resident bot, [email protected]. If it doesn't make a thread for an episode that you want to discuss, see the user guide on the wiki for instructions on how to request that rikka make a thread for you to use.
Check out our wiki to find:
- Episode Discussion Thread Index
- Weekly Discussion Thread Index
- Bot User Guide
- List of shows currently monitored by the bot
Rules
- Posts must relate to anime or similar (donghua, etc.)
- Discussion threads for currently airing media must be made by the bot. If there isn't a discussion thread made for a piece of media you want to discuss, then request it via pm.
- Ensure that all series spoilers are tagged. See here for details.
- Memes should be directed toward [email protected] (or similar) instead of this community
- Do not post explicitly NSFW material. Please use your best judgement when marking lewd material as NSFW, unmarked material risks being removed.
- Please redirect discussion of piracy towards a more appropriate community
- Any clips from currently airing shows cannot include content from episodes released within the past 7 days.
- All posts and comments must adhere to the ani.social Terms of Use
- In general, keep things civil and avoid attacking other individuals.
Related General Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] (Spanish language community)
- [email protected] (Myanmar community)
- Megathread of other communities on the fediverse maintained by @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I really liked Uncle from another world too, but I wouldn't list it to that question. I guess because it's more of a comedy than with a spanning story and depth or development.
Scrolling through the comments to remember some of them,
/edit: Found two more from my list of good/decent non-harem isekais I replied to some no longer existing lemmy post.
Unrelated to isekai, but I saw from your site that you migrated from Wordpress to Hugo. What method did you use to do that? I have an old wordpress site that I keep running for somebody, but it isn't actively updated anymore. If I could convert that to static html and host it using something like github pages, that would be awesome. I looked into it once before, but there were a bunch of different plugins and methods, so the inertia of not doing it won out.
too much detail; leading up to the findings that follow
Looking at the git lot, it looks like it was in 2018. I don't remember, and it's not documented that thoroughly in the commit messages log. Looks like I had content pages in Joomla, and the blog in Wordpress.I may have exported the content via a plugin, or separate tool that reads from the database, did exported from the DB myself. I certainly did some mass-fixups via text search and replace. (I can recommend VS Code for that.)
Unfortunately, I had other projects that I migrated, so I can't remember which one I did what. :)
Now that I know the date, this is the migration blog post
Unfortunately, it's not more specific than "content exporter into markdown". But who knows if those specific ones would still be available today. :)
So I would suggest to use any Markdown exporter that's available now.
Thanks for the info! I am just going to have to test some things and see how it goes. My wordpress site has quite a number of image galleries, so I'll probably have to do some experimenting to see how those work.
I kept the images under the urls as they were. They're probably still under
wp_content
:D That way it's not too hard to migrate.I don't think I implemented anything for image galleries though.