Mac下搭建Academic博客
-
安装git和hugo
brew install git brew install hugo -
下载Academic博客的主题:
git clone https://github.com/sourcethemes/academic-kickstart.git My_Website -
初始化主题:
cd My_Website git submodule update --init --recursive -
快速开始:
hugo server
安装git和hugo
brew install git
brew install hugo
下载Academic博客的主题:
git clone https://github.com/sourcethemes/academic-kickstart.git My_Website
初始化主题:
cd My_Website
git submodule update --init --recursive
快速开始:
hugo server