Skip to content

Commit

Permalink
use different title for homepage and override base layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
vallss committed Dec 28, 2024
1 parent b421f8b commit aa8ca01
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
28 changes: 28 additions & 0 deletions _layouts/archive.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: default
---

{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %}
{% elsif page.header.video.id and page.header.video.provider %}
{% include page__hero_video.html %}
{% endif %}

{% if page.url != "/" and site.breadcrumbs %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}
{% endif %}

<div id="main" role="main">
{% include sidebar.html %}

<div class="archive">
{% unless page.header.overlay_color or page.header.overlay_image %}
<h1 id="page-title" class="page__title"{% if page.locale %} lang="{{ page.locale }}"{% endif %}>
{% if page.title_heading %}{{ page.title_heading }}{% else %}{{ page.title }}{% endif %}
</h1>
{% endunless %}
{{ content }}
</div>
</div>
13 changes: 6 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
layout: home
title: "About me"
title: "Home"
title_heading: "Hi, welcome! 👋"
author_profile: true
permalink: /
hidden: true
pagination:
enabled: false
excerpt: >
Software developer, public speaker and meetup organizer. <br />
I like talking to computers as much as I like talking to people (and cats).
enabled: false
---

I always describe myself as someone with a hybrid background and too many interests.

My passion for technology ignited in my early years, when I'd toggle between a soccer ball and a "toy" PC, oblivious to the concept of programming.
My passion for technology ignited in my early years, when I'd toggle between a soccer ball and a "toy" PC, oblivious to the concept of programming.
In the end, I chose the latter path, I studied computer technology at school, I enrolled in Music Information Technology at University and during those years I discovered web development.
I started off as a backend developer but then I switched to the dark side (front end, obviously).

Expand All @@ -22,4 +21,4 @@ Although being an introvert, in 2022 I discovered a passion for public speaking

I'm proudly part of the **CNCF TAG Environmental Sustainability** and Technical Lead for the WG Sustainability Advocacy.

![Bonus: my cat](/assets/images/me_and_my_cat.webp)
![Bonus: my cat](/assets/images/me_and_my_cat.webp)

0 comments on commit aa8ca01

Please sign in to comment.