Academic

This post is a note & guide for building a academic-theme homepage via gh-pages, Hugo and wowchemy template

Requirements

  • Git
  • Go
  • choco
  • dart-sdk

Build a Research Homepage

  • fork https://github.com/wowchemy/starter-hugo-academic

  • clone this fork repository to local, and cd in this directory

  • git submodule update --init --recursive

  • git submodule add -f -b <Branch You Want> <Git url for site repository> public

    some key notes here

    • The public directory is what Hugo generates for you static website from you .md and any other configs

      which means you need to push public to your

    • For you may want to deploy this site to your user github pages or repository github pages, you need to choose main branch for your user github pages, or choose gh-pages branch for your repository github pages

  • command Hugo to generate public resources

Blog

目录:

archetypes: 提供了内容的模板

content: 所有posts内容