chore(starters): bump modules and Hugo
@@ -47,7 +47,7 @@ sections:
|
||||
title: Featured Publications
|
||||
filters:
|
||||
folders:
|
||||
- publication
|
||||
- publications
|
||||
featured_only: true
|
||||
design:
|
||||
view: article-grid
|
||||
@@ -58,7 +58,7 @@ sections:
|
||||
text: ''
|
||||
filters:
|
||||
folders:
|
||||
- publication
|
||||
- publications
|
||||
exclude_featured: false
|
||||
design:
|
||||
view: citation
|
||||
@@ -68,7 +68,7 @@ sections:
|
||||
title: Recent & Upcoming Talks
|
||||
filters:
|
||||
folders:
|
||||
- event
|
||||
- events
|
||||
design:
|
||||
view: card
|
||||
- block: collection
|
||||
@@ -78,7 +78,7 @@ sections:
|
||||
subtitle: ''
|
||||
text: ''
|
||||
# Page type to display. E.g. post, talk, publication...
|
||||
page_type: post
|
||||
page_type: blog
|
||||
# Choose how many pages you would like to display (0 = all pages)
|
||||
count: 5
|
||||
# Filter on criteria
|
||||
|
||||
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
|
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 333 KiB |
@@ -35,6 +35,9 @@ Welcome 👋
|
||||
|
||||
### Get Started
|
||||
|
||||
> [!TIP]+ Quick Start Guide
|
||||
> New to Hugo Blox? Follow these steps to get your site up and running in minutes!
|
||||
|
||||
- 👉 [**Create a new site**](https://hugoblox.com/templates/)
|
||||
- 📚 [**Personalize your site**](https://docs.hugoblox.com/)
|
||||
- 💬 [Chat with the **Hugo Blox community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||
@@ -42,6 +45,9 @@ Welcome 👋
|
||||
- 💡 [Request a **feature** or report a **bug** for _Hugo Blox_](https://github.com/HugoBlox/hugo-blox-builder/issues)
|
||||
- ⬆️ **Updating Hugo Blox?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Remember to backup your site before making major updates!
|
||||
|
||||
## Crowd-funded open-source software
|
||||
|
||||
To help us develop this template and software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
|
||||
@@ -60,6 +66,9 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo
|
||||
|
||||
## Features
|
||||
|
||||
> [!NOTE]+ Enhanced Markdown Support
|
||||
> Hugo Blox now supports GitHub and Obsidian-style callouts! Use standard Markdown alert syntax like `> [!NOTE]` for better portability.
|
||||
|
||||
- **Page builder** - Create _anything_ with no-code [**blocks**](https://hugoblox.com/blocks/) and [**elements**](https://docs.hugoblox.com/reference/markdown/)
|
||||
- **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more!
|
||||
- **Create content** in [**Markdown**](https://docs.hugoblox.com/reference/markdown/), [**Jupyter**](https://docs.hugoblox.com/getting-started/cms/), or [**RStudio**](https://docs.hugoblox.com/getting-started/cms/)
|
||||
@@ -76,6 +85,9 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo
|
||||
- **Stand Out** - Bring your site to life with animation, parallax backgrounds, and scroll effects
|
||||
- **One-Click Deployment** - No servers. No databases. Only files.
|
||||
|
||||
> [!WARNING]+ Version Requirements
|
||||
> The new Markdown alert syntax requires Hugo v0.132.0 or later. Make sure you're using a compatible version!
|
||||
|
||||
## Themes
|
||||
|
||||
Hugo Blox and its templates come with **automatic day (light) and night (dark) mode** built-in. Visitors can choose their preferred mode by clicking the sun/moon icon in the header.
|
||||
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
@@ -23,11 +23,11 @@ On this page, you'll find some examples of the types of technical content that c
|
||||
|
||||
Here's an example of citing a publication using the cite shortcode:
|
||||
|
||||
{{< cite page="/publication/preprint" view="citation" >}}
|
||||
{{< cite page="/publications/preprint" view="citation" >}}
|
||||
|
||||
You can also use the default view by omitting the view parameter:
|
||||
|
||||
{{< cite page="/publication/conference-paper" >}}
|
||||
{{< cite page="/publications/conference-paper" >}}
|
||||
|
||||
## Video
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Teaching
|
||||
title: Courses
|
||||
summary: My courses
|
||||
type: landing
|
||||
|
||||
@@ -11,12 +11,12 @@ cascade:
|
||||
|
||||
sections:
|
||||
- block: collection
|
||||
id: teaching
|
||||
id: courses
|
||||
content:
|
||||
title: Teaching
|
||||
title: Courses
|
||||
filters:
|
||||
folders:
|
||||
- teaching
|
||||
- courses
|
||||
design:
|
||||
view: article-grid
|
||||
columns: 2
|
||||
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
@@ -71,9 +71,8 @@ Hugo Blox Builder supports a Markdown extension for $\LaTeX$ math. You can enabl
|
||||
|
||||
To render _inline_ or _block_ math, wrap your LaTeX math with `{{</* math */>}}$...${{</* /math */>}}` or `{{</* math */>}}$$...$${{</* /math */>}}`, respectively.
|
||||
|
||||
{{% callout note %}}
|
||||
We wrap the LaTeX math in the Hugo Blox _math_ shortcode to prevent Hugo rendering our math as Markdown.
|
||||
{{% /callout %}}
|
||||
> [!NOTE]
|
||||
> We wrap the LaTeX math in the Hugo Blox _math_ shortcode to prevent Hugo rendering our math as Markdown. This callout now uses the standard Markdown alert syntax!
|
||||
|
||||
Example **math block**:
|
||||
|
||||
@@ -141,4 +140,99 @@ renders as
|
||||
|
||||
{{< icon name="python" >}} Python
|
||||
|
||||
## Callouts & Alerts
|
||||
|
||||
Hugo Blox Builder now supports GitHub and Obsidian-style Markdown alerts for better content portability! These replace the old `callout` shortcode.
|
||||
|
||||
### Basic Callout Types
|
||||
|
||||
**Note** - For general information:
|
||||
|
||||
```markdown
|
||||
> [!NOTE]
|
||||
> This is a note callout with important information that users should know.
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> This is a note callout with important information that users should know.
|
||||
|
||||
**Tip** - For helpful advice:
|
||||
|
||||
```markdown
|
||||
> [!TIP]
|
||||
> Here's a helpful tip to make your workflow more efficient!
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> Here's a helpful tip to make your workflow more efficient!
|
||||
|
||||
**Important** - For critical information:
|
||||
|
||||
```markdown
|
||||
> [!IMPORTANT]
|
||||
> This is critical information that users must understand to proceed.
|
||||
```
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This is critical information that users must understand to proceed.
|
||||
|
||||
**Warning** - For potential issues:
|
||||
|
||||
```markdown
|
||||
> [!WARNING]
|
||||
> Be careful! This action might have unexpected consequences.
|
||||
```
|
||||
|
||||
> [!WARNING]
|
||||
> Be careful! This action might have unexpected consequences.
|
||||
|
||||
**Caution** - For dangerous actions:
|
||||
|
||||
```markdown
|
||||
> [!CAUTION]
|
||||
> Danger! This operation is irreversible and could cause data loss.
|
||||
```
|
||||
|
||||
> [!CAUTION]
|
||||
> Danger! This operation is irreversible and could cause data loss.
|
||||
|
||||
### Custom Titles
|
||||
|
||||
You can customize the title of any callout:
|
||||
|
||||
```markdown
|
||||
> [!WARNING]+ Custom Warning Title
|
||||
> This warning has a custom title instead of just "Warning".
|
||||
```
|
||||
|
||||
> [!WARNING]+ Custom Warning Title
|
||||
> This warning has a custom title instead of just "Warning".
|
||||
|
||||
### Legacy Syntax (Deprecated)
|
||||
|
||||
The old shortcode syntax still works but shows a deprecation warning:
|
||||
|
||||
```markdown
|
||||
{{</* callout note */>}}
|
||||
This still works but is deprecated. Use the Markdown syntax above!
|
||||
{{</* /callout */>}}
|
||||
```
|
||||
|
||||
{{% callout note %}}
|
||||
This still works but is deprecated. Use the Markdown syntax above!
|
||||
{{% /callout %}}
|
||||
|
||||
### Benefits of the New Syntax
|
||||
|
||||
- **Portable**: Works with GitHub, Obsidian, and other Markdown processors
|
||||
- **Standard**: Uses widely-adopted Markdown alert syntax
|
||||
- **Clean**: No Hugo-specific shortcodes needed
|
||||
- **Future-proof**: Supported by the latest Hugo versions (0.132.0+)
|
||||
- **Multilingual**: Callout titles are automatically translated based on your site's language
|
||||
- English: "Note", "Tip", "Important", "Warning", "Caution"
|
||||
- Spanish: "Nota", "Consejo", "Importante", "Advertencia", "Precaución"
|
||||
- French: "Note", "Conseil", "Important", "Attention", "Prudence"
|
||||
- German: "Hinweis", "Tipp", "Wichtig", "Warnung", "Vorsicht"
|
||||
- Chinese: "注意", "提示", "重要", "警告", "小心"
|
||||
|
||||
## Did you find this page helpful? Consider sharing it 🙌
|
||||
|
Before Width: | Height: | Size: 606 KiB After Width: | Height: | Size: 606 KiB |
@@ -15,7 +15,7 @@ sections:
|
||||
text: I enjoy making things. Here are a selection of projects that I have worked on over the years.
|
||||
filters:
|
||||
folders:
|
||||
- project
|
||||
- projects
|
||||
design:
|
||||
view: article-grid
|
||||
fill_image: false
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 305 KiB |
|
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 KiB |
@@ -73,7 +73,7 @@ projects:
|
||||
slides: ""
|
||||
---
|
||||
|
||||
This work is driven by the results in my [previous paper](/publication/conference-paper/) on LLMs.
|
||||
This work is driven by the results in my [previous paper](/publications/conference-paper/) on LLMs.
|
||||
|
||||
{{% callout note %}}
|
||||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||