config.toml
40100125
 baseURL = "https://weston.cloud"
 title = "Joseph Weston"
 theme = "hugo-coder"
 languagecode = "en"
 defaultcontentlanguage = "en"
 
 paginate = 20
 
12535fa0
 pygmentsstyle = "friendly"
40100125
 pygmentscodefences = true
 pygmentscodefencesguesssyntax = true
 
 [params]
   author = "Joseph Weston"
0e3476a4
   license =  "[CC-BY-SA 4.0 Int.](https://creativecommons.org/licenses/by-sa/4.0/)"
40100125
   info = "⟨ Software Developer | Quantum Physicist ⟩"
   abstract = """
1c609b38
   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!
40100125
   """
   description = "Joe Weston's personal websise"
   keywords = "blog,developer,personal"
d69c895c
   avatarurl = "images/profile.webp"
40100125
 
99d0305d
   favicon_32 = "/images/favicon/32x32.png"
   favicon_16 = "/images/favicon/16x16.png"
40100125
 
   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
6384ddd6
 [[menu.main]]
   name = "About"
   weight = 1
   url = "about"
0c322cf5
 [[menu.main]]
   name = "Contact"
   weight = 1
   url = "contact"
ae98ca6f
 # [[menu.main]]
 #   name = "Blog"
 #   weight = 1
 #   url  = "posts"
22e9c45d
 [[menu.main]]
   name = "Publications"
   weight = 1
   url  = "publications"
57805238
 [[menu.main]]
   name = "CV"
   weight = 2
   url  = "cv.pdf"