Jekyll requires Ruby so make sure Ruby is installed before you begin.
gem install bundler
jekyl new mysite
cd mysite
bundle install
jekyll serve
gem "minima"
with this:
gem "starving-artist-jekyll-theme"
bundle install
_config.yml
and change the line theme: minima
to this:
theme: starving-artist-jekyll-theme
css/style.css
and change the line @import "minima;"
to this:
@import "starving-artist";
NOTE This requires you to be upgraded to at least Jekyll 3.2 which added support for themes.
gem "minima"
with this:
gem "starving-artist-jekyll-theme"
bundle install
_config.yml
and change the line theme: minima
to this:
theme: starving-artist-jekyll-theme
css/style.css
and change the line @import "minima;"
to this:
@import "starving-artist";
Jekyll requires Ruby so make sure Ruby is installed before you begin.
git clone https://github.com/chrisanthropic/starving-artist-jekyll-theme.git
cd starving-artist-jekyll-theme
bundle install
jekyll serve
0 前言 最近在利用GitHub Pages搭建自己的博客,决定用GitHub推荐的Jekyll作为网站生成器。博客搭建过程中至关重要的一点就是选择一个自己喜欢的主题模板。目前我也没有能力自己修改,所以还是花点时间找个自己心仪的主题。 1 对主题的要求 清楚自己的需求才能做出正确的选择。我对博客主题的要求主要有: 简洁。看着舒服,不用太多花哨的动画、背景,加载慢,也容易分心。 注重阅读体验。供人阅
这里只记录主要问题: 选择主题并自定义主题: 在安装好bundle以后(若在安装 gem install nokogiri -v '1.8.4’报错,请看另一篇文章),去 https://github.com 新建repo; repo的名字最好是:username.github.io 在 create rep 过后,来到 repo --> ‘setting’ 拖动到下面进入 choose Them
Jekyll 是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。 快速安装指令: gem install jekylljekyll new my-awesome-sit
Scriptor Scriptor is a simple, minimal, clean & responsive Jekyll theme for writers. Live Demo | Download Features Responsive design Archive organized by tags Disqus Comments Accent color option
Hydrogen 轻盈、干净 跟随她的脚步,开始你的博客之旅 厌倦了无止境的加载以及繁杂的页面内容?那您很幸运,因为您发现了Hydrogen 我们避免繁杂 使用轻量化的模块来渲染在您屏幕上展示出来的一切 当您使用过后就知道,她带给你的不仅仅只有简洁极速的阅读体验... 语言:简体中文 | English 点点 Star 来一个好吗!秋梨膏!! #快速开始 #准备 打开主题根目录下的_config.
library-jekyll-theme Easily create a digital bookshelf of your favorite books. Demo Author Website Twitter Github License MIT
Jekyll Docs Theme A Jekyll theme inspired by Bootstrap's official documentation theme from a few years back. This theme started off by stealing all of Bootstrap Docs' CSS and being used in mistic100's
butane-jekyll-theme Getting Started git clone https://github.com/alexcarpenter/butane-jekyll-theme.git cd butane-jekyll-theme rm -rf CHANGELOG.md jekyll serve