I have just released a Docker compose file for FeedLand for public testing. It contains a compose file some supporting scripts to quickly install an instance FeedLand together with MySQL as Docker containers. It will optionally start a Caddy proxy to enable HTTPS.
I've been testing this out on the command line of a Linux VPS. You need to have Docker installed, of course. It makes things easier if you can run Docker as a normal user instead of root.
Once you've downloaded the repo from GitHub, there are basically two steps.
That's it. A config.json file is created that can be edited to add features and change settings.
Running notes will be posted to https://scott.this.how/feedlandDockerCompose.opml
This is completely inspired by Chuck Schotten's Dockerfile for FeedLand from his feedlandInstall repo. I've published a FeedLand Docker image at Docker Hub (generated by a GitHub action whenever FeedLand itself is updated).
Please feel free to try this out and let me know in the issues if the instructions are unclear or if it doesn't work as expected. 😃
It's been a while since we checked in here, so here's what's going on with the Baseline theme.
Upcoming changes will include:
We have a proposed layout for a linkblog homepage at links.daveverse.org. It's a work in progress, and it's not yet available at the GitHub repo. The layout is very inspired by the links tab at Scripting News.
Right now the linkblog homepage is an option in the Baseline theme. When turned on, it activates a linkblog template for the homepage. Is this the right way to do it? Should a linkblog layout be a separate theme or a child theme of Baseline? I don't know yet. 😃
For the layout I* am making a lot of assumptions about linkblogs.
*I say "I" here as these assumptions are completely arbitrary and were not made in consultation with anyone else. They can certainly be discussed in the GitHub repo.
I've published a minor update v0.1.5 to the Baseline theme. It now shows a minimum number of posts on the home page, even if you haven't written any posts in the past two months.
Now that linkblogs have been added as a feature to WordLand, we're thinking about how best to display them with the Baseline theme. I've put up a prototype of a linkblog in WordPress to experiment with the layout. (The prototype gets it's data by polling the RSS feed once an hour rather than from WordLand, but the basic idea is the same.)
I'm trying out a new logic for the home page. Instead of using infinite scroll to eventually show all posts, we're showing only the posts for the current and previous month, just like Scripting News. We don't link to anything older, since old news is no longer news, and good older posts will have links from elsewhere.
There will be an option to show the traditional WordPress pagination links to older posts for those who prefer that behavior.
Last update: 2/12/26; 5:56:07 PM.