feat: add embed shortcode

This commit is contained in:
Splitter
2025-09-07 22:04:59 +00:00
parent 4d765d5616
commit d8cafa99a4
4 changed files with 91 additions and 6 deletions

View File

@@ -8,6 +8,11 @@ tags:
- JavaScript
image:
caption: 'Embed rich media such as videos and LaTeX math'
content_meta:
content_type: 'Tutorial'
difficulty: 'Beginner'
prerequisites: ['HTML']
trending: true
---
[Hugo Blox Builder](https://hugoblox.com) is designed to give technical content creators a seamless experience. You can focus on the content and the Hugo Blox Builder which this template is built upon handles the rest.
@@ -112,7 +117,6 @@ $$
Hugo Blox Builder utilises Hugo's Markdown extension for highlighting code syntax. The code theme can be selected in the `config/_default/params.yaml` file.
```python
import pandas as pd
data = pd.read_csv("data.csv")

View File

@@ -8,6 +8,11 @@ tags:
- Python
image:
caption: 'Embed rich media such as videos and LaTeX math'
content_meta:
content_type: 'Course'
difficulty: 'Intermediate'
prerequisites: ['SQL']
trending: false
---
[Hugo Blox Builder](https://hugoblox.com) is designed to give technical content creators a seamless experience. You can focus on the content and the Hugo Blox Builder which this template is built upon handles the rest.
@@ -112,7 +117,6 @@ $$
Hugo Blox Builder utilises Hugo's Markdown extension for highlighting code syntax. The code theme can be selected in the `config/_default/params.yaml` file.
```python
import pandas as pd
data = pd.read_csv("data.csv")