Brian's Blog | 布莱恩部落

With the Code, Change the World !

混迹于互联网的一名iOS杂工
初窥门径的技术管理者
App,音视频,直播,记录思考点滴 ~


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.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

最近的文章

Github托管多个网站使用不同域名

给GitHub托管的网站配置自定义的域名实际上是非常简单的,而且官方有很多文档说明。 但是,如果在GitHub托管了多个网站,每个网站想要配置不同的域名,却找不到相关的文档。在网上搜索,不少人说只能托管一个网站对应一个自定义域名。实际上是可以托管多个网站,使用不同域名的,而且也不复杂。内容目录 背景 问题 解决方案 Step 1: 开启GitHub Pages Step 2: 设置DNS解析记录 重要提示 ...…

杂谈继续阅读