启用一个新blog(Hugo试用)

Example lead - highlighted near the title

启用一个新blog(Hugo试用)
目录

Hugo 试用

  • 基本流程走通:post – publish
  • basic configs
  • basic markdown
  • config the markup(code pieces)
  • insert an image by ref as in static or by a shortcode
  • organizations (page resources/bundles, )

Shortcode

A shortcode is a simple snippet inside a content file that Hugo will render using a predefined template. Note that shortcodes will not work in template files.

DeviantArt

Test for markdown

  • a1

  • a2xxx

    1. a
    2. x
    3. 888
  • an example code piece

auto tabs = std::make_shared<SmManager::DbTableArray>();
if (!SmManager::find_all_opened_tables(*tabs)) {
  log_warn("failed to find opened table...");
  is_deleting_.store(false);
  return false;
}
std::thread(SlotDeleter::do_purge_slots,
    tabs, slvec, std::ref(is_deleting_)).detach();

引用文本 Blockquotes

引用的行内混合 Blockquotes

引用:如果想要插入空白换行即<br />标签,在插入处先键入两个以上的空格然后回车即可,普通链接

GFM task list

  • GFM task list 1
    • GFM task list 3-2
    • GFM task list 3-3
  • GFM task list 4
    • GFM task list 4-1
    • GFM task list 4-2
Left-Aligned Center Aligned Right Aligned
col 3 is fuck() some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1

mathjax

test,

\begin{align} \sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \
& = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \ & = \sqrt{\frac{73^2}{12^2}}\sqrt{\frac{73^2-1}{73^2}} \
& = \frac{73}{12}\sqrt{1 - \frac{1}{73^2}} \ & \approx \frac{73}{12}\left(1 - \frac{1}{2\cdot73^2}\right) \end{align}