Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade hugo version #56

Merged
merged 1 commit into from
Oct 22, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.108.0
HUGO_VERSION: 0.136.4
steps:
- name: Install Hugo CLI
run: |
Expand Down
4 changes: 3 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
baseurl: "https://tylerrouze.com"
languageCode: "en-us"
title: "Tyler Rouze"
paginate: 5

pagination:
pagerSize: 5

params:
# Emoji will show before the blog title on site navbar.
Expand Down
2 changes: 1 addition & 1 deletion content/post/austin-marathon.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Recap: My First Marathon"
date: 2024-02-19 12:00:00
excerpt: "In this 30-minute virtual event, Amos Budde, Head of Alliances & Channels at Analytics8, and Tyler Rouze, Managing Consultant at Analytics8 and dbt practice leader, introduce the significance of regular health checks for your dbt projects. "
excerpt: "Check out my Austin Marathon run! "
---

<div class="strava-embed-placeholder" data-embed-type="activity" data-embed-id="10788543034" data-style="standard"></div><script src="https://strava-embeds.com/embed.js"></script>
Loading