-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSP program additions. #119
Conversation
{{if eq $filename (index $path 3)}} | ||
<h2>Speaker</h2> | ||
{{ $s := (index $.Site.Data.events.minneapolis2016.speakers .id) }} | ||
{{ if isset $.Site.Data.events.minneapolis2016.speakers .id }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's where I'm running into trouble. I don't seem to be able to construct a version of this variable that can contain a variable itself. (It also barfs if the "minneapolis2016" segment starts with a number or contains a hyphen, but that's a lesser concern.)
In order to make this truly general-purpose, I need to be able to make this generic.
Obviously we don't want to merge this with "minneapolis2016" in it.
Does not work correctly
Note that this is still not fully functional. The issue is that the directory containing the bios has to be outside of the events data folder, or else the thing that looks through it tries to parse the ones below. There is also an issue where the folder cannot have multiple trees - the space needed in the query is not coming through in the `printf` command. For now this is a start.
This is related to #113 - it doesn't resolve that issue, but it's the first step. |
MSP program additions. Former-commit-id: 4c2899d
MSP program additions. Former-commit-id: 4c2899d
MSP program additions. Former-commit-id: 4c2899d
These are the changes originally in #111.