Hugo Themes
Vno - Hugo
Vno Hugo is a simple, responsive theme for Hugo, it’s a port of onevcat’s Vno - Jekyll.
See demo here.
Installation
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.
Licence
Great thanks to onvcat who made such a great theme. Vno Hugo is followed with Vno Jekyll/Uno and be licensed as Creative Commons Attribution 4.0 International. See the link for more information.