Hey people, can I ask advice?

The site for my other account @FediFollows is at https://fedi.directory, it's an old-style web directory but for Fediverse accounts.

The current version is built on independently-hosted WordPress software, but can't help feeling like there might be a better fit with other software?

I can't do it static as it needs the search function. Also can't install/update software manually, it needs to be managed hosting.

Any ideas?

#AskFedi #SelfHosting #WebDirectories

Fedi.Directory – Interesting accounts on Mastodon & the Fediverse

Interesting accounts to follow on Mastodon and the Fediverse

@homegrown @FediFollows I have personally use Ghost for my blog. I don't know if it suits your needs but its very easy to use and have beatiful themes.

@homegrown static is totally possible if you build a search index from all of the content at build time, serve it as a file and use it with a client-based search widget. I know Lunr.js supports this scenario, I'd expect Flexsearch to also be capable of this.

It won't work with JavaScript disabled though, which… might be an issue for the privacy-conscious.

@dside @homegrown Came here to post this. A static site generator like Hugo supports a search system like this.
And Hugo also makes it easy to publish data from JSON, CSV or XML -- so you could maintain the directory in one of those data formats and let Hugo generate the site based on that data.
@dside @homegrown I've done this for a work project; it's surprisingly simple and performant. Not Lunr though; I can't remember the library.
@dside @homegrown just looked it up; I used Orama. Literally just dumped the index into a `<script>` in index.html. Not super neat, but it works. Used eleventy for the SSG.

@homegrown @FediFollows I do a lot of free stuff/projects, see tromsite.com/ or trom.tf/, but to support them I also do paid-for services like Wordpress hosting via webape.site/ - basically I custom design any website and build on Wordpress and manage it fully in terms of updates and whatever it needs to be done technically. All for a fix monthly subscription starting at 50€ a month.

If I had the time and money I would help you for free, but I do not. However if you think any of the webape.site/ Wordpress plans are ok for you I would be happy to set it up for you.

I even feel bad saying this because I hate charging money, but I need to in order to maintain the many free projects we have.

TROM

This project argues that trade is the origin of most problems: from climate change to slavery, waste and pollution, corruption, crime, you name it. And if we understand the cause, we have a chance to come up with realistic solutions. We backup up these claims via documentaries, books and videos that are freely available for …

TROM

@homegrown
Hugo (and/or plugins for Hugo) will let you do searching in your static site!

https://gohugo.io/tools/search/

Search tools

See some of the open-source and commercial search options for your newly created Hugo website.