-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phone: shortcuts gcp command- pre commit
- Loading branch information
1 parent
8f0dc2e
commit abd2f7f
Showing
8 changed files
with
102 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
date: 2024-02-06 | ||
title: 2024-02-06 | ||
description: x | ||
categories: | ||
- goals | ||
sun: false | ||
water24oz: false | ||
pray: false | ||
meditate: false | ||
sss: false | ||
asleepby1030: false | ||
workout-time: 0 | ||
muscle-groups: | ||
- x | ||
exercises: | ||
- x | ||
difficulty: 0 | ||
workout-notes: x | ||
workout-vibe: x | ||
pelo-warmup: 0 | ||
pelo-time: 0 | ||
pelo-kj: 0 | ||
pelo-avg: 0 | ||
run-dist: 0 | ||
run-time: 0 | ||
hike-dist: 0 | ||
hike-elev: 0 | ||
hike-time: 0 | ||
basketball-time: 0 | ||
draft: false | ||
--- | ||
**Tuesday, February 6th, 2024** | ||
[⏪ Mo 2/5](goals/2024-02-05) | Let God Prevail | [We 2/7 ⏩](goals/2024-02-07) | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: How to share an HTML file (like a quarto output in GitHub) | ||
description: Do you have an HTML file saved on GitHub that you'd like to share? | ||
date: 2024-02-06 09:44:38 | ||
created: 2024-02-06 09:44:38 | ||
categories: | ||
- tech | ||
- quarto | ||
- github | ||
- data science | ||
- 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`. | ||
|
||
If you try to share the link from GitHub directly, GitHub will just show the raw HTML file. | ||
|
||
Use this link to convert it to your dashboard: | ||
|
||
[GitHub & BitBucket HTML Preview](https://htmlpreview.github.io/) | ||
|
||
Example: | ||
|
||
GitHub File: https://github.com/bryanwhiting/blog/blob/gh-pages/index.html | ||
|
||
![Preview in GitHub](../img/screenshot-raw-html-on-github.jpeg){.preview-image} | ||
|
||
Preview using that link: https://htmlpreview.github.io/?https://github.com/bryanwhiting/blog/blob/gh-pages/index.html | ||
|
||
Notice the URL at the bottom | ||
|
||
![Render HTML](../img/screenshot-html-file-on-github-rendered.jpeg){.preview-image} |