Merge branch 'master' of github.com:cwpearson/hugo-cwpearson

This commit is contained in:
Carl Pearson
2017-09-29 07:16:50 -05:00
3 changed files with 33 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set -eoux pipefail
HUGO_ROOT=`pwd`
## Try to find cwpearson.github.io
IO_ROOT=`find $HOME -name cwpearson.github.io`
IO_ROOT=`find $HOME -type d ! -perm -a+r -prune -o -name cwpearson.github.io -print`
if [[ -z "$IO_ROOT" ]]; then
echo "Couldn't find cwpearson.github.io in $HOME"

View File

@@ -25,7 +25,7 @@ defaultContentLanguageInSubdir = false
organization_url = "http://www.ece.illinois.edu/"
avatar = "headshot.jpg"
email = "pearson@illinois.edu"
address = "227 Coordinated Science Lab MC 228, 1308 W. Main St., Urbana, Illinois 61801"
address = "222 Coordinated Science Lab, 1308 W. Main St., Urbana, Illinois 61801"
office_hours = "Face-to-face by appointment"
phone = ""
skype = ""

31
content/project/resume.md Normal file
View File

@@ -0,0 +1,31 @@
+++
title = "Resume/CV"
date = 2017-09-27T16:45:32-05:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["personal"]
# Project summary to display on homepage.
summary = "Generate PDF, docx, html, and txt resume/cv from a single markdown source."
# Optional image to display on homepage.
image_preview = ""
# Optional external URL for project (replaces project detail page).
external_link = "https://github.com/cwpearson/resume"
# Does the project detail page use math formatting?
math = false
# Does the project detail page use source code highlighting?
highlight = false
# Featured image
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
[header]
image = ""
caption = ""
+++