diff --git a/content/speakers/_index.md b/content/speakers/_index.md index ec15dba..6aa4ed4 100644 --- a/content/speakers/_index.md +++ b/content/speakers/_index.md @@ -4,4 +4,4 @@ page_header_bg: "images/background/page-title-bg.jpg" description: "Texas Linux Fest 2024 - Speakers" --- -## Who is _Speaking?_ +### Who is _Speaking?_ diff --git a/content/speakers/anita-zhang.md b/content/speakers/anita-zhang.md index 8727072..7c4d712 100644 --- a/content/speakers/anita-zhang.md +++ b/content/speakers/anita-zhang.md @@ -4,6 +4,7 @@ description: "Texas Linux Fest 2024" page_header_bg: "images/background/page-title-bg.jpg" designation: "Software Engineering Manager" image: "images/speakers/anita-zhang.png" +featured: true social: - name: "mastodon" diff --git a/content/speakers/elizabeth-k-joseph.md b/content/speakers/elizabeth-k-joseph.md index 9bb645c..f2c12db 100644 --- a/content/speakers/elizabeth-k-joseph.md +++ b/content/speakers/elizabeth-k-joseph.md @@ -2,7 +2,9 @@ title: "Elizabeth K. Joseph" description: "Texas Linux Fest 2024" page_header_bg: "images/background/page-title-bg.jpg" +designation: "Open Source Program Office Lead" image: "images/speakers/elizabeth-k-joseph.png" +featured: true social: - name: "mastodon" diff --git a/content/speakers/major-hayden.md b/content/speakers/major-hayden.md index 8e356e5..f3a9e99 100644 --- a/content/speakers/major-hayden.md +++ b/content/speakers/major-hayden.md @@ -4,6 +4,7 @@ description: "Texas Linux Fest 2024" page_header_bg: "images/background/page-title-bg.jpg" designation: "Senior Principal Software Engineer" image: "images/speakers/major-hayden.png" +featured: true social: - name: "mastodon" diff --git a/content/speakers/thomas-cameron.md b/content/speakers/thomas-cameron.md index c092708..667ef5a 100644 --- a/content/speakers/thomas-cameron.md +++ b/content/speakers/thomas-cameron.md @@ -4,6 +4,7 @@ description: "Texas Linux Fest 2024" page_header_bg: "images/background/page-title-bg.jpg" designation: "Red Hat Practice Lead" image: "images/speakers/thomas-cameron.jpg" +featured: true social: - name: "mastodon" diff --git a/data/homepage.yml b/data/homepage.yml index c5be280..4eac9e7 100644 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -35,13 +35,12 @@ about: ################# Speaker ################### speakers: - enable : false + enable: true cfp_open: false cfp_link: https://www.papercall.io/txlf2024 cfp_label: "Submit a talk to our _Call For Papers_" title : "Who is _Speaking?_" title_cfp: "Our _Call for Papers_ is Closed!" - content : "Check out our speakers lined up!" content_cfp_topics: - "Linux kernel and system development" - "Open-source software in enterprise environments" @@ -56,6 +55,8 @@ speakers: - "Linux in education and academia" - "Introduction for new users to Linux, OSS Applications or Free Software" content_cfp: "We invite you to be a part of this exceptional event by sharing your expertise and passion with the community. We are seeking engaging and insightful presentations that cover a broad range of topics related to Linux, open-source software, and the wider technology ecosystem. Whether you have hands-on experience, a new research breakthrough, or an inspiring vision for the future of Linux, we want to hear from you!" + more_button_text: "Other speakers" + more_button_link: "speakers/" # speaker items are coming from "content/speakers" folder @@ -506,13 +507,13 @@ registration: button_text: "Register now!" funfacts: - - name : "15 Speakers" + - name : "30 Speakers" icon : "fa-microphone" - - name : "350 + Seats" + - name : "400+ Seats" icon : "fa-flag" - - name : "350 tickets" + - name : "400+ tickets" icon : "fa-ticket" - name : "2 day event" diff --git a/hugo.toml b/hugo.toml index b6311b9..9f57f96 100644 --- a/hugo.toml +++ b/hugo.toml @@ -119,17 +119,23 @@ hasChildren = true url = "about/" weight = 1 + [[menu.main]] + parent = "About TXLF" + name = "Speakers" + url = "speakers/" + weight = 2 + [[menu.main]] parent = "About TXLF" name = "Code Of Conduct" url = "code_of_conduct/" - weight = 2 + weight = 3 [[menu.main]] parent = "About TXLF" name = "FAQ" url = "faq/" - weight = 3 + weight = 4 # uncomment when call for papers is closed #[[menu.main]] diff --git a/static/images/speakers/anita-zhang.png b/static/images/speakers/anita-zhang.png index 84ffbe6..fbb9430 100644 Binary files a/static/images/speakers/anita-zhang.png and b/static/images/speakers/anita-zhang.png differ diff --git a/themes/eventre-hugo/layouts/index.html b/themes/eventre-hugo/layouts/index.html index 5b2eaca..e2d3329 100644 --- a/themes/eventre-hugo/layouts/index.html +++ b/themes/eventre-hugo/layouts/index.html @@ -108,7 +108,6 @@
{{ .content | markdownify }}