Skip to content

rzhao01/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple template for a CSL personal website

Huge thanks to Mark Buckler for sharing his website with me - this template was directly lifted from his site.

You can see a Github repo for Mark's website here

Many thanks to Skand Hurkat for his rework of the Hugo Academic Theme

Getting Started

After cloning, use Git submodules to clone Skand's CSL Academic Theme. Run the following inside the cloned directory:

git submodule init
git submodule update

Basic Guide

The layout of the homepage is configured in config.toml. All content is inside the content directory. Using Talks as an example:

  • content/home/about.md contains the frontpage bio
  • content/home/talk.md contains layouts for the publications panel
  • content/talk/my_talk.md contains content for a talk

So to add a new talk, create a new .md in the content/talk/ directory.

hugo server will build and test the website.

hugo will publish the website under "publish".

About

Ritchie Zhao's personal website, built with Hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published