Update posts files to track academic theme changes

This commit is contained in:
Carl Pearson
2017-09-27 08:32:36 -05:00
parent 1c23ca79f2
commit 50986efa22
6 changed files with 31 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/bash #! /bin/bash
set -eou pipefail set -eoux pipefail
HUGO_ROOT=`pwd` HUGO_ROOT=`pwd`
@@ -22,14 +22,16 @@ if [[ "$numpaths" -ne "1" ]]; then
exit -1 exit -1
fi fi
# Clean up github.io repo # Clean up github.io repo
echo "Updating and cleaning cwpearson.github.io"
cd "$IO_ROOT" cd "$IO_ROOT"
git pull git pull
git rm -rf * rm -rf *
# Build website # Build website
cd "$HUGO_ROOT" cd "$HUGO_ROOT"
echo "Updating submodules" echo "Updating theme"
git submodule update --recursive --remote git submodule update --recursive --remote
echo "Building site" echo "Building site"
hugo -d "$IO_ROOT" hugo -d "$IO_ROOT"

View File

@@ -1,6 +1,6 @@
+++ ++
# Recent Posts widget. # 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" date = "2016-04-20T00:00:00"
draft = false draft = false
@@ -12,8 +12,11 @@ widget = "posts"
# Order that this section will appear in. # Order that this section will appear in.
weight = 70 weight = 70
# Show posts that contain the following tags. Default to any tags. # Filter posts by tag.
tags = [] # By default, show all recent posts.
# Filtering example: `tags_include = ["hugo", "academic"]`
tags_include = []
tags_exclude = []
# Number of posts to list. # Number of posts to list.
count = 5 count = 5

View File

@@ -1,9 +1,10 @@
+++ +++
title = "PUMPS 2017" title = "PUMPS 2017"
date = 2017-06-26T06:50:39-07:00
draft = false
tags = [] tags = []
highlight = true categories = []
math = false
date = "2017-06-26T06:50:39-07:00"
[header] [header]
caption = "" caption = ""

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Posts" title = "Posts"
date = "2017-01-01T00:00:00Z" date = 2017-01-01
math = false math = false
highlight = false highlight = false
@@ -9,4 +9,4 @@ highlight = false
image = "" image = ""
caption = "" caption = ""
+++ +++

View File

@@ -1,16 +1,22 @@
+++ +++
title = "GTC 2017" title = "GTC 2017"
tags = [] date = 2017-05-09T06:50:39-07:00
highlight = true draft = false
math = false
date = "2017-05-09T06:50:39-07:00"
# 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] [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! 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--> <!--more-->