Files
hugo-cwpearson/config/_default/config.toml
2021-01-27 21:34:44 -07:00

124 lines
2.6 KiB
TOML

baseURL = "https://carlpearson.net/"
languageCode = "en"
DefaultContentLanguage = "en"
title = "Website of Carl Pearson"
theme = "anatole"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
# Enable Disqus
#disqusShortname = ""
# Google Analytics
googleAnalytics = "UA-54975774-2"
# Syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[params]
title = "Carl Pearson"
author = "Carl Pearson"
# copyright = "2020-2021"
description = "University of Illinois ECE PhD Student"
profilePicture = "img/avatar.jpg"
keywords = ""
favicon = "favicons/"
# example ["css/custom.css"]
customCss = ["css/custom.css"]
# customCss = []
# example ["js/custom.js"]
customJs = []
mainSections = ["publication"]
images = ["img/bubbles.jpg"]
doNotLoadAnimations = false
# Form Spree Contact Form
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
# Google Site Verify
#googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
# indexDateFormat = "Mon, Jan 2, 2006"
# listDateFormat = "Jan 2"
# singleDateFormat = "Mon, Jan 2, 2006"
[params.simpleAnalytics]
# enable = true
# customurl = "https://analytics.example.com"
## Math settings
[params.math]
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
use = "mathjax" # options: "katex", "mathjax". default is "katex".
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = ""
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/cwpearson"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:pearson@illinois.edu"
[[params.socialIcons]]
icon = "fas fa-university"
title = "Google Scholar"
url = "https://scholar.google.com/citations?user=K2nzqpYAAAAJ&hl=en"
## Menu items
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Publications"
weight = 300
identifier = "publications"
url = "/publication/"
[[menu.main]]
name = "Projects"
weight = 400
identifier = "projects"
url = "/project/"
[[menu.main]]
name = "Recognition"
weight = 500
identifier = "awards"
url = "/awards/"
[[menu.main]]
name = "Experience"
weight = 600
identifier = "experience"
url = "/experience/"
[[menu.main]]
name = "Talks"
weight = 700
identifier = "talks"
url = "/talk/"
[[menu.main]]
name = "Posts"
weight = 800
identifier = "posts"
url = "/post/"