aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml1
-rw-r--r--data/metadata.js (renamed from _data/metadata.js)0
-rw-r--r--eleventy.config.js8
-rw-r--r--includes/base.html (renamed from _includes/base.html)0
-rw-r--r--includes/main.css (renamed from _includes/main.css)0
-rw-r--r--includes/page.html (renamed from _includes/page.html)0
-rw-r--r--includes/post.html (renamed from _includes/post.html)0
-rw-r--r--src/404.html (renamed from 404.html)0
-rw-r--r--src/about.html (renamed from about.html)0
-rw-r--r--src/index.html (renamed from index.html)0
-rw-r--r--src/posts.html (renamed from posts.html)0
-rw-r--r--src/posts/posts.11tydata.js (renamed from posts/posts.11tydata.js)0
-rw-r--r--src/public/_headers (renamed from public/_headers)0
-rw-r--r--src/public/_redirects (renamed from public/_redirects)0
-rw-r--r--src/public/favicon.svg (renamed from public/favicon.svg)0
-rw-r--r--src/public/robots.txt (renamed from public/robots.txt)0
-rw-r--r--src/sitemap.xml.njk (renamed from sitemap.xml.njk)0
17 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 199c9db..ad95af0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,3 +27,4 @@ jobs:
projectName: sudomsg-com
directory: dist/
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
+
diff --git a/_data/metadata.js b/data/metadata.js
index aa6a595..aa6a595 100644
--- a/_data/metadata.js
+++ b/data/metadata.js
diff --git a/eleventy.config.js b/eleventy.config.js
index 5bb21ce..c6d7df3 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -25,7 +25,7 @@ export default async function(eleventyConfig) {
name: "post"
},
metadata: {
- language: "en",
+ language: "en-GB",
title: "Sudomsg",
subtitle: "Messages from Root",
base: "https://sudomsg.com/",
@@ -109,7 +109,11 @@ export default async function(eleventyConfig) {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "webc",
dir: {
- output: "dist"
+ output: "dist",
+ input: "src",
+ includes: "../includes",
+ data: "../data",
+ components: "components",
}
}
}
diff --git a/_includes/base.html b/includes/base.html
index 61df94a..61df94a 100644
--- a/_includes/base.html
+++ b/includes/base.html
diff --git a/_includes/main.css b/includes/main.css
index 0f94c46..0f94c46 100644
--- a/_includes/main.css
+++ b/includes/main.css
diff --git a/_includes/page.html b/includes/page.html
index 2439e37..2439e37 100644
--- a/_includes/page.html
+++ b/includes/page.html
diff --git a/_includes/post.html b/includes/post.html
index baecde7..baecde7 100644
--- a/_includes/post.html
+++ b/includes/post.html
diff --git a/404.html b/src/404.html
index f6f9c15..f6f9c15 100644
--- a/404.html
+++ b/src/404.html
diff --git a/about.html b/src/about.html
index 264d8a6..264d8a6 100644
--- a/about.html
+++ b/src/about.html
diff --git a/index.html b/src/index.html
index 866a6c5..866a6c5 100644
--- a/index.html
+++ b/src/index.html
diff --git a/posts.html b/src/posts.html
index fde3bfd..fde3bfd 100644
--- a/posts.html
+++ b/src/posts.html
diff --git a/posts/posts.11tydata.js b/src/posts/posts.11tydata.js
index f03d0cf..f03d0cf 100644
--- a/posts/posts.11tydata.js
+++ b/src/posts/posts.11tydata.js
diff --git a/public/_headers b/src/public/_headers
index 5139dee..5139dee 100644
--- a/public/_headers
+++ b/src/public/_headers
diff --git a/public/_redirects b/src/public/_redirects
index dc42aa9..dc42aa9 100644
--- a/public/_redirects
+++ b/src/public/_redirects
diff --git a/public/favicon.svg b/src/public/favicon.svg
index c10bfd4..c10bfd4 100644
--- a/public/favicon.svg
+++ b/src/public/favicon.svg
diff --git a/public/robots.txt b/src/public/robots.txt
index b5f1e36..b5f1e36 100644
--- a/public/robots.txt
+++ b/src/public/robots.txt
diff --git a/sitemap.xml.njk b/src/sitemap.xml.njk
index 5448d77..5448d77 100644
--- a/sitemap.xml.njk
+++ b/src/sitemap.xml.njk