Skip to content
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

Merged
merged 8 commits into from
Apr 14, 2016
Merged

MSP program additions. #119

merged 8 commits into from
Apr 14, 2016

Conversation

bridgetkromhout
Copy link
Collaborator

These are the changes originally in #111.

{{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 }}
Copy link
Collaborator Author

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.

bridgetkromhout and others added 5 commits April 12, 2016 18:08
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.
@mattstratton
Copy link
Member

This is related to #113 - it doesn't resolve that issue, but it's the first step.

@mattstratton mattstratton merged commit 4c2899d into master Apr 14, 2016
@mattstratton mattstratton deleted the bridget-msp-program branch April 14, 2016 13:54
benjohnson77 pushed a commit to benjohnson77/devopsdays-web that referenced this pull request May 22, 2016
yvovandoorn pushed a commit that referenced this pull request May 22, 2016
yvovandoorn pushed a commit that referenced this pull request May 22, 2016
MSP program additions.

Former-commit-id: 4c2899d
yvovandoorn pushed a commit that referenced this pull request May 22, 2016
yvovandoorn pushed a commit that referenced this pull request May 29, 2016
MSP program additions.

Former-commit-id: 4c2899d
yvovandoorn pushed a commit that referenced this pull request May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants