Skip to content

Commit 46daefd

Browse files
Merge pull request #53 from RealityBending/update
Update to hugo 150.0
2 parents 949542d + dc60ed5 commit 46daefd

636 files changed

Lines changed: 30911 additions & 8731 deletions

File tree

Some content is hidden

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

.Rprofile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ options(
2020
)
2121

2222
# fix Hugo version
23-
options(blogdown.hugo.version = "0.139.4")
23+
# options(blogdown.hugo.version = "0.150.0")

.github/workflows/check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
run: Rscript -e 'install.packages(c("rmarkdown","blogdown", "remotes"))'
2626

2727
- name: Install hugo
28-
run: Rscript -e 'tryCatch(blogdown::build_site(), error = function(e) { message(e); quit(status = 1) })' # Latest is currently broken
28+
run: Rscript -e 'blogdown::install_hugo("0.150.0")' # Latest is currently broken
2929

3030
- name: Build site with blogdown
31-
run: Rscript -e 'if (!blogdown::build_site()) stop("Build failed")'
32-
31+
run: Rscript -e 'tryCatch(blogdown::build_site(), error = function(e) { message(e); quit(status = 1) })'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: Rscript -e 'install.packages(c("rmarkdown","blogdown", "remotes"))'
2626

2727
- name: Install hugo
28-
run: Rscript -e 'blogdown::install_hugo(version="0.139.4")' # Latest is currently broken
28+
run: Rscript -e 'blogdown::install_hugo("0.150.0")' # Latest is currently broken
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e 'tryCatch(blogdown::build_site(), error = function(e) { message(e); quit(status = 1) })'

content/authors/Anshu-Te/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ social:
2525
- icon: envelope
2626
icon_pack: fas
2727
link: mailto:anshu.te@ntu.edu.sg
28-
- icon: twitter
28+
- icon: x-twitter
2929
icon_pack: fab
30-
link: https://twitter.com/anshu_te97
30+
link: https://x.com/anshu_te97
3131
- icon: researchgate
3232
icon_pack: fab
3333
link: https://www.researchgate.net/profile/An_Shu_Te

content/authors/annabel-chen/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ social:
2121
- icon: envelope
2222
icon_pack: fas
2323
link: mailto:your@annabelchen@ntu.edu.sg
24-
- icon: twitter
24+
- icon: x-twitter
2525
icon_pack: fab
26-
link: https://twitter.com/DrAnnabelChen
26+
link: https://x.com/DrAnnabelChen
2727
- icon: google-scholar
2828
icon_pack: ai
2929
link: https://scholar.google.com/citations?user=kMqbNZYAAAAJ&hl=en&oi=ao

content/authors/dominique-makowski/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ social:
4747
- icon: envelope
4848
icon_pack: fas
4949
link: '#contact'
50-
- icon: twitter
50+
- icon: x-twitter
5151
icon_pack: fab
52-
link: https://twitter.com/Dom_Makowski
52+
link: https://x.com/Dom_Makowski
5353
- icon: google-scholar
5454
icon_pack: ai
5555
link: https://scholar.google.fr/citations?user=bg0BZ-QAAAAJ&hl=en

content/authors/emma-benn/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ social:
1313
- icon: envelope
1414
icon_pack: fas
1515
link: mailto:eb672@sussex.ac.uk
16-
- icon: twitter
16+
- icon: x-twitter
1717
icon_pack: fab
1818
link: https://x.com/EmmaLBenn
1919
- icon: researchgate

content/authors/maisie-bennett/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ social:
1313
- icon: envelope
1414
icon_pack: fas
1515
link: mailto:mb2021@sussex.ac.uk
16-
- icon: twitter
16+
- icon: x-twitter
1717
icon_pack: fab
1818
link: https://x.com/maisiebenn90255
1919
- icon: researchgate

content/authors/oliver-collins/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ social:
1313
- icon: envelope
1414
icon_pack: fas
1515
link: mailto:oc236@sussex.ac.uk
16-
- icon: twitter
16+
- icon: x-twitter
1717
icon_pack: fab
1818
link: https://x.com/OliverACollins
1919
- icon: researchgate

content/authors/stephanie-kirk/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ social:
3232
- icon: envelope
3333
icon_pack: fas
3434
link: mailto:stephanie.morgank@gmail.com
35-
- icon: twitter
35+
- icon: x-twitter
3636
icon_pack: fab
37-
link: https://twitter.com/morgkms
37+
link: https://x.com/morgkms
3838
- icon: researchgate
3939
icon_pack: ai
4040
link:

0 commit comments

Comments
 (0)