diff --git a/_config.yml b/_config.yml index 26ab77a..18876c7 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ open_external_links_in_new_tab: true # as their browser will communicate with Twitter's servers. embed_tweets: false -exclude: ['_includes/notes_graph.json', '.env', 'gemset.nix', 'fission.yaml', 'blog.code-workspace', 'netlify.toml', '_ignored', '_archive', '.vscode', '.obsidian', '.gitignore', '.github', 'README.md'. "_template", ".obsidian"] +exclude: ['_includes/notes_graph.json', '.env', 'gemset.nix', 'fission.yaml', 'blog.code-workspace', 'netlify.toml', '_ignored', '_archive', '.vscode', '.obsidian', '.gitignore', '.github', 'README.md', "_template", ".obsidian"] include: ['.well-known', '_pages', '_redirects'] @@ -63,9 +63,6 @@ collections: notes: output: true permalink: "/notes/:slug/" - journals: - output: true - permalink: "/journals/:year/:month/:day/" defaults: - scope: @@ -76,13 +73,14 @@ defaults: permalink: /blog/:year/:month/:day/:title/ section: blog - scope: - path: "_notes/*" + path: "_notes/*.md" values: layout: "note" section: note - scope: - path: "_journals/*" + path: "_notes/journal/*" values: - layout: post + layout: "note" section: journal + permalink: /journal/:slug/ diff --git a/_includes/footer.html b/_includes/footer.html index 7784b4c..b162c31 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1 +1 @@ -Blog | Feeds | ๐Ÿ˜ Mastodon @boris@cosocial.ca | ๐Ÿฆ‹ Bluesky @bmann.ca | ๐Ÿ“… Daily Journals & ๐Ÿ“ Notes | Personal Blog \ No newline at end of file +Blog | Journal | Notes | Feeds | ๐Ÿ‘‰ Social Profiles bmann.ca \ No newline at end of file diff --git a/_layouts/note.html b/_layouts/note.html index fd80c64..359f78c 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -5,7 +5,7 @@ layout: default

{{ page.title }}

-