Skip to content

Commit 7ea74cb

Browse files
author
Splitter
committed
ci: fix
1 parent e7cc65c commit 7ea74cb

7 files changed

Lines changed: 18 additions & 7 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.154.2",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.154.3",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [The Academic CV That Gets You Hired](https://github.com/HugoBlox/theme-academic-cv)
1+
# [The Academic CV That Gets You Hired](https://github.com/HugoBlox/hugo-theme-academic-cv)
22

33
[![Screenshot](.github/preview.webp)](https://hugoblox.com/templates/academic-cv/start/?utm_source=github&utm_medium=readme)
44

@@ -20,7 +20,7 @@
2020

2121
<p align="center">
2222
<a href="https://discord.gg/z8wNYzb"><img src="https://img.shields.io/discord/722225264733716590?label=Join%20Discord&style=social" alt="Discord"></a>
23-
<a href="https://github.com/HugoBlox/theme-academic-cv"><img src="https://img.shields.io/github/stars/HugoBlox/theme-academic-cv?label=Star%20Academic%20CV&style=social" alt="GitHub Stars"></a>
23+
<a href="https://github.com/HugoBlox/hugo-theme-academic-cv"><img src="https://img.shields.io/github/stars/HugoBlox/hugo-theme-academic-cv?label=Star%20Academic%20CV&style=social" alt="GitHub Stars"></a>
2424
</p>
2525

2626
---

config/_default/hugo.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ hasCJKLanguage: false
1717
defaultContentLanguageInSubdir: false
1818
removePathAccents: true
1919

20+
############################
21+
## PAGE OPTIONS
22+
############################
23+
24+
cascade:
25+
- _target:
26+
path: /slides/**
27+
kind: page
28+
outputs: [HTML, present]
29+
2030
############################
2131
## ADVANCED
2232
############################

content/slides/example/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Example Talk: Recent Work"
33
date: 2024-01-01
44
# `type: slides` is inferred from folder, but can be set explicitly:
55
type: slides
6+
summary: "A quick tour of recent research highlights: multimodal LLMs, efficient training, and responsible AI."
67
slides:
78
theme: black
89
highlight_style: dracula

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.19
44

55
require (
66
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260105203838-3526fb1ca1e5
8-
github.com/HugoBlox/kit/modules/slides v0.0.0-20260102220738-ad2af1f3521d
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260106201334-85307a809791
8+
github.com/HugoBlox/kit/modules/slides v0.0.0-20260106201226-bfdcb6603c34
99
)

hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.154.2'
2+
hugo_version: '0.154.3'
33
template:
44
id: "academic-cv"
55
name: "Academic CV"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
publish = "public"
2222

2323
[build.environment]
24-
HUGO_VERSION = "0.154.2"
24+
HUGO_VERSION = "0.154.3"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
# Netlify runs an implicit install step; ensure it never enforces frozen lockfiles

0 commit comments

Comments
 (0)