Hey Guys 👋

Welcome to my Blog! 托管到github的博客网站, 使用的hugo。
也可以在其他地方访问我的个人博客, 必须要公网ipv6地址才能访问, 或者手机访问, 如下:
Zyh’s aliyun domain

我的新文章

前言 这是一篇关于Hugo的新文章。 Part1 行内数学公式:$a^2 + b^2 = c^2$。 块公式, $$ a^2 + b^2 = c^2 $$ $$ \boldsymbol{x}_{i+1}+\boldsymbol{x}_{i+2}=\boldsymbol{x}_{i+3} $$ Part2 1#include <iostream> 2using namespace std; 3int main() { 4 cout << "Hello, World!" << endl; 5 return 0; 6}

2024-12-18 · 1 分钟 · SaitamaSiSi