项目作者: andrewheiss

项目描述 :
BYU course on storytelling with data
高级语言: HTML
项目地址: git://github.com/andrewheiss/stories.andrewheiss.com.git
创建时间: 2017-08-29T18:16:54Z
项目社区:https://github.com/andrewheiss/stories.andrewheiss.com

开源协议:

下载


Telling Stories with Data

Theme

This site uses my custom ath-tufte-hugo theme as a submodule.

When cloning for the first time, use this command to get the theme too:

  1. git clone --recursive https://github.com/andrewheiss/ath-tufte-hugo.git

To get the theme later, use this command:

  1. git submodule add \
  2. https://github.com/andrewheiss/ath-tufte-hugo.git \
  3. themes/ath-tufte-hugo

To update to the latest version of the theme, use:

  1. git submodule update --recursive --remote