diff --git a/build.sh b/build.sh index 8622b63..381257c 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #! /bin/bash -set -eou pipefail +set -eoux pipefail HUGO_ROOT=`pwd` @@ -22,14 +22,16 @@ if [[ "$numpaths" -ne "1" ]]; then exit -1 fi + # Clean up github.io repo +echo "Updating and cleaning cwpearson.github.io" cd "$IO_ROOT" git pull -git rm -rf * +rm -rf * # Build website cd "$HUGO_ROOT" -echo "Updating submodules" +echo "Updating theme" git submodule update --recursive --remote echo "Building site" hugo -d "$IO_ROOT" diff --git a/content/home/posts.md b/content/home/posts.md index 7bfc332..047d534 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -1,6 +1,6 @@ -+++ +++ # Recent Posts widget. -# Note: this widget will only display if `content/post/` contains posts. +# This widget displays recent posts from `content/post/`. date = "2016-04-20T00:00:00" draft = false @@ -12,8 +12,11 @@ widget = "posts" # Order that this section will appear in. weight = 70 -# Show posts that contain the following tags. Default to any tags. -tags = [] +# Filter posts by tag. +# By default, show all recent posts. +# Filtering example: `tags_include = ["hugo", "academic"]` +tags_include = [] +tags_exclude = [] # Number of posts to list. count = 5 diff --git a/content/post/2017-06-pumps.md b/content/post/2017-06-pumps.md index b551e73..ec0fe15 100644 --- a/content/post/2017-06-pumps.md +++ b/content/post/2017-06-pumps.md @@ -1,9 +1,10 @@ +++ title = "PUMPS 2017" +date = 2017-06-26T06:50:39-07:00 +draft = false + tags = [] -highlight = true -math = false -date = "2017-06-26T06:50:39-07:00" +categories = [] [header] caption = "" diff --git a/content/post/_index.md b/content/post/_index.md index 7dc8f3d..9ce7c94 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,6 +1,6 @@ +++ title = "Posts" -date = "2017-01-01T00:00:00Z" +date = 2017-01-01 math = false highlight = false @@ -9,4 +9,4 @@ highlight = false image = "" caption = "" -+++ ++++ \ No newline at end of file diff --git a/content/post/gtc-2017.md b/content/post/gtc-2017.md index 784b8bd..7a89ffe 100644 --- a/content/post/gtc-2017.md +++ b/content/post/gtc-2017.md @@ -1,16 +1,22 @@ +++ title = "GTC 2017" -tags = [] -highlight = true -math = false -date = "2017-05-09T06:50:39-07:00" +date = 2017-05-09T06:50:39-07:00 +draft = false +# Tags and categories +# For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags. +tags = [] +categories = [] + +# Featured image +# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. [header] - caption = "" - image = "" +image = "" +caption = "" +++ + I've made my first trip to NVIDIA's GPU Technology Conference this year, to present some work with my collaborators Abdul Dakkak and Cheng Li. I've wanted to attend GTC ever since my first year in the IMPACT group, so this is an exciting trip for me! diff --git a/themes/academic b/themes/academic index 7f67d27..865f39f 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 7f67d274c7efe9f3eb7ded48a79490ae0febc0cc +Subproject commit 865f39f4503621ba453c336c94a6686438f29561