Skip to content

Commit

Permalink
make slide deck
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn authored Nov 19, 2024
1 parent 9472b5a commit 9b93aa9
Show file tree
Hide file tree
Showing 16 changed files with 3,212 additions and 98 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/quarto-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Set up Python
run: uv python install && uv sync

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render
uses: quarto-dev/quarto-actions/render@v2
run: |
uv run quarto render .
- name: Deploy PR Preview
uses: rossjrw/[email protected]
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,22 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

# - name: Setup Python
# uses: actions/setup-python@v5
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Set up Python
run: uv python install && uv sync

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
- name: Render and publish to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "${{ inputs.GITHUB_EMAIL }}"
git config --global user.name "${{ inputs.GITHUB_USERNAME }}"
uv run quarto publish gh-pages . --no-browser
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/.quarto/
/_site/
/.ipynb_checkpoints/
/.venv/
/.jupyter_cache/
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
7 changes: 1 addition & 6 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ project:
type: website

website:
title: "Quarto reveal.js test"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
title: "STAC at Scale"

format:
html:
Expand Down
Binary file added images/canyonlands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/devseed_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mosaic_tiling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/virtuous-cycle-dark-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/virtuous-cycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/yukon_delta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 0 additions & 56 deletions index.md

This file was deleted.

Loading

0 comments on commit 9b93aa9

Please sign in to comment.