More content
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
public
|
||||
themes/academic
|
||||
|
10
config.toml
10
config.toml
@@ -9,7 +9,7 @@ footnotereturnlinkcontents = "<sup>^</sup>"
|
||||
disqusShortname = ""
|
||||
|
||||
# Enable analytics by entering your Google Analytics tracking ID
|
||||
googleAnalytics = ""
|
||||
googleAnalytics = "UA-54975774-2"
|
||||
|
||||
# Default language to use (if you setup multilingual support)
|
||||
defaultContentLanguage = "en"
|
||||
@@ -23,10 +23,10 @@ defaultContentLanguageInSubdir = false
|
||||
role = "PhD Candidate"
|
||||
organization = "University of Illinois Urbana-Champaign"
|
||||
organization_url = "http://www.ece.illinois.edu/"
|
||||
avatar = "portrait.jpg"
|
||||
avatar = "headshot.jpeg"
|
||||
email = "[[my last name]]@illinois.edu"
|
||||
address = ""
|
||||
office_hours = ""
|
||||
address = "227 Coordinated Science Lab MC 228, 1308 W. Main St., Urbana, Illinois 61801"
|
||||
office_hours = "Email for appointment"
|
||||
phone = ""
|
||||
skype = ""
|
||||
telegram = ""
|
||||
@@ -155,7 +155,7 @@ defaultContentLanguageInSubdir = false
|
||||
|
||||
[[menu.main]]
|
||||
name = "Publications"
|
||||
url = "#publications_selected"
|
||||
url = "#publications"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
|
@@ -2,10 +2,10 @@
|
||||
# Recent Publications widget.
|
||||
# Note: this widget will only display if `content/publication/` contains publications.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
date = "2017-03-12T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Recent Publications"
|
||||
title = "Publications"
|
||||
subtitle = ""
|
||||
widget = "publications"
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
# with `selected = true` in their `+++` preamble.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
draft = true
|
||||
|
||||
title = "Selected Publications"
|
||||
subtitle = ""
|
||||
|
BIN
static/img/headshot.jpeg
Normal file
BIN
static/img/headshot.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Reference in New Issue
Block a user