diff --git a/.circleci/config.yml b/.circleci/config.yml index aa85c9b..dfd23db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: npm install - run: name: Build site - command: ./scripts/build.sh + command: ./scripts/build-online.sh - run: name: Run Tests command: npm run ci-test diff --git a/content/minutes/_index.md b/content/minutes/_index.md new file mode 100644 index 0000000..2763b26 --- /dev/null +++ b/content/minutes/_index.md @@ -0,0 +1,6 @@ +--- +title: Minutes +weight: 1 +--- + +{{< display_minutes >}} diff --git a/layouts/shortcodes/display_minutes.html b/layouts/shortcodes/display_minutes.html new file mode 100644 index 0000000..3aafd2c --- /dev/null +++ b/layouts/shortcodes/display_minutes.html @@ -0,0 +1,15 @@ +{{ $index := getJSON "https://api.github.com/repositories/73184955/contents" }} + +{{ range sort $index "name" "desc" }} + {{ if eq .type "dir" }} +
| {{ humanize (strings.TrimRight ".md" .name) }} | +