Skip to content

Commit 72eea6c

Browse files
authored
Fix publish date of hackathon blog post (#117)
* Switch to Pixi for readthedocs build * Fixup publish date of hackathon blog post
1 parent c9fda29 commit 72eea6c

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ build:
77
os: "ubuntu-lts-latest"
88

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

13-
# Install
14-
- "mkdir --parents ~/opt/quarto ~/bin"
15-
- "tar -C ~/opt/quarto -xvzf quarto*.tar.gz --strip-components 1"
16-
- "ln -s ~/opt/quarto/bin/quarto ~/bin/quarto"
17-
18-
# Render
19-
- "~/bin/quarto render"
14+
- "pixi run render"
2015
- "mkdir --parents $READTHEDOCS_OUTPUT/html/"
2116
- "mv _site/* $READTHEDOCS_OUTPUT/html/."

blog/20250820-inperson-hackathon-and-design-dialog/index.md renamed to blog/20250903-inperson-hackathon-and-design-dialog/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ title: "In-person Hackathon and Design Dialog 2025"
33
description: |
44
On August 13-14 in Berkeley CA, a group of ~25 dedicated geospatial professionals had a
55
meeting of the minds. We worked together on code, design, and big-picture strategy!
6-
date: "2025-08-20"
6+
date: "2025-09-03"
77
image: "group-photo.jpg"
88
author:
99
- name: "GeoJupyter Hackathon participants (see below)"
1010
categories:
1111
- "Events"
12+
aliases:
13+
- "/blog/20250820-inperson-hackathon-and-design-dialog/index.html"
1214
---
1315

1416
When 25 geospatial professionals gathered in Berkeley for a

0 commit comments

Comments
 (0)