Skip to content

36N120E/yuankunjiao.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Academic Pages Starter

这是从 Academic Pages 模板精简出来的「最小可跑通版本」:

  • 只保留 Home(主页)
  • 已删除示例 publications / talks / blog 等内容
  • 顶部导航只剩 Home

你需要改的文件(先跑通主页)

  1. 主页内容_pages/about.md
  • 这个文件已经设置 permalink: /,会作为站点首页。
  1. 站点信息/侧边栏_config.yml
  • title / description / author.name / author.bio / author.email 等。
  1. 顶部导航_data/navigation.yml
  • 目前只保留 Home。

GitHub Pages 设置

在你的仓库 Settings → Pages

  • Source: Deploy from a branch
  • Branch: main
  • Folder: / (root)

等待 Pages build 成功后访问:https://36N120E.github.io

本地预览(可选)

安装 Ruby + Bundler 后:

bundle install
bundle exec jekyll serve -l -H localhost

然后打开 http://localhost:4000

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published