diff --git a/_data/metadata.js b/_data/metadata.js index 5a5c99b..c733e33 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -1,11 +1,11 @@ module.exports = { - title: "Eleventy Base Blog v8", - url: "https://example.com/", + title: "Eli's Limited", + url: "https://eli.limited", language: "en", - description: "I am writing about my experiences as a naval navel-gazer.", + description: "human musings", author: { - name: "Your Name Here", - email: "youremailaddress@example.com", - url: "https://example.com/about-me/" + name: "Eli", + email: "ylc5xmdvg@mozmail.com", + url: "https://eli.limited/about" } } diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index cfb97f6..bdc6b75 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -1,7 +1,7 @@ --- layout: layouts/base.njk --- - +{# {%- css %}{% include "public/css/message-box.css" %}{% endcss %}
- + #} {{ content | safe }} diff --git a/eleventy.config.js b/eleventy.config.js index 3fba4b7..fe081da 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -22,7 +22,7 @@ module.exports = function(eleventyConfig) { // https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets // Watch content images for the image pipeline. - eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}"); + // eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}"); // App plugins eleventyConfig.addPlugin(pluginDrafts);