Testing the WordLand Baseline Theme
Linkblog homepage layout
July 30, 2025 by Scott Hanson

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. 

  • The site is only a linkblog. We don't show any other kinds of posts.
  • All posts are in the 'linkblog' category. Posts not in the 'linkblog' category are ignored.
  • Posts will usually (or almost always) have a 'link' attribute, which WordLand puts in a custom field in the post. This will be put as a link at the end of the post.
  • Posts do not have titles. If a title is included, it is ignored.
  • Posts are usually (or almost always) a single paragraph. If there is more than one paragraph, they will all be printed, but the layout is optimized for one-paragraph posts.
  • There are no links to individual posts. 
  • Archive pages of posts older than a few weeks or months is a problem to be solved later.

*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.

Last update: 7/30/25; 5:23:59 PM.