Skip to content
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

Fix links to most recent minutes. #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Gemfile.lock
.sass-cache/
*.swp
.bundle/
.DS_Store
9 changes: 6 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.7.3"
gem "jekyll", "~> 4.3.3"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem "minima", "~> 2.5"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-feed", "~> 0.17"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -28,3 +28,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "csv"
gem "base64"
gem "bigdecimal"
74 changes: 0 additions & 74 deletions Gemfile.lock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this file is no longer necessary with the updated dependencies?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gemfile.lock was already in the .gitignore file, so it seems unnecessary to keep tracking it, especially outdated with the updated dependencies.

This file was deleted.

11 changes: 10 additions & 1 deletion _posts/2023-10-24-Minutes-of-SCm-30.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
---
layout: post
title: "Minutes of Steering Committee Meeting No.30"
from: 2023-10-24 00:00:00 +1000
to: 2023-10-24 00:00:00 +1000
tags: ["steering Committee", "2023"]
published: true
---

RSE Steering Committee Meeting October 2023 (Tue 24th October)

- Link to [all meeting minutes on the website](https://rse-aunz.github.io/minutes/)
- Project details are now on [RSE-AUNZ github projects](https://github.com/orgs/rse-aunz/projects/3)
- Project details are now on [RSE-AUNZ github projects](https://github.com/orgs/rse-aunz/projects/)

## Attending
* RM
Expand Down
6 changes: 3 additions & 3 deletions minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permalink: /minutes/

| Meeting number | Status | Reference |
| -------- | ------------------- | --------------------- |
| SCM No.30 | Final | <a class="rse" href="/posts/2023-10-24-Minutes-of_SCM-30">2023.10.24</a> |
| SCM No.29 | Final | <a class="rse" href="/posts/2023-09-30-Minutes-of_SCM-29">2023.09.30</a> |
| SCM No.28 | Final | <a class="rse" href="/posts/2023-08-31-Minutes-of-SCM-28">2023.08.31</a> |
| SCM No.30 | Final | <a class="rse" href="/2023/10/24/Minutes-of-SCm-30">2023.10.24</a> |
| SCM No.29 | Final | <a class="rse" href="/2023/09/30/Minutes-of_SCM-29">2023.09.30</a> |
| SCM No.28 | Final | <a class="rse" href="/2023/08/31/Minutes-of-SCM-28">2023.08.31</a> |
jd-foster marked this conversation as resolved.
Show resolved Hide resolved
| SCM No.27 | Final | <a class="rse" href="/assets/pdfs/SCM-27.pdf">2023.07.31</a> |
| SCM No.26 | Final | <a class="rse" href="/assets/pdfs/SCM-26.pdf">2023.06.27</a> |
| SCM No.25 | Final | <a class="rse" href="/assets/pdfs/SCM-25.pdf">2023.05.23</a> |
Expand Down