diff --git a/.gitignore b/.gitignore index be3dfe5..bfe786b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ _site/ # Ignore folders generated by Bundler .bundle/ vendor/ +node_modules/ .idea/ .vscode/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index 482605c..316c87e 100644 --- a/_config.yml +++ b/_config.yml @@ -8,18 +8,8 @@ collections: people: sort_by: full_name # output: true # uncomment if want member pages - communities: - order: - - tapeover.md - - xemantic.md - - artiststop.md - - ccb.md - - openrndr.md - - processing.md - - toplap.md - - livecodera.md - - schoolofma.md - - vetra.md + +future: true # plugins: # - jekyll-sitemap diff --git a/_includes/figure.html b/_includes/figure.html index ebfa75a..c93e419 100644 --- a/_includes/figure.html +++ b/_includes/figure.html @@ -1,4 +1,4 @@
- {{ include.title }} + {{ include.title }}
{{ include.title }}
diff --git a/_includes/navigation.html b/_includes/navigation.html index e734c6c..88d1491 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -11,7 +11,7 @@