Hello World Vno

What’s this

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

Usage

Inside the folder of your Hugo site run:

$ git submodule add https://github.com/xslingcn/vno-hugo.git themes/vno-hugo

Copy everything in the exampleSite folder to the root of your hugo site, then run hugo serve. Your site with Vno Hugo enabled should be accessible in http://localhost:1313/.

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

Configuration

All configuration could be done in config.yml. Everything in the config file should be self-explanatory.

If you want to enable MathJax support, set math param in the front matter to true.

Background image and avatar

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

Earlier

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 hugo serve, which launches a web server and ……

Say HiHugo Continue