Open
Conversation
700dbcc to
0f80ba1
Compare
This commit includes the first pass at a speaker and talk registries. It manages each as a ``.toml`` file which contains the required data about the speaker or talk respectively. Further it includes checks that the ``.toml`` files are correctly formatted, which can also be run in CI.
0f80ba1 to
392b454
Compare
Kai-Striega
commented
Jan 19, 2026
| @@ -0,0 +1,5 @@ | |||
| [KaiStriega] | |||
| name = "Kai Striega" | |||
| about = "Kai is a motivated, conscientious senior software developer and FOSS advocate with an educational background in mathematics. Whilst being very appreciate the beauty of Mathematics Kai prides himself on his ability to focus on pragmatic outcomes, prioritising his work effectively. This combined with his strong technical grounding have seen him succeed in his roles as a software developer and data engineer at BHP, and now as a senior software engineer at Cartesian Software. In addition to his professional work, Kai is active in the Free and Open Source community as a long-term maintainer of SciPy." | |||
Author
There was a problem hiding this comment.
This is terrible English 😓 you can see I wrote it very late last night
Member
|
Wondering if we should be formalising syntax or maybe even aligning the "front matter" to align with the way they use it in ssgs eg:
If we matched the syntax and semantics we could just cheaply plug in to one of these without a translation layer. |
Member
|
Like a perfectly normal person I started a comparison table:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the first pass at a speaker and talk registries. It manages each as a
.tomlfile which contains the required data about the speaker or talk respectively. Further it includes checks that the.tomlfiles are correctly formatted, which can also be run in CI.