콘텐츠로 바로가기

Category: posts (KO)

10 posts

Getting Started
posts

Getting Started

{{% steps %}} [Click to copy the template on GitHub](https://github.com/new?template_name=theme-documentation&template_owner=HugoBlox) [Configure y...

Customization
posts

Customization

View the full docs at https://docs.hugoblox.com/getting-started/customize/

I18n
posts

I18n

Hugo Blox enables you to easily edit the interface text as well as translating your site into multiple languages using Hugo's [multilingual](https:...

Configuration
posts

Configuration

The configuration of your site can be found in `config/_default/`. <!--more--> See https://docs.hugoblox.com/getting-started/customize/ See https:/...

Project Structure
posts

Project Structure

There are **4 main folders for Hugo-based sites**: - `_index.md` the homepage (**Hugo requires that the homepage and archive pages have an undersco...

Button
posts

Button

A modern, customizable button shortcode with gradient styling, icons, and smart link handling. <!--more--> {{< button url="/contact" >}}Contact Us{...

Callout
posts

Callout

Hugo Blox supports a Markdown extension for callouts, also referred to as alerts or asides. Callouts are a useful feature to draw attention to impo...

Cards
posts

Cards

A Hugo extension to create cards. Cards can be shown as links or as plain text. {{< cards >}} {{< card url="../" title="Learn Shortcodes" icon="aca...

Steps
posts

Steps

Display a series of steps, such as for a tutorial. {{% steps %}} The first step here... The second step here... The third step here... {{% /steps %...

Toggle
posts

Toggle

A Hugo shortcode to toggle collapsible content. <!--more--> {{< spoiler text="Click to view the spoiler" >}} You found me! Markdown is **supported*...