-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from foss4g-europe/sponsors-pages-fix
Sponsors pages fix
- Loading branch information
Showing
7 changed files
with
79 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title : "Company name as in data/homepage.yml" | ||
page_header_bg : "images/background/page-title-bg.jpg" | ||
date: 2024-01-14T20:22:24+02:00 | ||
designation: "Silver" | ||
image: "logo/file.png" | ||
draft : false | ||
type: "sponsor" | ||
layout: "single" | ||
social: | ||
- name: "Homepage" | ||
icon: "fa-solid fa-house" | ||
link: "https://" | ||
- name: "mastodon" | ||
icon: "fa-brands fa-mastodon" | ||
link: "https://" | ||
#- name: "smth" | ||
# icon: "fontawesome icon name" | ||
# link: "http://" | ||
--- | ||
|
||
Text about the sponsor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## adding sponsors | ||
|
||
|
||
- we list sponsors by sponsor_group.name (think of this as "sponsorship level") | ||
from data/homepage.yml | ||
- sponsor groups are in the order they appear in data/homepage.yml | ||
- sponsor_item values are rendered in the order they appear in data/homepage.yml | ||
- create sponsor md page file in content/sponsors. filename can be anything, but | ||
as it will be an URL, please consider ascii chars only, no whitespaces please :) | ||
- please pay attention that the specific `name` value in data.homepage for the | ||
sponsor is the same as md metadata section `title` value. If a match is not found | ||
the sponsor will not be listed in the generated page. | ||
- sponsor page type should be set to `sponsor` and layout `single` (see .template.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters