olim

有之为利 无之为用

olim (欧林木),来自中国,现居温哥华,从事和房屋建筑设计与建造的相关工作。


聊以为生

赖以为生

Hello World - Vno

What’s this

Vno Jekyll is a theme for Jekyll. It is a port of my Ghost theme vno, which is originally developed from Dale Anthony’s Uno.

Usage

$ git clone https://github.com/onevcat/vno-jekyll.git your_site
$ cd your_site
$ bundler install
$ bundler exec jekyll serve

Your site with Vno Jekyll enabled should be accessible in http://127.0.0.1:4000.

For more information about Jekyll, please visit Jekyll’s site.

Configuration

All configuration could be done in _config.yml. Remember you need to restart to serve the page when after changing the config file. Everything in the config file should be self-explanatory.

Background image and avatar

You could replace the background and avatar image in assets/images folder to change them.

Sites using Vno

My blog is using Vno Jekyll as well, you could see how it works in real. There are some other sites using the same theme. You can find them below:

Site Name URL
OneV’s Den http://onevcat.com

If you happen to be using this theme, welcome to send me a pull request to add your site link here. :)

License

Great thanks to Dale Anthony and his Uno. Vno Jekyll is based on Uno, and contains a lot of modification on page layout, animation, font and some more things I can not remember. Vno Jekyll is followed with Uno and be licensed as Creative Commons Attribution 4.0 International. See the link for more information.

下篇

用jekyll和github把网站建起来!

先把这些天学习的用jekyll在github上搭建网站的步骤记录下来,留作参考。#安装jekyll确定系统安装 Git, Ruby, RubyGems, Nodejs, Python2.7. 如何安装,狗狗一搜就可以。mac上基本自带,注意update一下到最新版本。$ gem install jekyll bundler$ jekyll -v # 检查安装帮版本$ jekyll new my-awesome-site$ cd my-awesome-site$ jekyll serve# ...…

jekyll,github,git,网站阅读
上篇

读圣经杂记4

现在每天晚上岳母大人用电脑玩游戏的那点时间就是我看圣经的时间,哈哈。不过明天新电脑买回来后,这个专有时间就没有了。现在大家人手一台电脑,互相没有冲突,也不知道是好事还是坏事,象我就少了静下来看书的时间了。言归正传,今天看的时候有以下疑惑,记下来留待以后慢慢考证。 在耶稣被出卖之前,“他们来到一个地方,名叫客西马尼。耶稣对门徒说,你们坐在这里,等我祷告。于是带着彼得,雅各,约翰同去,就惊恐起来,极其难过。对他们说,我心里甚是忧伤,几乎要死。“这里耶稣惊恐的是什么?忧伤的是什么? “他说,...…

阅读