Posts
Overriding jekyll theme defaults
使用Jekyll new
新建站点后,默认的主题为minima
,主题相关的一些目录,如assets
, _layouts
, _includes
等不在项目目录中,而是在 Jekyll build 过程中根据 Gemfile 和 Gemfiles.lock 指定的版本读取。这样方便主题开发者更新主题后其他使用这个主题的用户也能容易得应用更新。
Github Pages + Jekyll搭建个人博客
Jekyll 是一个静态站点生成器,内置 GitHub Pages 支持。默认情况下,GitHub Pages 将使用 Jekyll 来构建站点。这里记录下这个博客的搭建过程。
Welcome to Jekyll!
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.