diff --git a/build_garden.js b/build_garden.js index fdfe3e62..4bbec89c 100644 --- a/build_garden.js +++ b/build_garden.js @@ -103,6 +103,9 @@ function toSlug(string) { /\(\((.*)\)\)/g, (_, id) => blockRefs[id]); // Remove id:: lines + data = data.replaceAll( + /(#+) (.*)\n\s*id:: (.*)/gm, + (_, h, title, id) => `${title}`); data = data.replaceAll( /(.*)\n\s*id:: (.*)/gm, '$1'); diff --git a/site/index.md b/site/index.md index 4847551e..e644eace 100644 --- a/site/index.md +++ b/site/index.md @@ -1,6 +1,7 @@ --- title: The Paper Pilot layout: home +sidebar: true hero: name: The Paper Pilot tagline: I'm Anthony, or The Paper Pilot, and I make fun games and tools!