coderzh / hugo-rapid-theme

A hugo theme as

Home Page:http://blog.coderzh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-rapid-theme

Demo: http://blog.coderzh.com/

Step1 Install Hugo

Set Hugo Install

Step2 Create your site

hugo new site your-blog-name
cd your-blog-name

Step3 Clone the theme repo

git clone https://github.com/coderzh/hugo-rapid-theme.git themes/hugo-rapid-theme

# replace config file
rm config.toml
cp themes/hugo-rapid-theme/config.yaml .

Step4 Start your site

# new content
hugo new about.md
# start server
hugo server

Step5 Have Fun

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/coderzh/hugo-rapid-theme.git themes/hugo-rapid-theme

About

A hugo theme as

http://blog.coderzh.com

License:MIT License


Languages

Language:JavaScript 57.8%Language:CSS 29.8%Language:HTML 12.4%