Skip to content

Commit 47b5f45

Browse files
committed
Run pre-commit
1 parent 00117fc commit 47b5f45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1042
-868
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Force LF line endings, needed for Docker to work on Windows
2-
*.sh text eol=lf
2+
*.sh text eol=lf

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Gemfile.lock
1010
assets/libs/
1111
node_modules/
1212
vendor
13-
.idea
13+
.idea

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
linkedin.com
2-
reddit.com
2+
reddit.com

Manifest.toml

Lines changed: 956 additions & 778 deletions
Large diffs are not rendered by default.

_bibliography/papers.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
@INPROCEEDINGS{10863630,
55
author={Jin, Lingkang and Li, Xin and De Lange, Stefan and Slootweg, Han and Paterakis, Nikolaos G.},
6-
booktitle={2024 IEEE PES Innovative Smart Grid Technologies Europe (ISGT EUROPE)},
7-
title={Response Allocation of Domestic Hybrid Heat Pumps Flexibility for Congestion Management},
6+
booktitle={2024 IEEE PES Innovative Smart Grid Technologies Europe (ISGT EUROPE)},
7+
title={Response Allocation of Domestic Hybrid Heat Pumps Flexibility for Congestion Management},
88
year={2024},
99
volume={},
1010
number={},

_plugins/cache-bust.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def bust_css_cache(file_name)
4848
end
4949
end
5050

51-
Liquid::Template.register_filter(Jekyll::CacheBust)
51+
Liquid::Template.register_filter(Jekyll::CacheBust)

_plugins/details.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def render(context)
2020
end
2121
end
2222

23-
Liquid::Template.register_tag('details', Jekyll::Tags::DetailsTag)
23+
Liquid::Template.register_tag('details', Jekyll::Tags::DetailsTag)

_plugins/file-exists.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def render(context)
1919
end
2020
end
2121

22-
Liquid::Template.register_tag('file_exists', Jekyll::FileExistsTag)
22+
Liquid::Template.register_tag('file_exists', Jekyll::FileExistsTag)

_plugins/markdown_alerts.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ def render(context)
1919
when "caution"
2020
"<div class=\"markdown-alert markdown-alert-caution\" dir=\"auto\"><p class=\"markdown-alert-title\" dir=\"auto\"><svg class=\"octicon octicon-caution mr-2\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Caution</p><p dir=\"auto\" class=\"pInfo\">#{content}</p></div>"
2121
else
22-
22+
2323
end
2424
end
2525
end
2626
end
2727

28-
Liquid::Template.register_tag('alert', Jekyll::MarkdownAlertTag)
28+
Liquid::Template.register_tag('alert', Jekyll::MarkdownAlertTag)

_plugins/remove-accents.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def remove_accents(string)
2929
end
3030
end
3131

32-
Liquid::Template.register_filter(Jekyll::CleanString)
32+
Liquid::Template.register_filter(Jekyll::CleanString)

0 commit comments

Comments
 (0)