From aec0f79928e29c609f881778403652bfa3f3189b Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 1 Nov 2024 18:51:44 -0400 Subject: [PATCH] getting xmitter.net on 11ty --- _data/metadata.js | 12 ++++++------ _includes/layouts/home.njk | 11 +---------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/_data/metadata.js b/_data/metadata.js index 7e8b636..3fc0156 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -1,11 +1,11 @@ export default { - title: "Eleventy Base Blog v9", - url: "https://example.com/", + title: "XMITTERDOTNET", + url: "https://xmitter.net/", language: "en", - description: "I am writing about my experiences as a naval navel-gazer.", + description: "A small personal website", author: { - name: "Your Name Here", - email: "youremailaddress@example.com", - url: "https://example.com/about-me/" + name: "Cobweb", + email: "cobweb@xmitter.net", + url: "https://xmitter.net/about/" } } diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 6e75d04..43b066a 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -1,16 +1,7 @@ --- layout: layouts/base.njk --- - -{%- css %}{% include "public/css/message-box.css" %}{% endcss %} -
-
    -
  1. Edit _data/metadata.js with your blog’s information.
  2. -
  3. (Optional) Edit eleventy.config.js with your configuration preferences.
  4. -
  5. Delete this message from _includes/layouts/home.njk.
  6. -
-

This is an Eleventy project created from the eleventy-base-blog repo.

-
+ {{ content | safe }}