40100125 |
baseURL = "https://weston.cloud"
title = "Joseph Weston"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
|
905248d0 |
enableGitInfo = true
|
40100125 |
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.
|
d4ed93e0 |
If it's snowed recently you'll probably find me in the backcountry, but if there's
|
1c609b38 |
cell reception hit me up!
|
40100125 |
"""
|
2744dee3 |
description = "Joseph Weston's personal website"
|
40100125 |
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
|
f6a81fc9 |
commit = "https://code.weston.cloud/weston.cloud/commit"
|
40100125 |
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/"
|
f414b035 |
rel = "me"
|
40100125 |
# [[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/"
|
f414b035 |
rel = "me"
|
40100125 |
[[params.social]]
name = "Email"
icon = "fa fa-envelope fa-2x"
weight = 1
url = "mailto:joseph@weston.cloud"
|
f414b035 |
rel = "me"
|
40100125 |
[[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"
|
8bfcbb82 |
weight = 2
|
0c322cf5 |
url = "contact"
|
8bfcbb82 |
[[menu.main]]
name = "Blog"
weight = 3
url = "posts"
|
22e9c45d |
[[menu.main]]
name = "Publications"
|
8bfcbb82 |
weight = 4
|
22e9c45d |
url = "publications"
|
57805238 |
[[menu.main]]
name = "CV"
|
8bfcbb82 |
weight = 5
|
57805238 |
url = "cv.pdf"
|