diff --git a/.eleventy.js b/.eleventy.js index 756a8ea..d001d75 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -28,8 +28,8 @@ module.exports = function(eleventyConfig) { return collectionApi.getFilteredByGlob("_content/notes/*.md").reverse(); }); - eleventyConfig.addPassthroughCopy("img"); - eleventyConfig.addPassthroughCopy("js"); + eleventyConfig.addPassthroughCopy({"img":"assets/img"}); + eleventyConfig.addPassthroughCopy({"js":"assets/js"}); eleventyConfig.addPassthroughCopy("css"); // Return your Object options: diff --git a/_content/_includes/layout.njk b/_content/_includes/layout.njk index 69ac5cc..1101c12 100644 --- a/_content/_includes/layout.njk +++ b/_content/_includes/layout.njk @@ -8,8 +8,8 @@ title: Mon Repos (Death's Domain) - - + + diff --git a/_content/index.html b/_content/index.html index cc6f3e6..21e8484 100644 --- a/_content/index.html +++ b/_content/index.html @@ -4,8 +4,8 @@ - - + + @@ -21,8 +21,8 @@
- A grim reaper in a decorated cubicle, writing and daydreaming, surrounded by many other grim reapers in bland, grey, cubicles - My profile photo — a pixelated version of me + A grim reaper in a decorated cubicle, writing and daydreaming, surrounded by many other grim reapers in bland, grey, cubicles + My profile photo — a pixelated version of me

I'm Gordon Pedersen.

@@ -36,19 +36,19 @@ data-placeholder="@user@domain.social" data-success="Thanks for the follow!" onsubmit="handleFollow(event.value)"> - Fediverse logo + Fediverse logo Follow @death.au@death.id.au -
  • Mon Repos (you are here)
  • +
  • Mon Repos (you are here)
  • @death_au@pkm.social
  • @deathau
  • @death_au
  • Gordon Pedersen
  • - - + + + \ No newline at end of file