some highlighting improvements, add Latex formatting post

This commit is contained in:
2021-04-18 11:05:50 -06:00
parent c2b313eae0
commit aecccdaf12
5 changed files with 293 additions and 6 deletions

View File

@@ -22,12 +22,13 @@ pygmentsCodefencesGuessSyntax = true
title = "Carl Pearson"
author = "Carl Pearson"
# copyright = "2020-2021"
description = "University of Illinois ECE PhD Student"
description = "Postdoctoral Appointee, Sandia National Labs. All opinions are my own."
profilePicture = "img/avatar.jpg"
keywords = ""
favicon = "favicons/"
# example ["css/custom.css"]
customCss = ["css/custom.css"]
# added css/syntax.css after hugo gen chromastyles --style=mannai > assets/css/syntax.css
customCss = ["css/custom.css","css/syntax.css"]
# customCss = []
# example ["js/custom.js"]
customJs = []
@@ -49,7 +50,7 @@ doNotLoadAnimations = true
## 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".
use = "katex" # options: "katex", "mathjax". default is "katex".
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.