Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ build:
os: "ubuntu-lts-latest"

commands:
# Download: https://quarto.org/docs/download/tarball.html
- "wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.40/quarto-1.6.40-linux-amd64.tar.gz"
- "asdf plugin add pixi"
- "asdf install pixi latest"
- "asdf global pixi latest"

# Install
- "mkdir --parents ~/opt/quarto ~/bin"
- "tar -C ~/opt/quarto -xvzf quarto*.tar.gz --strip-components 1"
- "ln -s ~/opt/quarto/bin/quarto ~/bin/quarto"

# Render
- "~/bin/quarto render"
- "pixi run render"
- "mkdir --parents $READTHEDOCS_OUTPUT/html/"
- "mv _site/* $READTHEDOCS_OUTPUT/html/."
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ title: "In-person Hackathon and Design Dialog 2025"
description: |
On August 13-14 in Berkeley CA, a group of ~25 dedicated geospatial professionals had a
meeting of the minds. We worked together on code, design, and big-picture strategy!
date: "2025-08-20"
date: "2025-09-03"
image: "group-photo.jpg"
author:
- name: "GeoJupyter Hackathon participants (see below)"
categories:
- "Events"
aliases:
- "/blog/20250820-inperson-hackathon-and-design-dialog/index.html"
---

When 25 geospatial professionals gathered in Berkeley for a
Expand Down