|
For IndieWebCamp San Diego’s Create Day, I worked on cleaning up some code for indiewebify.me and pushed it to a branch on my GitHub.
The readme there has more details, but this is basically an in-progress update to use the SlimPHP framework. It is probably only about 30% complete, but some parts of it are functional. Pushing this to Github will make it easier for the community to collaborate on and decide how to move forward.
|
|
Last week at a #HomebrewWebsiteClub session¹ I pointed that I was working on implementing a “simple” way to support embeds of my notes, that is, make my short notes embeddable, like how people embed tweets or toots.
I noted that to keep it as simple as possible while being flexible to implementation changes, I planned to implement three things:
1. A separate “embed” version of my post permalinks, with just the entry information (no header, nav, search, sidebar, footer etc.), ...
|
|
I’ve noticed a few people recently refer to their top-level pages as “slash pages”.
Honestly my first reaction was “Aren’t those just ‘pages’?”, but I’ve come to find the term kinda fun.
But when people started adding a /slashes slash page, I thought “Isn’t that a sitemap?”.
XML sitemaps are common to aid in search engine indexing, but there are lots of documented examples of human readable sitemaps as well.
Apparently others think of them as “index pages”.
The ...
|