mirror of
https://github.com/LukeHagar/jims-blog.git
synced 2025-12-06 04:20:07 +00:00
314 lines
11 KiB
YAML
314 lines
11 KiB
YAML
baseURL: "https://jimbobbennett.io"
|
|
languageCode: "en-us"
|
|
title: "JimBobBennett"
|
|
|
|
Paginate: 3
|
|
# disqusShortname: gurusabarish
|
|
# googleAnalytics: G-DWJJVE27WD
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
Menus:
|
|
main:
|
|
- identifier: blog
|
|
name: Blog
|
|
title: Blog posts
|
|
url: /blogs
|
|
weight: 1
|
|
|
|
- identifier: videos
|
|
name: Videos
|
|
title: Videos
|
|
url: /videos
|
|
weight: 2
|
|
|
|
#Dropdown menu
|
|
# - identifier: dropdown
|
|
# title: Example dropdown menu
|
|
# name: Dropdown
|
|
# weight: 3
|
|
# - identifier: dropdown1
|
|
# title: example dropdown 1
|
|
# name: example 1
|
|
# url: /#
|
|
# parent: dropdown
|
|
# weight: 1
|
|
# - identifier: dropdown2
|
|
# title: example dropdown 2
|
|
# name: example 2
|
|
# url: /#
|
|
# parent: dropdown
|
|
# weight: 2
|
|
|
|
params:
|
|
title: "JimBobBennett"
|
|
description: Blog posts, videos and more from Jim
|
|
# staticPath: "" # The path to serve the static files from
|
|
favicon: "/fav.png"
|
|
|
|
theme:
|
|
disableThemeToggle: true
|
|
defaultTheme: "dark" # dark
|
|
|
|
# font:
|
|
# fontSize: 1.5rem # default: 1rem
|
|
# fontWeight: 500 # default: 400
|
|
# lineHeight: 1 # default: 1.5
|
|
# textAlign: right # default: left
|
|
|
|
# color preference
|
|
# color:
|
|
# textColor:
|
|
# secondaryTextColor:
|
|
# backgroundColor:
|
|
# secondaryBackgroundColor:
|
|
# primaryColor:
|
|
# secondaryColor:
|
|
|
|
# darkmode:
|
|
# textColor:
|
|
# secondaryTextColor:
|
|
# backgroundColor:
|
|
# secondaryBackgroundColor:
|
|
# primaryColor:
|
|
# secondaryColor:
|
|
|
|
# If you want to customize the menu, you can change it here
|
|
# navbar:
|
|
# align: mx-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
|
|
# brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
|
|
# brandName: "Profile" # Brand name for the brand | default is the title variable
|
|
|
|
# menus:
|
|
# disableAbout: true
|
|
# disableExperience: true
|
|
# disableEducation: true
|
|
# disableProjects: true
|
|
# disableAchievements: true
|
|
# disableContact: true
|
|
|
|
# Hero
|
|
hero:
|
|
enable: true
|
|
title: "I'm Jim."
|
|
subtitle: "I do developer advocacy"
|
|
content: "Regional Cloud Advocate at Microsoft focusing on communities in the Pacific North West and the Redmond Reactor. Particularly excited by the Internet of Things and edge computing."
|
|
image: /images/png/jim-portrait-circle.png
|
|
socialNetworks:
|
|
github: https://github.com/JimBobBennett
|
|
linkedin: https://linkedin.com/in/JimBobBennett
|
|
twitter: https://twitter.com/JimBobBennett
|
|
instagram: https://instagram.com/JimBobBennett
|
|
|
|
# About
|
|
about:
|
|
enable: true
|
|
title: "About Me"
|
|
image: "/images/me.png"
|
|
content: |-
|
|
I am a software developer with a passion for web development. I have a background in computer science and mathematics, and I have a strong interest in the intersection of technology and art. I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA.
|
|
|
|
I am currently working on a project that will be used to help people find the best way to get around the city.
|
|
skills:
|
|
enable: true
|
|
title: "Here are a few technologies I've been working with recently:"
|
|
items:
|
|
- "HTML"
|
|
- "CSS"
|
|
- "JavaScript"
|
|
- "React"
|
|
- "Node"
|
|
- "Express"
|
|
|
|
# Experience
|
|
experience:
|
|
enable: true
|
|
# title: "Custom Name"
|
|
items:
|
|
- job: "Senior Software Developer"
|
|
company: "Facebook"
|
|
companyUrl: "https://example.com"
|
|
date: "Jan 2022 - present"
|
|
featuredLink:
|
|
enable: true
|
|
name: "View the project"
|
|
url: "https://example.com"
|
|
content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
|
|
|
|
- job: "Software Developer"
|
|
company: "Amazon"
|
|
companyUrl: "https://example.com"
|
|
date: "Sep 2020 - Dec 2021"
|
|
featuredLink:
|
|
enable: true
|
|
url: "https://example.com"
|
|
info:
|
|
enable: true
|
|
content: I worked as a software developer for more than one year in Amazon.
|
|
content: |
|
|
I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
|
|
|
|
- Lead backend developer for a product.
|
|
- Created a frontend design for a product.
|
|
|
|
- job: "Junior Software Developer"
|
|
company: "Apple"
|
|
companyUrl: "https://example.com"
|
|
date: "Jan 2020 - Aug 2020"
|
|
info:
|
|
enable: false
|
|
featuredLink:
|
|
enable: true
|
|
url: "https://example.com"
|
|
content: |
|
|
I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
|
|
|
|
- Lead backend developer for a product.
|
|
- Created a frontend design for a product.
|
|
|
|
- job: "UI/UX Designer"
|
|
company: "Netflix"
|
|
companyUrl: "https://example.com"
|
|
date: "June 2017 - Nov 2019"
|
|
featuredLink:
|
|
enable: true
|
|
url: "https://example.com"
|
|
content: |
|
|
I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
|
|
|
|
- Lead backend developer for a product.
|
|
- Created a frontend design for a product.
|
|
|
|
- job: "Product Designer"
|
|
company: "Google"
|
|
companyUrl: "https://example.com"
|
|
date: "Feb 2016 - Mar 2017"
|
|
content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
|
|
|
|
# Education
|
|
education:
|
|
enable: true
|
|
# title: "Custom Name"
|
|
# index: true
|
|
items:
|
|
- title: "Master of Business Administration"
|
|
school:
|
|
name: "University of California, Berkeley"
|
|
url: "https://example.org"
|
|
date: "2013 - 2015"
|
|
GPA: "3.8 out of 5.0"
|
|
content: |-
|
|
Extracurricular Activities
|
|
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
|
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
|
|
- title: "Bachelor of Science in Computer Science"
|
|
school:
|
|
name: "Massachusetts Institute of Technology"
|
|
url: "https://example.org"
|
|
date: "2009 - 2013"
|
|
GPA: "3.9 out of 5.0"
|
|
content: |-
|
|
I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence.
|
|
- [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com)
|
|
- Face mask detection using a single convolutional neural network.
|
|
|
|
Extracurricular Activities
|
|
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
|
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
|
|
featuredLink:
|
|
enable: true
|
|
name: "My academic record"
|
|
url: "https://example.com"
|
|
- title: "High School"
|
|
school:
|
|
name: "Thomas Jefferson High School for Science and Technology."
|
|
url: "https://example.org"
|
|
GPA: "4.2 out of 5.0"
|
|
featuredLink:
|
|
enable: true
|
|
url: "https://example.com"
|
|
|
|
# Achievements
|
|
achievements:
|
|
enable: true
|
|
# title: "Custom Name"
|
|
items:
|
|
- title: Google kickstart runner
|
|
content: I solved all problems with optimal solution.
|
|
url: https://example.com
|
|
- title: Facebook Hackathon Winner
|
|
content: Developed a product using Artificial Intelligence.
|
|
- title: Hugo Profile
|
|
content: Developed a theme and getting 1K+ downloads per month.
|
|
url: "https://github.com/gurusabarish/hugo-profile"
|
|
- title: Microsoft Imagine Runner
|
|
content: We are developed a product which can help others.
|
|
- title: Google Summer of Code
|
|
content: Contributed to a open source project.
|
|
url: https://example.com
|
|
|
|
# projects
|
|
projects:
|
|
enable: true
|
|
# title: "Custom Name"
|
|
items:
|
|
- title: Hugo Profile
|
|
content: A highly customizable and mobile first Hugo template for personal portfolio and blog.
|
|
image: /images/projects/profile.png
|
|
featured:
|
|
name: Demo
|
|
link: https://hugo-profile.netlify.app
|
|
# badges:
|
|
# - "Hugo"
|
|
# - "Bootstrap"
|
|
# - "Javascript"
|
|
links:
|
|
- icon: fa fa-envelope
|
|
url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
|
|
- icon: fab fa-github
|
|
url: https://github.com/gurusabarish/hugo-profile
|
|
- icon: fab fa-twitter
|
|
url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
|
|
|
|
- title: Image Converter
|
|
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
|
|
image: /images/projects/converter.jpg
|
|
featured:
|
|
name: Demo
|
|
link: https://django-converter.herokuapp.com
|
|
# badges:
|
|
# - "Django"
|
|
# - "Bootstrap"
|
|
links:
|
|
- icon: fab fa-github
|
|
url: https://github.com/gurusabarish/converter
|
|
|
|
- title: Hugo Profile V2
|
|
content: A clean and simple Hugo template for personal portfolio and blog.
|
|
image: /images/projects/profile2.jpg
|
|
featured:
|
|
name: Demo V2
|
|
link: https://hugo-profile-2.netlify.app
|
|
# badges:
|
|
# - "Hugo"
|
|
# - "Bootstrap"
|
|
# - "Javascript"
|
|
links:
|
|
- icon: fab fa-github
|
|
url: https://github.com/gurusabarish/HugoProfileV2
|
|
|
|
#Contact
|
|
social:
|
|
enable: true
|
|
|
|
footer:
|
|
# recentPosts: false
|
|
socialNetworks:
|
|
github: https://github.com/JimBobBennett
|
|
linkedin: https://linkedin.com/in/JimBobBennett
|
|
twitter: https://twitter.com/JimBobBennett
|
|
instagram: https://instagram.com/JimBobBennett
|