Skip to content

Fangjin98/Fangjin98.github.io

Repository files navigation

My Blog

This branch contains the source codes of my blog. To develop run

git clone --recursive -b source https://github.com/Fangjin98/Fangjin98.github.io.git 

or you can update submodule later

git clone -b source https://github.com/Fangjin98/Fangjin98.github.io.git blog
cd blog
git submodule update --init

This blog is based on Hexo and a fork of Minima. After cloning the repo, run

npm install --force
hexo g && hexo s

Releases

No releases published

Packages

No packages published