Add lots of content
This commit is contained in:
35
config.toml
35
config.toml
@@ -22,9 +22,9 @@ defaultContentLanguageInSubdir = false
|
||||
name = "Carl Pearson"
|
||||
role = "PhD Candidate"
|
||||
organization = "University of Illinois Urbana-Champaign"
|
||||
organization_url = ""
|
||||
organization_url = "http://www.ece.illinois.edu/"
|
||||
avatar = "portrait.jpg"
|
||||
email = "<my last name> @illinois.edu"
|
||||
email = "[[my last name]]@illinois.edu"
|
||||
address = ""
|
||||
office_hours = ""
|
||||
phone = ""
|
||||
@@ -135,12 +135,12 @@ defaultContentLanguageInSubdir = false
|
||||
[[params.social]]
|
||||
icon = "google-scholar"
|
||||
icon_pack = "ai"
|
||||
link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
|
||||
link = "https://scholar.google.com/citations?user=K2nzqpYAAAAJ"
|
||||
|
||||
[[params.social]]
|
||||
icon = "github"
|
||||
icon_pack = "fa"
|
||||
link = "//github.com/cwpearson"
|
||||
link = "https://github.com/cwpearson"
|
||||
|
||||
|
||||
# Navigation Links
|
||||
@@ -159,24 +159,39 @@ defaultContentLanguageInSubdir = false
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
url = "#posts"
|
||||
name = "Projects"
|
||||
url = "#projects"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Projects"
|
||||
url = "#projects"
|
||||
name = "Posts"
|
||||
url = "#posts"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Talks"
|
||||
url = "#talks"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
name = "Teaching"
|
||||
url = "#teaching"
|
||||
weight = 5
|
||||
weight = 6
|
||||
|
||||
[[menu.main]]
|
||||
name = "Patents"
|
||||
url = "#patents"
|
||||
weight = 7
|
||||
|
||||
[[menu.main]]
|
||||
name = "Recognition"
|
||||
url = "#awards"
|
||||
weight = 8
|
||||
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
url = "#contact"
|
||||
weight = 6
|
||||
weight = 9
|
||||
|
||||
# Taxonomies.
|
||||
[taxonomies]
|
||||
|
||||
Reference in New Issue
Block a user