baseURL = "https://weston.cloud"
title = "Joseph Weston"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
enableGitInfo = true

paginate = 20

pygmentsstyle = "friendly"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true

[params]
  author = "Joseph Weston"
  license =  "[CC-BY-SA 4.0 Int.](https://creativecommons.org/licenses/by-sa/4.0/)"
  info = "⟨ Software Developer | Quantum Physicist ⟩"
  abstract = """
  I enjoy applying insights from physics and mathematics to complex engineering problems.
  If it's snowed recently you'll probably find me in the backcountry, but if there's
  cell reception hit me up!
  """
  description = "Joseph Weston's personal website"
  keywords = "blog,developer,personal"
  avatarurl = "images/profile.webp"

  favicon_32 = "/images/favicon/32x32.png"
  favicon_16 = "/images/favicon/16x16.png"

  footercontent = ""
  hideFooter = false
  hideCredits = false
  hideCopyright = false
  commit = "https://code.weston.cloud/weston.cloud/commit"
  since = 2016

  enableTwemoji = false

  colorScheme = "auto"
  hidecolorschemetoggle = false

  #customCSS = ["css/custom.css"]
  customSCSS = ["scss/custom.scss"]
  #customJS = ["js/custom.js"]

[taxonomies]
  tag = "tags"

# Social links
[[params.social]]
  name = "Github"
  icon = "fa fa-github fa-2x"
  weight = 1
  url = "https://github.com/jbweston/"
  rel = "me"
# [[params.social]]
#   name = "Gitlab"
#   icon = "fa fa-gitlab fa-2x"
#   weight = 1
#   url = "https://gitlab.com/jbweston/"
[[params.social]]
  name = "LinkedIn"
  icon = "fa fa-linkedin fa-2x"
  weight = 1
  url = "https://linkedin.com/in/jbostonweston/"
  rel = "me"
[[params.social]]
  name = "Email"
  icon = "fa fa-envelope fa-2x"
  weight = 1
  url = "mailto:joseph@weston.cloud"
  rel = "me"
[[params.social]]
name = "RSS"
icon = "fa fa-rss"
weight = 1
url = "index.xml"
rel = "alternate"
type = "application/rss+xml"


# Menu links
[[menu.main]]
  name = "About"
  weight = 1
  url = "about"
[[menu.main]]
  name = "Contact"
  weight = 2
  url = "contact"
[[menu.main]]
  name = "Blog"
  weight = 3
  url  = "posts"
[[menu.main]]
  name = "Publications"
  weight = 4
  url  = "publications"
[[menu.main]]
  name = "CV"
  weight = 5
  url  = "cv.pdf"