diff --git a/_data/navigation.yml b/_data/navigation.yml index 4d6069af9b4..2a2d7b60e7b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,5 @@ -- name: OSD 2023 - link: /OSD/ +- name: Hacktoberfest + link: /hacktoberfest/ - name: Home link: / - name: Guides diff --git a/_layouts/default.html b/_layouts/default.html index 5355670a869..8327db0fc84 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,7 +44,7 @@ {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% elsif page.url contains 'blog' and item.name == 'Blog' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} - {% elsif page.url contains 'OSD' and item.name == 'OSD 2023' %} + {% elsif page.url contains 'hacktoberfest' and item.name == 'Hacktoberfest' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% else %} {% assign class = 'mdl-navigation__link' %} @@ -69,12 +69,12 @@ {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% elsif page.url contains 'blog' and item.name == 'Blog' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} - {% elsif page.url contains 'OSD' and item.name == 'OSD 2023' %} + {% elsif page.url contains 'hacktoberfest' and item.name == 'Hacktoberfest' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% else %} {% assign class = 'mdl-navigation__link' %} {% endif %} - {% if item.name == 'OSD 2023' %} + {% if item.name == 'Hacktoberfest' %} {% assign class = class | append: " highlight-sidebar" %} {% endif %} {% if item.name == 'GitHub' %} diff --git a/_layouts/hacktoberfest.html b/_layouts/hacktoberfest.html index bf2c237092a..037b2122af0 100644 --- a/_layouts/hacktoberfest.html +++ b/_layouts/hacktoberfest.html @@ -2,6 +2,6 @@ layout: default ---
-

Hacktoberfest 2022

+

Hacktoberfest 2023

{{ content }}
\ No newline at end of file diff --git a/assets/images/posts/hacktoberfest2023.png b/assets/images/posts/hacktoberfest2023.png new file mode 100644 index 00000000000..f6082fa7100 Binary files /dev/null and b/assets/images/posts/hacktoberfest2023.png differ diff --git a/hacktoberfest.adoc b/hacktoberfest.adoc index 3c26e35e364..376fa7183e0 100644 --- a/hacktoberfest.adoc +++ b/hacktoberfest.adoc @@ -3,7 +3,7 @@ layout: hacktoberfest title: Hacktoberfest permalink: /hacktoberfest/ image: - path: https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/hacktoberfest2022.png + path: https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/hacktoberfest2023.png --- :page-liquid: @@ -18,7 +18,7 @@ https://hacktoberfest.com/[Hacktoberfest] takes places annually during the month 2. Submit 4 approved PRs against participating project repositories during the month of October -3. Choose whether you’d like to receive a Hacktoberfest t-shirt or have a tree planted in your name +3. You'll have the option to have a tree planted in your name and you can obtain a unique digital reward. Visit the https://hacktoberfest.com/participation/[Hacktoberfest site] for more information. == Getting Started diff --git a/index.md b/index.md index 03d40fbab93..41a6b18b4e6 100644 --- a/index.md +++ b/index.md @@ -8,18 +8,18 @@ title: Home
- +