mark down grammar
下文为半撇私塾翻译自adam-p 的Markdown 小抄表,发布与Github [Markdown Cheetsheet]。 目录标题强调列表超链接图片代码块表格引用块 行内 HTML分隔符断行 ## 标题 1234567891011121314# H1## H2### H3#### H4##### H5###### H6你也可以使用下划线的方式标记H1 与H2:Alt-H1======Alt-H2------ H1H2H3H4H5H6你也可以使用下划线的方式标记H1 与H2: Alt-H1Alt-H2 ## 重点 1234567重点,又被称为斜体,在两边加上*星号* 或是_下划线_ 。更强的重点,又称为粗体,在两边加上**两个星号** 或是__两个下划线__ 。也可以用**星号与_下划线_** 结合重点。删除线使用两个波浪符号。~~删除这个。~~ 重点,又被称...
Bot & Server TO DO LIST
以下是 服务器和bot等待有时间去做的 list服务器 服务器更替 ilix的域名更换 .xyz域名托管CloudFlare Bot方面 gpt的token续费/更换 webui尝试开放 Bot更新 + Merge 搭建gemini反代
博客网站的 TO DO LIST
已下是 博客网站等待有时间去做的 list技术方面 腾讯云图床 部署到 github.io 链接到域名 个人主页添加博客链接 内容方面 搬运之前的技术文档 搬运qq内容 整理之前的笔记 整理MarkDown语法 整理ButterFly框架写作方法
关于Butterfly主题的一些Front-matter
表头Post Front-matter12345678910111213141516171819202122232425title:date:updated:tags:categories:keywords:description:top\_img:comments:cover:toc:toc\_number:toc\_style\_simple:copyright:copyright\_author:copyright\_author\_href:copyright\_url:copyright\_info:mathjax:katex:aplayer:highlight\_shrink:aside:abcjs:noticeOutdate: 一些基本注释 写法 解释 title 【必需】文章标题 date 【必需】文章创建日期 updated 【可选】文章更新日...
我的第一篇博客
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 rem...