Skip to content

Commit 096b4f9

Browse files
committed
Add 2024 annual report
1 parent 50249f9 commit 096b4f9

File tree

126 files changed

+8747
-8678
lines changed

Some content is hidden

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

126 files changed

+8747
-8678
lines changed

Diff for: .editorconfig

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# editorconfig.org
2-
3-
root = true
4-
5-
[*]
6-
charset = utf-8
7-
end_of_line = lf
8-
indent_size = 2
9-
indent_style = space
10-
insert_final_newline = true
11-
trim_trailing_whitespace = true
12-
13-
[*.toml]
14-
max_line_length = 100
15-
16-
[*.md]
17-
trim_trailing_whitespace = false
18-
19-
[layouts/shortcodes/*.html]
20-
insert_final_newline = false
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 2
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.toml]
14+
max_line_length = 100
15+
16+
[*.md]
17+
trim_trailing_whitespace = false
18+
19+
[layouts/shortcodes/*.html]
20+
insert_final_newline = false

Diff for: .github/FUNDING.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# These are supported funding model platforms
2-
3-
github: gcushen # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: cushen
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
custom: https://paypal.me/cushen
1+
# These are supported funding model platforms
2+
3+
github: gcushen # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: cushen
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: https://paypal.me/cushen

Diff for: .github/workflows/gh-pages.yml

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
name: github pages
2-
3-
on:
4-
push:
5-
branches:
6-
- master
7-
8-
jobs:
9-
deploy:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v2
13-
with:
14-
submodules: true # Fetch Hugo themes (true OR recursive)
15-
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
16-
17-
- name: Setup Hugo
18-
uses: peaceiris/actions-hugo@v2
19-
with:
20-
hugo-version: '0.70.0'
21-
extended: true
22-
23-
- name: Build
24-
run: hugo --minify
25-
26-
- name: Deploy
27-
uses: peaceiris/actions-gh-pages@v3
28-
with:
29-
deploy_key: ${{ secrets.ghpagesdk }}
30-
external_repository: CGI-IUGS/cgi-iugs.github.io
31-
publish_branch: master # deploying branch
32-
publish_dir: ./public
33-
1+
name: github pages
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
submodules: true # Fetch Hugo themes (true OR recursive)
15+
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
16+
17+
- name: Setup Hugo
18+
uses: peaceiris/actions-hugo@v2
19+
with:
20+
hugo-version: '0.70.0'
21+
extended: true
22+
23+
- name: Build
24+
run: hugo --minify
25+
26+
- name: Deploy
27+
uses: peaceiris/actions-gh-pages@v3
28+
with:
29+
deploy_key: ${{ secrets.ghpagesdk }}
30+
external_repository: CGI-IUGS/cgi-iugs.github.io
31+
publish_branch: master # deploying branch
32+
publish_dir: ./public
33+

Diff for: .gitignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# IDEs
2-
.idea/
3-
4-
# Hugo
5-
resources/
6-
public/
1+
# IDEs
2+
.idea/
3+
4+
# Hugo
5+
resources/
6+
public/

Diff for: .gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/academic"]
2-
path = themes/academic
3-
url = https://github.com/CGI-IUGS/CGI-hugo-theme.git
1+
[submodule "themes/academic"]
2+
path = themes/academic
3+
url = https://github.com/CGI-IUGS/CGI-hugo-theme.git

0 commit comments

Comments
 (0)