Skip to content

Commit 6c4c928

Browse files
committed
address PR review comments
1 parent 5148477 commit 6c4c928

File tree

10 files changed

+17
-348
lines changed

10 files changed

+17
-348
lines changed

_config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: pretty
99
title: MDAnalysis
1010
name: MDAnalysis
1111
tagline: molecular simulations data analysis
12-
description: working with data in molecular sciences
12+
description: working with data in the molecular sciences
1313
# long_description is not currently used by the theme
1414
long_description: |
1515
MDAnalysis is a Python library which enables the handling and
@@ -40,7 +40,7 @@ plugins:
4040
- jekyll-feed
4141

4242
# Blog pagination
43-
paginate_path: "/pages/blog/page:num/"
43+
paginate_path: "/blog/page:num/"
4444
paginate: 12
4545

4646
# jekyll-feed
@@ -117,3 +117,8 @@ numfocus:
117117
sponsored_project: https://numfocus.org/project/mdanalysis
118118
donate_button: <a href="https://numfocus.org/donate-to-mdanalysis" target="_blank" style="background:#FF9200;padding:10px;margin:10px 0px;text-align:center;text-decoration:none;font-size:12pt;color:#000000;display:inline-block;border-radius:3px">Donate Now</a>
119119

120+
social:
121+
linkedin: "https://www.linkedin.com/company/mdanalysis/"
122+
bsky: "https://bsky.app/profile/mdanalysis.bsky.social"
123+
discord: "https://discord.com/invite/fXTSfDJyxE"
124+
github: "https://github.com/MDAnalysis/mdanalysis"

_includes/sidebar.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ <h1>
1111

1212
<!-- Social Media Icons -->
1313
<div class="sidebar-social-icons">
14-
<a href="https://www.linkedin.com/company/mdanalysis/" target="_blank" title="LinkedIn">
14+
<a href="{{ site.social.linkedin }}" target="_blank" title="LinkedIn">
1515
<i class="fab fa-linkedin"></i>
1616
</a>
17-
<a href="https://bsky.app/profile/mdanalysis.bsky.social" target="_blank" title="Bluesky">
17+
<a href="{{ site.social.bsky }}" target="_blank" title="Bluesky">
1818
<img src="{{ site.baseurl }}/public/images/bluesky.svg" width="24" height="24" alt="Bluesky">
1919
</a>
20-
<a href="https://discord.com/invite/fXTSfDJyxE" target="_blank" title="Discord">
20+
<a href="{{ site.social.discord }}" target="_blank" title="Discord">
2121
<i class="fab fa-discord"></i>
2222
</a>
23-
<a href="https://github.com/MDAnalysis/mdanalysis" target="_blank" title="GitHub">
23+
<a href="{{ site.social.github }}" target="_blank" title="GitHub">
2424
<i class="fab fa-github"></i>
2525
</a>
2626
</div>

_posts/2022-11-07-relicensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ fiscal sponsor, [NumFOCUS][].
203203
[contributors]: https://github.com/MDAnalysis/mdanalysis/blob/develop/package/AUTHORS
204204
[faq wiki]: https://github.com/MDAnalysis/mdanalysis/wiki/GPLv2--to-LGPLv3--relicensing-summary-and-FAQ
205205
[NumFOCUS]: https://www.numfocus.org
206-
[Core Developers]: {% link pages/about.md %}#mdanalysis-core-developers
206+
[Core Developers]: {% link about.md %}#mdanalysis-core-developers

_posts/2023-09-22-licensing-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,4 @@ an advised fund of Silicon Valley Community Foundation (funder DOI 10.13039/1000
324324
[consultation]: {{ site.baseurl }}{% post_url 2022-11-07-relicensing %}#consultation-period-7th-november-until-5th-december-2022
325325
[release 2.6]: {{ site.baseurl }}{% post_url 2023-09-02-release-2.6.1 %}
326326
[release 2.5]: {{ site.baseurl }}{% post_url 2023-06-05-releases-2.4.x-2.5.0 %}
327-
[Core Developers]: {% link pages/about.md %}#mdanalysis-core-developers
327+
[Core Developers]: {% link about.md %}#mdanalysis-core-developers

_posts/2023-10-25-towards_3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you have any feedback on this roadmap or would like to discuss our future pla
6464

6565
– Hugo MacDermott-Opeskin on behalf of the MDAnalysis [Core Developers][]
6666

67-
[Core Developers]: {{ site.baseurl }}{% link pages/about.md %}#mdanalysis-core-developers
67+
[Core Developers]: {{ site.baseurl }}{% link about.md %}#mdanalysis-core-developers
6868
[Discord]: {{ site.discord.url }}
6969
[distopia]: https://github.com/MDAnalysis/distopia
7070
[EOSS4]: {{ site.baseurl }}{% post_url 2021-08-31-CZI-EOSS4 %}

about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: About MDAnalysis
4+
order: 10
45
---
56

67
<img src="{{ site.baseurl }}/public/mdanalysis-logo_square.png"

blog/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Blog
4+
order: 12
45
---
56

67
<div class="posts">

pages/about.md

Lines changed: 0 additions & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)