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

Month in Mathlib - Reorganise #81

Merged
merged 2 commits into from
Jul 1, 2024
Merged
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
10 changes: 5 additions & 5 deletions monthly-blog.sh → month-in-mathlib.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash

usage () {
echo "Usage: monthly-blog.sh YYYY M path/to/mathlib"
echo "Usage: month-in-mathlib.sh YYYY M path/to/mathlib4"
echo ""
echo "Where YYYY is a 4-digit year, and M is the number of the month."
echo "Example: monthly-blog.sh 2021 8 ~/mathlib"
echo "where YYYY is a 4-digit year, and M is the number of the month."
echo "Example: month-in-mathlib.sh 2021 8 ~/mathlib4"
echo "It is important that M is a natural number between 1 and 12."
echo "The formats '02' and '2' are both allowed."
echo ""
echo "Important: make sure that the mathlib clone is clean,"
echo "Important: make sure that the mathlib4 clone is clean,"
echo "and points to an up-to-date copy of master."
exit 1
}
Expand Down Expand Up @@ -37,7 +37,7 @@ echo "has_math: true"
echo "link: ''"
echo "slug: month-in-mathlib-${month_lc}-$year"
echo "tags: ''"
echo "title: This month in mathlib (${month_uc} $year)"
echo "title: This month in Mathlib (${month_uc} $year)"
echo "type: text"
echo "---"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
author: ''
category: ''
category: 'month-in-mathlib'
date: 2022-12-01 14:56:21 UTC+01:00
description: ''
has_math: true
link: ''
slug: this-month-in-mathlib-oct-and-nov-2022
slug: month-in-mathlib-oct-and-nov-2022
tags: ''
title: This month in mathlib (Oct and Nov 2022)
type: text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ has_math: true
link: ''
slug: month-in-mathlib-may-2024
tags: ''
title: This month in mathlib (May 2024)
title: This month in Mathlib (May 2024)
type: text
---

Expand Down
Loading