WoodGhost

渡頭余落日 墟里上孤煙

Technical discuss & Poems & Offshore Fantasy


收藏整理归纳的清凉小角落...Welcome to this world :)

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(just for testing table style)

Site Name URL
Woodghost http://woodghost.github.io/myblog/

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.

Latest Post

Starting the Journey with LeetCode & CC150

打算记录漫漫刷题打怪路在此立个flag以下是代码段,检验样式用process.stdin.resume();process.stdin.setEncoding('ascii');var input_stdin = "";var input_stdin_array = "";var input_currentline = 0;process.stdin.on('data', function (data) { input_stdin += data;});process.stdin.o...…

algorithmMore...