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