Skip to content

WhyLIM/starter-hugo-academic

Repository files navigation

Academic Site

This is my personal resume site create by Hugo Academic Theme template.

For local edit, please install:

  • Git
  • GO
  • Hugo
  • NodeJS

On Windows, Scoop is convenient to install these tools:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb get.scoop.sh | iex

scoop install git go nodejs

# since this is a old version, don't use the latest version of hugo. Hugo 0.111.3 works by my test
scoop install hugo-extended@0.111.3

Then run hugo server -D in the project directory.

Some useful quick links: