diff --git a/SharedResources.md b/SharedResources.md index 0a8ea288..c429420a 100644 --- a/SharedResources.md +++ b/SharedResources.md @@ -10,6 +10,10 @@ shared resources will be added soon. There is also **giella-core**, which contains shared build instructions and utilities for all languages. +Finally there is a section listing all template repositories. These are used partly +as a starting point for new repositories, partly to update all existing repositories +with new features or general improvements. + # List of repos with shared resources {% assign shared_repos = site.github.public_repositories | where_exp: "repository", "repository.name contains 'shared-'" | jsonify %} @@ -24,6 +28,13 @@ utilities for all languages.
+# Templates + +{% assign template_repos = site.github.public_repositories | where_exp: "repository", "repository.name contains 'template-'" | jsonify %} + +
+
+ +