diff --git a/.cache/mastodon.json b/.cache/mastodon.json index 11b4ad8..05c076b 100644 --- a/.cache/mastodon.json +++ b/.cache/mastodon.json @@ -1,5 +1,5 @@ { - "lastFetched": "2026-07-05T19:47:20.955Z", + "lastFetched": "2026-07-05T21:48:17.927Z", "posts": [ { "date": "2026-07-03T01:51:37.604Z", diff --git a/.eleventy.js b/.eleventy.js index 504fcba..f4864e0 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -16,6 +16,9 @@ import readingTime from 'eleventy-plugin-reading-time'; // import i18n from "./_data/i18n.js"; +const production = (process.env.GITHUB_ACTIONS || process.env.FORGEJO_ACTIONS); +console.log("Production: ", production ? "true" : "false"); + export default function (eleventyConfig) { eleventyConfig.setInputDirectory("site"); @@ -31,7 +34,8 @@ export default function (eleventyConfig) { eleventyConfig.addPlugin(mastoarchive, { host: "https://mstdn.social", userId: "114661188739031987", - cacheLocation: ".cache/mastodon.json" + cacheLocation: ".cache/mastodon.json", + isProduction: production }); // eleventyConfig.addPlugin(purgeCssPlugin, { // config: "./purgecss.config.cjs", diff --git a/site/guestbook.njk b/site/guestbook.njk index 1e9f999..61bd585 100644 --- a/site/guestbook.njk +++ b/site/guestbook.njk @@ -10,5 +10,5 @@ headerLink: social ---

{{ i18n[langKey].guestbookWarning | safe }}

- +
\ No newline at end of file diff --git a/static/images/88x31/atabook.gif b/static/images/88x31/atabook.gif new file mode 100644 index 0000000..69494b9 Binary files /dev/null and b/static/images/88x31/atabook.gif differ