콘텐츠로 바로가기

Reader surface

안주하지 않는 학습을 위한 CS & Tech 로그

조금도 위험을 감수하지 않는 것이 인생에서 가장 위험한 일이라 믿는다.

Header-owned discovery11 recent entries4 tracked sections

Recent entries

Recent Entries

전체와 섹션별 탭으로 최근 업데이트를 정리해 읽기 흐름을 빠르게 고릅니다.

전체 하이라이트
Cross-section scan11 items
Verification Post: Math, Mermaid, and Shiki
Verification

Verification Post: Math, Mermaid, and Shiki

A post to verify that all advanced markdown rendering features are working as expected.

documentation
Getting Started

Getting Started

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

documentation
Customization

Customization

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

documentation
I18n

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:...

documentation
Configuration

Configuration

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

documentation
Project Structure

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...

documentation
Button

Button

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

documentation
Callout

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...

documentation
Cards

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...

documentation
Steps

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 %...

documentation
Toggle

Toggle

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

documentation