getting xmitter.net on 11ty
This commit is contained in:
parent
e8f8a543de
commit
aec0f79928
@ -1,11 +1,11 @@
|
|||||||
export default {
|
export default {
|
||||||
title: "Eleventy Base Blog v9",
|
title: "XMITTERDOTNET",
|
||||||
url: "https://example.com/",
|
url: "https://xmitter.net/",
|
||||||
language: "en",
|
language: "en",
|
||||||
description: "I am writing about my experiences as a naval navel-gazer.",
|
description: "A small personal website",
|
||||||
author: {
|
author: {
|
||||||
name: "Your Name Here",
|
name: "Cobweb",
|
||||||
email: "youremailaddress@example.com",
|
email: "cobweb@xmitter.net",
|
||||||
url: "https://example.com/about-me/"
|
url: "https://xmitter.net/about/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,16 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: layouts/base.njk
|
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 -->
|
<!-- Stop deleting -->
|
||||||
|
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
Loading…
Reference in New Issue
Block a user