starters(blog): show BiliBili example

This commit is contained in:
George Cushen 2023-12-29 23:38:24 +00:00
commit 190577cbbe
4 changed files with 11 additions and 8 deletions

View file

@ -3,7 +3,7 @@ title: 'Home'
date: 2023-10-24 date: 2023-10-24
type: landing type: landing
sections: sections:
- block: biography - block: resume-biography
content: content:
# The user's folder name in content/authors/ # The user's folder name in content/authors/
username: admin username: admin

View file

@ -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: Teach your course by sharing videos with your students. Choose from one of the following approaches:
{{< youtube D2vj0WcvH5c >}}
**Youtube**: **Youtube**:
{{</* youtube w7Ft2ymGmfc */>}} {{</* youtube D2vj0WcvH5c */>}}
{{< youtube D2vj0WcvH5c >}}
**Bilibili**: **Bilibili**:
{{</* bilibili id="BV1WV4y1r7DF" */>}} {{</* bilibili BV1WV4y1r7DF */>}}
{{< bilibili BV1WV4y1r7DF >}}
**Video file** **Video file**

View file

@ -4,5 +4,5 @@ go 1.19
require ( 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-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
) )

View file

@ -3,9 +3,10 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.119.0" HUGO_VERSION = "0.121.1"
HUGO_ENABLEGITINFO = "true" GO_VERSION = "1.21.5"
NODE_VERSION = "21.1.0" NODE_VERSION = "21.1.0"
HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]
HUGO_ENV = "production" HUGO_ENV = "production"