diff --git a/starters/blog/content/_index.md b/starters/blog/content/_index.md index 6a0cbbda..5a5c4ef0 100644 --- a/starters/blog/content/_index.md +++ b/starters/blog/content/_index.md @@ -3,7 +3,7 @@ title: 'Home' date: 2023-10-24 type: landing sections: - - block: biography + - block: resume-biography content: # The user's folder name in content/authors/ username: admin diff --git a/starters/blog/content/post/teach-courses/index.md b/starters/blog/content/post/teach-courses/index.md index f098f08f..3aab7d55 100644 --- a/starters/blog/content/post/teach-courses/index.md +++ b/starters/blog/content/post/teach-courses/index.md @@ -23,15 +23,17 @@ On this page, you'll find some examples of the types of technical content that c Teach your course by sharing videos with your students. Choose from one of the following approaches: -{{< youtube D2vj0WcvH5c >}} - **Youtube**: - {{}} + {{}} + +{{< youtube D2vj0WcvH5c >}} **Bilibili**: - {{}} + {{}} + +{{< bilibili BV1WV4y1r7DF >}} **Video file** diff --git a/starters/blog/go.mod b/starters/blog/go.mod index 6c47ed36..41be56a3 100644 --- a/starters/blog/go.mod +++ b/starters/blog/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231217135217-f1e179b23dc3 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231229233433-b290b27077b8 ) diff --git a/starters/blog/netlify.toml b/starters/blog/netlify.toml index 7b4239e7..6e5f6e7d 100644 --- a/starters/blog/netlify.toml +++ b/starters/blog/netlify.toml @@ -3,9 +3,10 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.119.0" - HUGO_ENABLEGITINFO = "true" + HUGO_VERSION = "0.121.1" + GO_VERSION = "1.21.5" NODE_VERSION = "21.1.0" + HUGO_ENABLEGITINFO = "true" [context.production.environment] HUGO_ENV = "production"