fork from http://blog.coderzh.com/
some changes:
- show two columns for all pages, fix a related bug
- show ditail when show post list items, at most show 10 items
- enlarge author avatar
- config twitter,github,weibo account in config.yaml
Demo: http://blog.lrhehe.com/
See Hugo Install
hugo new site your-blog-name
cd your-blog-name
git clone https://github.com/lrhehe/hugo-rapid-theme.git themes/hugo-rapid-theme
# replace config file
rm config.toml
cp themes/hugo-rapid-theme/config.yaml .
# new content
hugo new about.md
# start server
hugo server
Now you can open http://localhost:1313
Modify the config.yaml and other things, and have fun!
You can also make this repo as submodule:
git init
git submodule add https://github.com/lrhehe/hugo-rapid-theme.git themes/hugo-rapid-theme