Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
文字样式测试 TextSample
1. 一级标题1.1 二级标题1.1.1 三级标题这个是粗体 这个是粗体加斜体 无序列表 1 无序列表 2 无序列表 2.1 无序列表 2.2 这是超链接样式测试Gao Huyuchen 1.1.2 分割线 1.1.3 表格 姓名 年龄 工作 测试者1 18 吃可爱多 测试者2 20 爬棵勇敢树 测试者3 22 看一本机智书 1.2 特殊语法1.2.1 脚注12链接:[文字](链接)脚注:[文字](脚注解释 "脚注名字") 有人认为在大前端时代的背景下,移动端开发(Android、IOS)将逐步退出历史舞台。 全栈工程师在业务开发流程中起到了至关重要的作用。 1.3 代码块 测试了Hugo支持代码块 如果在一个行内需要引用代码,只要用反引号引起来就好,如下: Use the printf() function. 在需要高亮的代码块的前一行及后一行使用三个反引号,同时第一行反引号后面表示代码块所使用的语言,如下: 1234567// FileName: HelloWorld.javapublic class...