Add social page with archived mastodon posts, move source to /site

This commit is contained in:
天クマ 2026-07-04 16:57:55 -03:00
commit 648869bf76
40 changed files with 58 additions and 2 deletions

View file

@ -1,12 +0,0 @@
let data = {
layout: "_includes/post.njk",
eleventyComputed: {
lastModified: function(data) {
const fs = require('fs');
const stats = fs.statSync(data.page.inputPath);
return stats.mtime;
}
}
};
module.exports = data;