lintide.github.io

Hello github pages

本文介绍如何用 markdown 写博客,并托管到 github 上,这种方式简单且易于维护

  1. 首先创建一个仓库 username.github.io, 其中 username 为你在 github 的用户名
  2. 新建一个 hello.md 文件,使用 markdown 格式写内容
  3. 在浏览器打开 http://username.github.io/hello.html, 例如本文的链接是:https://lintide.github.io/hello.html, 注意,文件后缀为 html 而非 md