Skip to content

cvvz/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-to

# Download Hugo v0.76.5
wget https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_Linux-64bit.tar.gz
tar zxvf hugo_0.76.5_Linux-64bit.tar.gz
sudo mv hugo /usr/local/bin/

# Prepare the resource
git clone https://github.com/cvvz/blog.git && cd blog
mkdir themes && cd themes && git clone https://github.com/cvvz/hermit.git 
cd .. && git clone https://github.com/cvvz/cvvz.github.io.git public

# Test locally
hugo server -D

# Deploy to the Internet
./deploy.sh

About

我的博客

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages