Update posts files to track academic theme changes
This commit is contained in:
8
build.sh
8
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"
|
||||
|
@@ -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
|
||||
|
@@ -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 = ""
|
||||
|
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
date = "2017-01-01T00:00:00Z"
|
||||
date = 2017-01-01
|
||||
math = false
|
||||
highlight = false
|
||||
|
||||
|
@@ -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!
|
||||
|
||||
<!--more-->
|
||||
|
Submodule themes/academic updated: 7f67d274c7...865f39f450
Reference in New Issue
Block a user