-
Notifications
You must be signed in to change notification settings - Fork 13
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
Markdown versions of CSV. #2
Comments
Hi @pudo With metalsmtih you can rename this tool.md template to Cheers, Jun |
I'm proposing this as a one off generation of YAML. Unless that's already solved? Once you have yaml you can use Jekyll to generate the templates. |
Yep, that's all it is. The question is just a) can we make the YAML somewhat nested so that it has some structure. As it is it's super-super-complex and would terrify anyone out of contributing. b) Is it better to generate one big YAML file or many small ones. Again, the complexity of the survey makes me think small files (where everybody creates a new one for their project) might be better. |
Yes you can for instance instead of:
Generate yaml with nested structures: name: {{ name }}
logo: {{ image }}
teaser: "{{ teaser }}"
home_page: {{ home_page }}
...
practices:
- {{ practice }} / {{ sub_practice }}
- {{ practice_2 }} / {{ sub_practice_2 }}
- {{ practice_3 }} / {{ sub_practice_3 }} I think we've already agreed on the call last week that we would propose the broader data even if it's sparse and allow contributors to fill in the gaps. If you want to iterate on the structure let's do it here. |
hi @jmatsushita I've taken a stab at generating yaml files in |
Hi @pudo
I've generated an intermediary markdown representation of the spreadsheet/csv in the
data
branch of the repo: https://github.com/iilab/influencemapping-toolbox/tree/data/buildYou might prefer to output the projects and tools as YAML with a converter, but the practices are probably good to put as
pages
into Jekyll.Cheers,
Jun
The text was updated successfully, but these errors were encountered: