在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:tmaize-blog开源软件地址:https://gitee.com/tmaize/demo-tmaize-blog开源软件介绍:介绍一款 jekyll 主题(GitHub 地址),简洁纯净(主题资源请求<20KB),未引入任何框架,秒开页面,支持自适应,支持全文检索,支持夜间模式 你可以到TMaize Blog查看主题效果,欢迎添加友链 感谢JetBrains 免费提供的开发工具 本地运行一般提交到 github 过个几十秒就可以看到效果,如果你需要对在本地查看效果需要安装 ruby 环境和依赖 windows 下推荐在 wsl 下装 ruby,直接一句 # linux下需要gcc# gem sources --add https://gems.ruby-china.com/# gem sources --remove https://rubygems.org/# gem sources --remove https://mirrors.aliyun.com/rubygems/# gem sources -lgem install bundler# bundle config mirror.https://rubygems.org https://gems.ruby-china.combundle install 通过下面命令启动/编译项目 bundle exec jekyll serve --watch --host=127.0.0.1 --port=8080bundle exec jekyll build --destination=dist 如果需要替换代码高亮的样式可以通过下面的命令生成 css rougify help stylerougify style github > highlighting.css 项目配置
使用文章放在 ---layout: myposttitle: 标题categories: [分类1, 分类2]---文章内容,Markdown格式 文章资源放在 ![这是图片](xxx.png)[xxx.zip 下载](xxx.zip) |
请发表评论