Hello World!
test_chapter
如何发帖子?
- 首先,你需要注册一个 GitHub 账号,并创建一个仓库,仓库名为
username.github.io
,其中username
为你的 GitHub 用户名。 - 然后,在本地创建一个文件夹,并在文件夹中创建一个名为
_posts
的文件夹。 - 在
_posts
文件夹中创建一个.md
文件,文件名格式为YYYY-MM-DD-title.md
,其中YYYY-MM-DD
为发布日期,title
为文章标题。 - 在
.md
文件中,按照以下格式填写文章内容:
print("Hello World!")
\(\sum_{i=1}^n a_i = 0\)
hello
world
A->B: Does something
B->C: Does something else
C->D: Does one last thing
st=>start: Start
e=>end: End
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?
st->op1->cond
cond(yes)->sub1
cond(no)->op1
文档信息
- 本文作者:LLY
- 本文链接:https://learn.orderly2233.org//2024/06/29/test/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)