From 9bbd46b50bb1e325ce65d21da49a365b73e8327f Mon Sep 17 00:00:00 2001 From: Boris Mann Date: Mon, 1 Jan 2024 14:11:16 -0800 Subject: [PATCH] revamping --- _config.yml | 12 ++--- _includes/footer.html | 2 +- _layouts/note.html | 2 +- _notes/Fission.md | 7 ++- _notes/Micropub Client.md | 0 _notes/Obsidian.md | 17 +++++++ _notes/Twitter.md | 2 +- {_journals => _notes/journal}/2023-12-29.md | 4 +- _notes/journal/2024-01-01.md | 40 +++++++++++++++ _pages/index.md | 46 +++++++++--------- _pages/journal.html | 35 +++++-------- ...> 2023-07-29-bmc-notes-homepage-revamp.md} | 2 +- _template/journal.md | 2 + assets/microblog-cross-posting-screenshot.png | Bin 0 -> 126067 bytes 14 files changed, 110 insertions(+), 61 deletions(-) delete mode 100644 _notes/Micropub Client.md create mode 100644 _notes/Obsidian.md rename {_journals => _notes/journal}/2023-12-29.md (76%) create mode 100644 _notes/journal/2024-01-01.md rename _posts/{2024-01-01-more-revamp.md => 2023-07-29-bmc-notes-homepage-revamp.md} (90%) create mode 100644 assets/microblog-cross-posting-screenshot.png 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 }}

-