/personal-website

Leo 个人网站之内容创作

Primary LanguageShellMIT LicenseMIT

Leo's Personal Website

Personal website of leofang, you can view the site on http://leofang.cn.

avatar

Prerequisites

  • Software: Git, and Hugo. As an example of working configuration:
$ git --version
$ git version 2.23.0
$ hugo version
$ Hugo Static Site Generator v0.72.0-8A7EF3CF/extended darwin/amd64 BuildDate: 2020-05-31T12:12:33Z
  • Hardware: 2 CPUs, 8GB memory RAM.

Getting started

Make sure that you have installed Git and Hugo, in particular, you must install Hugo with its extended_0.65+ version. And then set

Steps:

  1. Clone this project
$ git clone git@github.com:leofang327/personal-website.git
  1. Go to the project folder
$ cd personal-website
  1. Run the following command:
$ rm -r themes/academic/
$ git submodule update --init --recursive
$ hugo server

The site will be ready after a while in http://localhost:1313.

Support

If you have any questions or feature requests, please feel free to submit an issue.