Skip to content

Commit

Permalink
Merge pull request #746 from KBVE/patch-august-01-2023
Browse files Browse the repository at this point in the history
Pulling refs/heads/patch-august-01-2023 into Dev
  • Loading branch information
h0lybyte authored Aug 2, 2023
2 parents 6b7d3c4 + c5edd1e commit f061803
Show file tree
Hide file tree
Showing 8 changed files with 446 additions and 367 deletions.
483 changes: 245 additions & 238 deletions .astro/types.d.ts

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@types/eslint": "^8.44.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"astro-eslint-parser": "^0.14.0",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -26,7 +26,7 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"sass": "^1.64.1",
"sass": "^1.64.2",
"svgo": "2.8.0",
"yarn-upgrade-all": "^0.7.2"
},
Expand All @@ -49,8 +49,8 @@
"@lottiefiles/lottie-player": "^2.0.2",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mdi/js": "^7.2.96",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@nanostores/react": "^0.7.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
Expand All @@ -60,18 +60,18 @@
"@types/react-router-dom": "^5.3.3",
"alpinejs": "^3.12.3",
"appwrite": "^11.0.0",
"astro": "^2.9.6",
"astro": "^2.9.7",
"astro-compress": "^1.1.50",
"crypto-js": "^4.1.1",
"dompurify": "^3.0.5",
"flowbite": "^1.8.0",
"flowbite": "^1.8.1",
"flowbite-react": "^0.5.0",
"interweave": "^13.1.0",
"jquery": "^3.7.0",
"lodash": "^4.17.21",
"mermaid": "^10.3.0",
"micromodal": "^0.4.10",
"million": "^2.5.2",
"million": "^2.5.4-beta.2",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
Expand All @@ -87,7 +87,7 @@
"rehype-toc": "^3.0.2",
"remark-toc": "^8.0.1",
"sharp": "^0.32.4",
"svelte": "^4.1.1",
"svelte": "^4.1.2",
"tailwindcss": "^3.3.3",
"tailwindcss-fluid-type": "^2.0.3",
"ts-dedent": "^2.2.0",
Expand Down
34 changes: 24 additions & 10 deletions src/content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@
"source": false
}
}
},
{
"id": "34b25edd6986cfaf",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "journal/08-02.md",
"mode": "source",
"source": false
}
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
Expand Down Expand Up @@ -93,7 +106,7 @@
"state": {
"type": "backlink",
"state": {
"file": "journal/07-31.md",
"file": "journal/08-02.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -110,7 +123,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "journal/07-31.md",
"file": "journal/08-02.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -133,7 +146,7 @@
"state": {
"type": "outline",
"state": {
"file": "journal/07-31.md"
"file": "journal/08-02.md"
}
}
}
Expand All @@ -155,10 +168,14 @@
"command-palette:Open command palette": false
}
},
"active": "aae64d3503ecf6da",
"active": "34b25edd6986cfaf",
"lastOpenFiles": [
"journal/07-31.md",
"journal/07-29.md",
"journal/07-28.md",
"journal/07-30.md",
"journal/07-31.md",
"journal/08-01.md",
"journal/08-02.md",
"account/profile.mdx",
"account/register.mdx",
"account/logout.mdx",
Expand All @@ -167,9 +184,7 @@
"account/index.mdx",
"account/account.mdx",
"journal/05-10.md",
"journal/07-29.md",
"journal/07-23.md",
"journal/07-28.md",
"journal/07-27.md",
"project/herbmail.mdx",
"project/kbve.mdx",
Expand All @@ -190,7 +205,6 @@
"journal/07-11.md",
"journal/07-09.md",
"journal/07-08.md",
"journal/07-07.md",
"journal/07-04.md"
"journal/07-07.md"
]
}
4 changes: 2 additions & 2 deletions src/content/account/register.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import Register from '@w/Register.astro';

<MDXJS>

<Register />
<Register />

</MDXJS>

---
Expand Down
2 changes: 1 addition & 1 deletion src/content/journal/07-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
---

## Notes

### 2023
- 9:30am - Prepare legal documents for my uncle? Ugh this was a task that I hate doing because talking to lawyers has always been a pain.
- 10:33am - I need to redo my gym schedule, I might have to do something a bit more hardcore and maybe do the duel trips? Aim for both a day and night trip, just to get out of the house and get some more data on FSD.
- 2:30pm - The lag on league of legends is starting to get to me! It just seems to be way too much recently, the spikes are a bit draining.
Expand Down
29 changes: 29 additions & 0 deletions src/content/journal/08-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: ../../layouts/theme/mdx.astro
title: "August : 01"
category: Daily
date: 2023-08-01
client: Self
img: https://images.unsplash.com/photo-1689595131476-e141af904891?fit=crop&q=85&w=1400&h=700
description: Daily Log for August, 01 of each year.
tags:
- daily
---

## Notes
### 2023
- 4:34am - I got up super early and started to work on the svelte migration for the react components. I also wanted to see the pre-market but I am a bit off-put with the current situation, I believe we are in the perfect mixture of events that create a decent chunk of profits for the irons condor gangs.
- 2:28pm - Doing a couple quick syncs within the public and private repos.
- 3:29pm - Okay got my mother back from the dentist, it has been like three trips so far but everything is good to go. She feels better and that is one less stress point that I have to deal with.
- 3:34pm - I should look into setting up certain changes via github actions, going to map out two or three to build in the future.

## Quote

> In friendship as well as love, ignorance very often contributes more to our happiness than knowledge.
> — <cite>François de La Rochefoucauld</cite>
---

## Tasks

- [ ]
29 changes: 29 additions & 0 deletions src/content/journal/08-02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: ../../layouts/theme/mdx.astro
title: "August : 02"
category: Daily
date: 2023-08-02
client: Self
img: https://images.unsplash.com/photo-1689361806203-41b00e7227b5?fit=crop&q=85&w=1400&h=700
description: Daily Log for August, 02 of each year.
tags:
- daily
---

## Notes
### 2023
- 10:00am - My lunch is going to be epic, I am looking at 12 wings and a Philly cheese steak pizza!
- 3:00pm - I am enjoying this pull back within the market! I am hoping we see tesla go back down to the low $200s, which would give me some time to grab a couple more cheaper LEAPs.
- 5:35pm - The tag system and generating the relationships with those files are next on my task list. We could make the tag system built around the same MDX structure? We could automate the tags by looking through all the files? I am not too sure I want the tag system to rebuild each time we compile the website, maybe we could have the tag system run as its own yarn function.
- 6:34pm - The Supabase and Pocketbase integrations with Appwrite might be a bit too much for what we are doing right this second but we are test casing a couple multi-api communication vectors. We are running pocketbase on the NodePy image but we have not yet setup the supabase.

## Quote

> Remember always that you not only have the right to be an individual, you have an obligation to be one.
> — <cite>Eleanor Roosevelt</cite>
---

## Tasks

- [ ]
Loading

0 comments on commit f061803

Please sign in to comment.