Skip to content

Commit

Permalink
Update content. See #8
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Dec 16, 2021
1 parent 8cbd0d5 commit 2e2a962
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
29 changes: 28 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,22 @@ collections:
output: true
rulebook:
output: true
#permalink: /:collection/:name.html
core:
output: true
instrument:
output: true
musical-performance:
output: true
ocr:
output: true
folk_ngram_analysis:
output: true
patterns:
output: true
registry_app:
output: true
source:
output: true

defaults:
- scope:
Expand All @@ -80,6 +95,14 @@ defaults:
type: external-components
values:
layout: component
- scope:
type: core
values:
layout: component
- scope:
type: folk_ngram_analysis
values:
layout: component

just_the_docs:
collections:
Expand All @@ -95,6 +118,10 @@ just_the_docs:
name: Stories
nav_exclude: true
search_exclude: false
# folk_ngram_analysis:
# name: folk_ngram_analysis
# nav_exclude: true
# search_exclude: false

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down
4 changes: 2 additions & 2 deletions _layouts/wp.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ <h2>{{ page.description }}</h2>

<p>{{ page.content }}</p>

<h2>List of pages relevant for {{ page.wp }}</h2>
<h2>List of components relevant for {{ page.wp }}</h2>

{% assign wp-posts = site.documents | where: "WP", page.wp %}
{% assign wp-posts = site.documents | where: "work-package", page.wp %}
<ul>
{% for p in wp-posts %}
{% assign category = p.path | remove_first: "_" | split: "/" | first %}
Expand Down

0 comments on commit 2e2a962

Please sign in to comment.