只为此心无垠

A blog for Jekyll

凤凰花开开两季,之余青春止于青春


Download the theme

Hello World - 只为此心无垠

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.

最近的文章

UICollectionView(一)

  在前面的章节中,你学到了很多关于UICollectionView,但这里你将会遇到更多。UICollectionView支持不同类型的布局,但到目前为止,你只能看到了一种类型的布局 - Flow Layout。  Flow Layout流布局是iOS 6SDK自带的collection view布局。但是,您可以编写自己的 - 并通过这样做,你可以轻松地创建令人惊叹的界面和令人慕的影响。  本章将引导您完成创建三个这样的自定义布局。首先,我会告诉你如何模仿照片应用程序的行为,让用户增删...…

UICollectionView继续阅读
更早的文章

Sample Post

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-r...…

继续阅读