Skip to content
forked from sharu725/karna

Karna is a responsive jekyll theme which includes pinterest like pins

License

Notifications You must be signed in to change notification settings

NJU-itxia/gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

启动指南

  1. 首先需要ruby环境
  2. 安装jekyll, jekyll-paginate, jekyll-seo-tag
gem install jekyll
gem install jekyll-paginate
gem install jekyll-seo-tag
  1. 执行jekyll serve运行
  2. 根据提示访问目标端口,可用于本地调试
  3. push到master分支即可更新

图库更新指南

  1. 在box的gallery资料库中添加图片,文件名格式为"标题_日期_分类.XXX"。
  2. 执行 python build.py SEAFILE_TOKEN
  3. git追踪新增图片和_data/photos.yml,提交修改。

建议在box里的图片做适当压缩。

About

Karna is a responsive jekyll theme which includes pinterest like pins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 58.0%
  • HTML 31.0%
  • Python 11.0%