/alden_hexo_blog

生成个人博客的源文件,基于hexo,模板基于hexo-theme-icarus

Primary LanguageJavaScript

命令行

  • 创建博客站点
hexo init ${blog_name}
  • 使用新的主题 icarus
git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus
  • 创建新的文章
hexo new ${article_name}
hexo new post "${title}" -p ${path}/${title}.md
  • 生成静态文件
hexo generate

编辑文章

图片的大小为1024*438合适些

hexo new post "" -p statistics/properNouns

hexo new post "贝叶斯分类算法" -p statistics/theory/BayesianClassificationAlgorithm001.md -r

Markdown添加Latex

换行显示$$内容$$ option + 数字键8 打印英文名字中间的点

collapsible markdown?

CLICK ME

标签与正文间一定要空一行!!!

N-Gram 整个句子出现的概率就等于各个词出现的概率乘积

https://seeing-theory.brown.edu/cn.html

rt.jar JDK里面这个包含了API