Home

To edit the home page, edit pages/home.md

The home page uses the layout: home

Frontmatter

# pages/home.md

---
layout: home
permalink: "/"
title: "Jekyll Lever"
description: "Lever is minimal personal/bio/portfolio theme for Hugo."

meta_description: "Jekyll Lever is a premium Jekyll SAAS theme"
meta_title: Jekyll Lever - Premium SAAS Theme

lead:
  enabled: true
  heading: "Hi I'm James Mckinner, an AI writer, developer and consultant."
  description: "My goal is to deliver value to my clients by utilizing my expertise in artificial intelligence and machine learning to solve complex business problems. "
  show_social_media_icons: true
  avatar:
    avatar_image: "assets/images/avatar/avatar.jpg"
    avatar_image_height: "120px"
    avatar_image_width: "120px"
    alt: "James Mckinner"
  buttons: 
    - button: 
      url: "https://calendly.com/zerostatic"
      text: "I'm available for work"
      external: true
      dot: "#46e385" # you can use any color

work:
  enabled: true
  heading: "Featured Work"
  description: "A collection of my projects, articles, notes, podcasts, talks and more"
  show_view_all: false
  limit: 12
  sort_by: "date" # "date", "weight"
  columns: 3

cta:
  enabled: true
  heading: "Kickstart your Hugo website"
  description: "Get your own portfolio up and running in hours with our premium template."
  email: james@domain.com
  phone: "+61 048 711 800"
  buttons:
  - button: 
    url: "https://www.zerostatic.io/theme/hugo-lever/"
    text: "Buy theme"
    external: true
---