Skip to content

Commit

Permalink
Bump Hugo version to 0.125.2 (and remove YouTube embed that breaks th…
Browse files Browse the repository at this point in the history
…e build)
  • Loading branch information
yanirs committed Apr 22, 2024
1 parent ed768de commit d721c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Hugo
env:
HUGO_VERSION: 0.124.1
HUGO_VERSION: 0.125.2
run: |
wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
Expand Down
7 changes: 4 additions & 3 deletions content/posts/2019-10-06-bootstrapping-the-right-way/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ tags:
---
_Bootstrapping the right way_ is a talk I gave earlier this year at the YOW! Data conference in Sydney. You can now watch the video of the talk and have a look through [the slides][1]. The content of the talk is similar to [a post I published on bootstrapping pitfalls][2], with some additional simulations.

<p>
{{< youtube id="2wZXejYz-e0" >}}
</p>
[//]: # (<p>)
[//]: # ( {{< youtube id="2wZXejYz-e0" >}})
[//]: # (</p>)
<small><i>Update (2024-04-22): There used to be a YouTube embed here, but the video was taken down. :(</i></small>

The main takeaways shared in the talk are:

Expand Down

0 comments on commit d721c6e

Please sign in to comment.