Skip to content

Commit

Permalink
phone: shortcuts gcp command- pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting committed Feb 6, 2024
1 parent abd2f7f commit cd1afc4
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"recentFiles": [
{
"basename": "kindness",
"path": "gratitude/kindness.md"
},
{
"basename": "how-to-share-an-html-file-like-a-quarto-output-in-github",
"path": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md"
Expand Down Expand Up @@ -195,10 +199,6 @@
{
"basename": "the-loop",
"path": "book-review/the-loop.md"
},
{
"basename": "influence-the-psychology-of-persuasion",
"path": "book-review/influence-the-psychology-of-persuasion.md"
}
],
"omittedPaths": [],
Expand Down
14 changes: 7 additions & 7 deletions .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md",
"file": "gratitude/kindness.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md",
"file": "gratitude/kindness.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -110,7 +110,7 @@
"state": {
"type": "outline",
"state": {
"file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md"
"file": "gratitude/kindness.md"
}
}
},
Expand All @@ -120,7 +120,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md",
"file": "gratitude/kindness.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -141,10 +141,12 @@
},
"active": "be767112276aa446",
"lastOpenFiles": [
"img/dalle-image-kindness-watercolors-expressionist.jpeg",
"tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md",
"gratitude/kindness.md",
"img/screenshot-html-file-on-github-rendered.jpeg",
"img/screenshot-raw-html-on-github.jpeg",
"goals/2024-02-05.md",
"tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md",
"goals/2024-02-06.md",
"tech/a-knife-to-a-gun-fight.md",
"christianity/2-nephi-1.md",
Expand Down Expand Up @@ -174,11 +176,9 @@
"goals/2024-02-03.md",
"goals/2024-02-02.md",
"goals/2024-02-01.md",
"goals/2024-01-29.md",
"img/dalle-image-wheat-into-a-silo.jpeg",
"code/2024-02-02-libby.py",
"code",
"img/dalle-image-divinely-discontent.jpeg",
"innovate",
"docs/gratitude/imagination.html",
"docs/gratitude/chirping-birds.html",
Expand Down
24 changes: 24 additions & 0 deletions gratitude/kindness.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: I'm Grateful for Kindness
description: The kindness I've been shown every day of my life.
date: 2024-02-06 10:05:27
created: 2024-02-06 10:05:27
categories:
- gratitude
- parenting
draft: false
---
I've been the recipient of a lot of kindness in my life. I know anyone reading this has too. Kindness is a wonderful gift to give someone. It doesn't cost anything to be kind.

Ways people have been kind to me:

- Someone called me when they knew I was making a big decision to listen to me.
- Parents who showed me how to be kind to each other.
- A friend who complemented me.
- My wife who goes on dates with me and hangs out with me.
- A child who wants to give dad a hug.

Kindness does need to be *received*, I've learned. Kindness can be received when things are going well, as well as when life is tricky, though kindness is probably most poignantly felt and appreciated during hard times. I think that's a gift: to receive kindness. It's also a gift to give. Who do you know that could use some kindness today?

!["Kindness. Watercolors. Expressionist." Seems like kindness takes the form of an angel per Dalle. I think that's appropriate.](../img/dalle-image-kindness-watercolors-expressionist.jpeg){.preview-image}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- html
draft: false
---
Let's assume you have a raw HTML file on GitHub, such as a Jupyter notebook you rendered to HTML or a Quarto doc you rendered via `quarto render`.
Let's assume you have a raw HTML file on GitHub, such as a [Jupyter notebook you rendered to HTML](https://mljar.com/blog/jupyter-notebook-html/) or a [Quarto](https://quarto.org/docs/output-formats/html-basics.html) doc you rendered via `quarto render`.

If you try to share the link from GitHub directly, GitHub will just show the raw HTML file.

Expand All @@ -27,6 +27,6 @@ GitHub File: https://github.com/bryanwhiting/blog/blob/gh-pages/index.html

Preview using that link: https://htmlpreview.github.io/?https://github.com/bryanwhiting/blog/blob/gh-pages/index.html

Notice the URL at the bottom
Notice the URL at the bottom is not my site or my GitHub path.

![Render HTML](../img/screenshot-html-file-on-github-rendered.jpeg){.preview-image}
![Render HTML](../img/screenshot-html-file-on-github-rendered.jpeg)

0 comments on commit cd1afc4

Please sign in to comment.