Skip to content

Commit 50a4bfb

Browse files
committed
Merge branch 'dev'
2 parents b5656a5 + 2aab4d3 commit 50a4bfb

File tree

6 files changed

+51
-6
lines changed

6 files changed

+51
-6
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
docs/index.md
1+
| Environment | URL |
2+
|------------------------|---------------------------------|
3+
| Development | https://vip-smur.netlify.app/ |
4+
| Production | https://vip-smur.github.io/ |

docs/activities/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[:octicons-arrow-right-24: Learn more](dinners.md)
1616

17-
- :material-calendar-clock:{ .lg .middle } __Conferences__
17+
- :material-presentation-play:{ .lg .middle } __Outreach & Conferences__
1818

1919
---
2020

21-
[:octicons-arrow-right-24: Learn more](conferences.md)
21+
[:octicons-arrow-right-24: Learn more](outreach.md)
2222

2323
</div>

docs/activities/conferences.md renamed to docs/activities/outreach.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Conference Visits
1+
# Outreach & Conferences
2+
3+
4+
### Summer 2025
5+
6+
<figure markdown="span">
7+
![VIP-SMUR ISyE Summer Scholars Program](25-SURS-Justin.jpg)
8+
<figcaption>
9+
Justin Xu presenting his contributions to the <a href="https://vip-smur.github.io/25sp-mponc/">MPONC</a> project as part of the <a href="https://ugresearch.isye.gatech.edu/research-awards-programs/summer-scholars-program">ISyE Summer Scholars Program</a>.
10+
</figcaption>
11+
</figure>
12+
213

314
### Fall 2024
415

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ plugins:
232232
utm_medium: "RSS"
233233
utm_campaign: "feed-syndication"
234234
use_git: true
235-
use_material_blog: true
236235
use_material_social_cards: true
237236

238237
- multirepo:
@@ -351,5 +350,5 @@ nav:
351350
- Activities:
352351
- Overview: activities/index.md
353352
- VIP Rush: activities/rush.md
354-
- Conferences: activities/conferences.md
353+
- Outreach: activities/outreach.md
355354
- Class Dinners: activities/dinners.md

netlify.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Netlify configuration file
2+
3+
[build]
4+
# Directory to publish (make sure this matches the 'site_dir' in your mkdocs.yml)
5+
publish = "site"
6+
7+
# The command to build your site
8+
command = """
9+
pip install --upgrade pip &&
10+
pip install -r requirements.txt &&
11+
python -m mkdocs build --clean
12+
"""
13+
14+
[build.environment]
15+
# Specify the Python version to use
16+
PYTHON_VERSION = "3.11"

requirements.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
mkdocs
2+
mkdocs-material
3+
mkdocs-multirepo-plugin
4+
mkdocs-git-revision-date-localized-plugin
5+
mkdocs-minify-plugin
6+
mkdocs-git-authors-plugin
7+
mkdocs-git-committers-plugin-2
8+
mkdocs-title-casing-plugin
9+
mkdocs-glightbox
10+
markdown-include
11+
mkdocs-include-markdown-plugin
12+
mkdocs-rss-plugin
13+
mkdocs-redirects
14+
mkdocs-video
15+
mkdocs-awesome-pages-plugin
16+
mkdocs-bibtex

0 commit comments

Comments
 (0)