Files
hugo-myblog/content/posts/my-first-post.md
2026-01-04 16:33:54 +08:00

330 B

date, draft, title
date draft title
2026-01-04T15:57:21+08:00 true My First Post

Introduction

This is bold text, and this is emphasized text.

Visit this Hugo website!

#include <iostream>

int main(int argc, char* argv[]) {

    std::cout << "This is code..." << std::endl;

    return 0;
}