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

paginate = 20

pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true

[params]
  author = "Joseph Weston"
  license =  "CC-BY-SA 4.0 Int."
  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 the backcountry, but if there's
  cell reception hit me up!
  """
  description = "Joe Weston's personal websise"
  keywords = "blog,developer,personal"
  avatarurl = "images/profile.jpg"

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

  footercontent = ""
  hideFooter = false
  hideCredits = false
  hideCopyright = false
  since = 2016

  enableTwemoji = false

  colorScheme = "auto"
  hidecolorschemetoggle = false

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

[taxonomies]
  series = "series"
  tag = "tags"
  #category = "categories"
  #author = "authors"

# Social links
[[params.social]]
  name = "Github"
  icon = "fa fa-github fa-2x"
  weight = 1
  url = "https://github.com/jbweston/"
# [[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/"
[[params.social]]
  name = "Email"
  icon = "fa fa-envelope fa-2x"
  weight = 1
  url = "mailto:joseph@weston.cloud"
[[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 = 1
  url = "contact"
# [[menu.main]]
#   name = "Blog"
#   weight = 1
#   url  = "posts"
[[menu.main]]
  name = "Publications"
  weight = 1
  url  = "publications"