Update keywords and templates; add summary field to notes and posts

This commit is contained in:
2025-03-14 14:49:03 +00:00
parent 8cd58f6b2e
commit df2d715e2e
6 changed files with 14 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: trude.dev
description: "TrudeEH's Blog and Personal Website"
keywords: [Blog, Portfolio, Trude, TrudeEH]
keywords: [Blog, Portfolio, Trude, TrudeEH, computer, cs, software, computer science, programming, linux, tech, technology]
author: "TrudeEH"
images: ["logo.svg"]
DateFormat: "January 2, 2006"
@@ -123,7 +123,6 @@ params:
hiddenInSingle: false # hide on single page
linkFullImages: true
# for search
# https://fusejs.io/api/options.html
fuseOpts:

View File

@@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "posts/linux-starter-guide/index.md",
"file": "notes/ready/how_to_computer/index.md",
"mode": "source",
"source": false
},
@@ -141,7 +141,7 @@
"state": {
"type": "outline",
"state": {
"file": "posts/linux-starter-guide/index.md",
"file": "notes/ready/how_to_computer/index.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
@@ -181,15 +181,17 @@
},
"active": "ab03f7100c1ce0fb",
"lastOpenFiles": [
"_Templates/note.md",
"notes/ready/how_to_computer/index.md",
"_Templates/post.md",
"notes/ready/c-language.md",
"posts/jcionx-favorite-macos-utilities.md",
"posts/linux-starter-guide/index.md",
"posts/linux-starter-guide/gnome46.jpeg",
"posts/linux-starter-guide/plasma6.jpg",
"posts/linux-starter-guide",
"posts/linux-vs-freebsd-vs-openbsd.md",
"posts/local-llm.md",
"posts/linux-starter-guide/index.md",
"_Templates/post.md",
"_Templates/note.md",
"notes/ready/how_to_computer/index.md",
"notes/ready/how_to_computer/LEG.png",
"notes/ready/how_to_computer/Pasted image 20250310113000.png",
"notes/ready/how_to_computer/Pasted image 20250311082902.png",
@@ -198,7 +200,6 @@
"notes/ready/how_to_computer/Pasted image 20250311091203.png",
"notes/ready/how_to_computer/Pasted image 20250311091659.png",
"notes/ready/how_to_computer/Pasted image 20250311091929.png",
"notes/ready/how_to_computer/Pasted image 20250311102143.png",
"notes/ready/c-snippets.md",
"notes/ready/encryption.md",
"notes/ready/firewall.md",
@@ -207,7 +208,6 @@
"notes/ready/http.md",
"notes/ready/https-ssl-certs.md",
"notes/ready/irc.md",
"notes/ready/c-language.md",
"notes/ready/binary_operations/index.md",
"notes/ready/cpu_architecture/index.md",
"Clippings/Latches in Digital Logic - GeeksforGeeks.md",

View File

@@ -1,6 +1,7 @@
---
title: "{{Title}}"
description:
summary:
draft: true
tags:
author: TrudeEH

View File

@@ -1,6 +1,7 @@
---
title: "{{Title}}"
description:
summary:
draft: true
tags:
author: TrudeEH

View File

@@ -1,6 +1,7 @@
---
title: Building a Computer From Scratch
description: From diodes and transistors, to a Turing complete computer.
summary: From diodes and transistors, to a Turing complete computer.
draft: false
tags:
- electronics

View File

@@ -4,7 +4,7 @@ draft: false
searchHidden: false
showToc: true # Table of Contents
author: "JCionx"
title: "JCionx Favorite macOS Utilities"
title: "JCionx's Favorite macOS Utilities"
date: 2024-12-14T14:45:34Z
tags: ["macos","apps","software"]
description: "My top 8 favorite macOS utilities"
@@ -23,7 +23,7 @@ These are my top 8 favorite macOS utilities that I can't live without.
This app is the best app to make your non-Apple mouse behave like one. I use it with my Logitech MX Master 3s instead of Logitech's own software, and it is amazing!
This app let's you assign any kind of trackpad gesture to your extra mouse buttons. I have a button navigate Spaces and Mission Control when dragging, just like the three finger drag on a trackpad. I also have the forward button on the mouse to scroll with two fingers on drag, and on scroll, it zooms. Finally, I have the forward and back buttons go forward and back on apps.
This app lets you assign any kind of trackpad gesture to your extra mouse buttons. I have a button navigate Spaces and Mission Control when dragging, just like the three finger drag on a trackpad. I also have the forward button on the mouse to scroll with two fingers on drag, and on scroll, it zooms. Finally, I have the forward and back buttons go forward and back on apps.
![Mac Mouse Fix - General tab](../../images/macmousefix1.png)
Mac Mouse Fix also allows for scrolling options. I like to enable Reverse Direction so the mouse scrolls in the direction it is meant to. And I disable smooth scroll, because I use another app for that.
![Mac Mouse Fix - Scrolling tab](../../images/macmousefix2.png)