getting xmitter.net on 11ty
This commit is contained in:
parent
e8f8a543de
commit
aec0f79928
@ -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/"
|
||||
}
|
||||
}
|
||||
|
@ -1,16 +1,7 @@
|
||||
---
|
||||
layout: layouts/base.njk
|
||||
---
|
||||
<!-- Delete this block, which will also remove the component CSS from the bundle -->
|
||||
{%- css %}{% include "public/css/message-box.css" %}{% endcss %}
|
||||
<div class="message-box">
|
||||
<ol>
|
||||
<li>Edit <code>_data/metadata.js</code> with your blog’s information.</li>
|
||||
<li>(Optional) Edit <code>eleventy.config.js</code> with your <a href="https://www.11ty.dev/docs/config/">configuration preferences</a>.</li>
|
||||
<li>Delete this message from <code>_includes/layouts/home.njk</code>.</li>
|
||||
</ol>
|
||||
<p><em>This is an <a href="https://www.11ty.dev/">Eleventy project</a> created from the <a href="https://github.com/11ty/eleventy-base-blog"><code>eleventy-base-blog</code> repo</a>.</em></p>
|
||||
</div>
|
||||
|
||||
<!-- Stop deleting -->
|
||||
|
||||
{{ content | safe }}
|
||||
|
Loading…
Reference in New Issue
Block a user