Skip to content

Commit f5ef7c5

Browse files
authored
chore: sort front matter (#158)
1 parent 5fdf598 commit f5ef7c5

File tree

40 files changed

+120
-120
lines changed

40 files changed

+120
-120
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
hooks:
5757
- id: mdformat
5858
language: python
59-
args: [--number]
59+
args: [--number, --sort-front-matter, --strict-front-matter]
6060
exclude: ^docs/projects/index.md|docs/research/index.md|docs/research/overview.md$
6161
additional_dependencies:
6262
- mdformat-mkdocs==5.1.1

docs/blog/posts/2011/hide-the-network-icon-from-windows-7-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
migrated: true
32
date:
43
created: 2011-03-30
54
updated: 2024-10-16
65
# categories:
76
# - Tweaks
87
# - Windows
8+
migrated: true
99
slug: hide-the-network-icon-from-windows-7-explorer
1010
---
1111

docs/blog/posts/2011/mac-os-airport-not-connecting-automatically-to-wi-fi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
migrated: true
2+
categories:
3+
- Mac OS
34
date:
45
created: 2011-03-30
56
updated: 2011-03-30
6-
categories:
7-
- Mac OS
7+
migrated: true
88
slug: mac-os-airport-not-connecting-automatically-to-wi-fi
99
---
1010

docs/blog/posts/2011/office-end-user-license-agreement-eula-has-to-be-accepted-every-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
migrated: true
32
date:
43
created: 2011-03-30
54
updated: 2011-03-30
65
# categories:
76
# - Office
7+
migrated: true
88
slug: office-end-user-license-agreement-eula-has-to-be-accepted-every-time
99
---
1010

docs/blog/posts/2011/setting-up-apache-and-subversion-on-debian-wheezy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
migrated: true
3-
date:
4-
created: 2011-03-21
5-
updated: 2024-10-17
62
categories:
73
# - Howto
84
- Linux
5+
date:
6+
created: 2011-03-21
7+
updated: 2024-10-17
8+
migrated: true
99
slug: setting-up-apache-and-subversion-on-debian-wheezy
1010
---
1111

docs/blog/posts/2011/things-discovered-in-struts-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
migrated: true
32
date:
43
created: 2011-04-14
54
updated: 2011-04-14
65
# categories:
76
# - Java
87
# - Struts
8+
migrated: true
99
slug: things-discovered-in-struts-2
1010
---
1111

docs/blog/posts/2012/hide-star-besides-email-addresses-in-thunderbird.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
migrated: true
3-
date:
4-
created: 2012-02-07
5-
updated: 2012-02-07
62
categories:
73
- Thunderbird
84
# - Tweaks
5+
date:
6+
created: 2012-02-07
7+
updated: 2012-02-07
8+
migrated: true
99
slug: hide-star-besides-email-addresses-in-thunderbird
1010
---
1111

docs/blog/posts/2012/how-to-use-ocl-when-running-emf-standalone.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
migrated: true
3-
date:
4-
created: 2012-05-31
5-
updated: 2015-08-18
62
categories:
73
- Eclipse Modeling Framework (EMF)
84
# - Howto
95
# - Java
6+
date:
7+
created: 2012-05-31
8+
updated: 2015-08-18
9+
migrated: true
1010
slug: how-to-use-ocl-when-running-emf-standalone
1111
---
1212

docs/blog/posts/2012/lyx-installing-unknown-document-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
migrated: true
32
date:
43
created: 2012-05-29
54
updated: 2013-04-05
65
# categories:
76
# - Mac OS
7+
migrated: true
88
slug: lyx-installing-unknown-document-classes
99
---
1010

docs/blog/posts/2012/postgresql-accepts-any-or-no-password-when-connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
migrated: true
32
date:
43
created: 2012-05-19
54
updated: 2012-05-19
5+
migrated: true
66
slug: postgresql-accepts-any-or-no-password-when-connecting
77
---
88

0 commit comments

Comments
 (0)