How the Blog Broke the Web

[[media-literature-data]]

Homepages - maintained by hand/manually
blogs similar, Justin Hall web diary manual updates daily

Moveable Type 2001 : "template" for blogging stuck in chrono ordering

Kills blog customization (template) and organization of sites outside of the timestream

Quotes

Quotes

quote location source
once you are given a tool that operates effortlessly — but only in a certain way — every choice that deviates from the standard represents a major cost source

Mentions

Mentions

File

const { dateTime } = await cJS()

return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}