- Edit the
_data/metadata.json
with your blog’s information.
- - (Optional) Edit
.eleventy.js
with your configuration preferences.
+ - (Optional) Edit
.eleventy.js
with your [configuration preferences](https://www.11ty.dev/docs/config/).
- Delete this message from
_includes/layouts/base.njk
.
This is an Eleventy project created from the eleventy-base-blog
repo.
diff --git a/about/index.md b/about/index.md
index 95f70a4..c74e8ba 100644
--- a/about/index.md
+++ b/about/index.md
@@ -4,7 +4,7 @@ title: About Me
templateClass: tmpl-post
eleventyNavigation:
key: About Me
- order: 2
+ order: 3
---
I am a person that writes stuff.
diff --git a/archive.njk b/archive.njk
index 232f770..0b277a8 100644
--- a/archive.njk
+++ b/archive.njk
@@ -3,7 +3,7 @@ layout: layouts/home.njk
permalink: /posts/
eleventyNavigation:
key: Archive
- order: 3
+ order: 2
---
Archive
diff --git a/package.json b/package.json
index e78baf3..ac2a0e9 100644
--- a/package.json
+++ b/package.json
@@ -24,11 +24,11 @@
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": "^0.9.0",
- "@11ty/eleventy-navigation": "^0.1.1",
+ "@11ty/eleventy-navigation": "^0.1.3",
"@11ty/eleventy-plugin-rss": "^1.0.7",
- "@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
- "luxon": "^1.12.0",
+ "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.0",
+ "luxon": "^1.21.3",
"markdown-it": "^8.4.2",
- "markdown-it-anchor": "^5.0.2"
+ "markdown-it-anchor": "^5.2.5"
}
}