Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
52599c3
feat(static): remove unused favicons and images
lbenicio Jun 20, 2026
b1e81d3
refactor(timeline): convert from section to single page
lbenicio Jun 20, 2026
b0e713d
chore(favicon): remove outdated favicon files and reorganize static a…
lbenicio Jun 20, 2026
71e368e
refactor(paths): update static file references and theme module
lbenicio Jun 20, 2026
2be5d58
chore(deps): update theme for js path fix
lbenicio Jun 20, 2026
e8e4455
chore(deps): update theme for font path fix
lbenicio Jun 20, 2026
676402d
chore(deps): update theme with restored fonts
lbenicio Jun 20, 2026
04b3aad
chore(deps): update theme with obfuscator and navbar fixes
lbenicio Jun 20, 2026
accdeee
docs(changelog): add v2.0.1 release notes
lbenicio Jun 20, 2026
4ef40a9
docs(readme): update with current no-Node.js setup, SCSS, and correct…
lbenicio Jun 20, 2026
34e1662
chore(deps): update theme with relURL fix for cover images
lbenicio Jun 20, 2026
015e132
chore(deps): update theme with JS resource publishing fix
lbenicio Jun 20, 2026
95c957c
chore(deps): bump docker/build-push-action from 6 to 7
dependabot[bot] Jun 20, 2026
10dce35
chore(deps): bump actions/checkout from 4 to 7
dependabot[bot] Jun 20, 2026
333cae4
chore(deps): bump actions/upload-artifact from 4 to 7
dependabot[bot] Jun 20, 2026
13ecefc
chore(deps): bump actions/cache from 4 to 5
dependabot[bot] Jun 20, 2026
e0afc70
Merge pull request #104 from lbenicio/dependabot/github_actions/docke…
github-actions[bot] Jun 20, 2026
d1d36cd
chore(deps): bump actions/setup-go from 5 to 6
dependabot[bot] Jun 20, 2026
2c23eb6
chore(deps): bump actions/deploy-pages from 4 to 5
dependabot[bot] Jun 20, 2026
6a7fbe1
Merge pull request #107 from lbenicio/dependabot/github_actions/actio…
github-actions[bot] Jun 20, 2026
bcb3202
chore(deps): bump actions/upload-pages-artifact from 3 to 5
dependabot[bot] Jun 20, 2026
b5c8c9d
chore(deps): update theme with search base-path fix
lbenicio Jun 20, 2026
02bddc0
chore(deps): update theme
lbenicio Jun 20, 2026
f220508
Merge pull request #105 from lbenicio/dependabot/github_actions/actio…
lbenicio Jun 20, 2026
0bee704
Merge pull request #106 from lbenicio/dependabot/github_actions/actio…
lbenicio Jun 20, 2026
cb426ee
Merge pull request #108 from lbenicio/dependabot/github_actions/actio…
lbenicio Jun 20, 2026
16692ca
Merge pull request #109 from lbenicio/dependabot/github_actions/actio…
lbenicio Jun 20, 2026
5a3fdb2
Merge pull request #110 from lbenicio/dependabot/github_actions/actio…
lbenicio Jun 20, 2026
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
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive

Expand All @@ -30,12 +30,12 @@ jobs:
extended: true

- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: "1.23"

- name: Cache Go modules
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/go-build
Expand All @@ -44,7 +44,7 @@ jobs:
restore-keys: go-${{ runner.os }}-

- name: Cache Hugo modules
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/hugo_cache
key: hugo-${{ runner.os }}-${{ hashFiles('go.sum') }}
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive

Expand All @@ -72,13 +72,13 @@ jobs:
extended: true

- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: "1.23"
cache: true

- name: Restore Go cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/go-build
Expand All @@ -87,7 +87,7 @@ jobs:
restore-keys: go-${{ runner.os }}-

- name: Restore Hugo cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/hugo_cache
key: hugo-${{ runner.os }}-${{ hashFiles('go.sum') }}
Expand All @@ -104,7 +104,7 @@ jobs:
run: go run github.com/lbenicio/aboutme-v2-theme/cmd/obfuscate@main ./public

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v5
with:
path: ./public

Expand All @@ -117,7 +117,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5

report:
needs: [deps, build, deploy]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker save alpine:latest nginx:alpine | gzip > /tmp/base-images.tar.gz

- name: Upload base images
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: base-images
path: /tmp/base-images.tar.gz
Expand All @@ -35,7 +35,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Download base images
uses: actions/download-artifact@v4
Expand All @@ -56,7 +56,7 @@ jobs:
type=raw,value=latest,enable=${{ !github.event.release.prerelease }}

- name: Build image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
load: true
Expand All @@ -67,7 +67,7 @@ jobs:
run: docker save ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} | gzip > /tmp/image.tar.gz

- name: Upload image artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: docker-image
path: /tmp/image.tar.gz
Expand All @@ -76,7 +76,7 @@ jobs:
run: echo "${{ steps.meta.outputs.tags }}" > /tmp/docker-metadata-tags

- name: Upload tags artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: docker-tags
path: /tmp/docker-metadata-tags
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project are documented in this file. This project fo

Full changelog: <https://github.com/lbenicio/lbenicio.github.io/commits/main>

## [2.0.1] - 2026-06-20

### Changed

- **Timeline page**: converted from section (`_index.md`) to leaf bundle single page (`index.md`).
- **Static directory**: restructured to `static/static/` for `/static/` URL prefix (images, files, pgp).
- **Front matter paths**: avatar and PGP key paths updated to `/static/` prefix.
- **Theme updated** to v0.1.0 — SCSS framework, obfuscator fixes, page refactoring.

### Fixed

- PGP key now renders correctly on contact page (obfuscator `querySelector` bug fixed in theme).
- Navbar spacing restored (gap utilities correctly applied).
- Font files (OpenSans Regular, Italic, Bold, BoldItalic) restored.

## [2.0.0] - 2026-06-16

### Added
Expand Down
Loading
Loading