Skip to content

nicklinyi/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for My Blog

build Visit the site

Powered by Hugo. Theme by hugo-theme-even

Search engine by hugo-theme-fuse-js

Install hugo

$ sudo apt install hugo

Clone the code

$ git clone https://github.com/nicklinyi/blog.git 
$ cd blog
$ git submodule init
$ git submodule update
$ git submodule update --remote

view the blog at local browser

$ hugo server -D