Skip to content

Commit

Permalink
Updated GitHub actions to latest versions, updated Hugo version, chan…
Browse files Browse the repository at this point in the history
…ged some socials, updated projects
  • Loading branch information
mozoarella committed Jul 6, 2024
1 parent d41183f commit 0453050
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -36,9 +36,9 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.111.3'
hugo-version: '0.128.2'
extended: true
- name: Build the site
run: hugo --baseURL=$CF_PAGES_URL --environment=$HUGO_ENV
Expand Down
5 changes: 5 additions & 0 deletions content/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ I found making post images for posts on dylans.blog to be cumbersome. This tool

The source can be found on {{<extlink url="https://github.com/dylantic/blogimagegen" text="GitHub">}}

## Tibby
A Discord bot written in Go. Development has been frozen for the moment, but I expect to pick it back up pretty soon. (last edited July 2024)

Of course the source can be found here on {{<extlink url="https://github.com/TibbyRocks/Tibby" text="GitHub">}}

## B2
This one is very much still a work in progress. I found {{<extlink url="https://wiki.nikiv.dev/" text="this project">}} online and really wanted to do something similar. Just a repository of everything I know. I've decided on the name "B2" which makes it sound like a hip new AWS service, but it's actually just "Brain 2".

Expand Down
10 changes: 5 additions & 5 deletions data/socials.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ url = "https://github.com/mozoarella"
target="_blank"

[[platforms]]
name = "GitLab"
flavour = "+1 Star"
url = "https://gitlab.com/dylantic"
name = "Matrix"
flavour = "+1 Message"
url = "https://matrix.to/#/@mozoa:matrix.org"
target="_blank"

[[platforms]]
Expand All @@ -29,9 +29,9 @@ url = "https://steamcommunity.com/id/mozoa"
target="_blank"

[[platforms]]
name = "Spotify"
name = "Tidal"
flavour = "+1 Follower"
url = "https://open.spotify.com/user/mozoa"
url = "https://tidal.com/browse/user/192694731"
target="_blank"

[[platforms]]
Expand Down

0 comments on commit 0453050

Please sign in to comment.