Skip to content

Commit d109e62

Browse files
committed
feat: make portfolio the default landing page, move blog to /blog
- Portfolio content now at / (root) without the big 'Portfolio' title - Blog accessible at /blog - Updated navbar: 'Portfolio' link replaced with 'Blog' link
1 parent 6d13a58 commit d109e62

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: Vedant Madane
1313

1414
# --- List of links in the navigation bar --- #
1515
navbar-links:
16-
Portfolio: "https://vedantmadane.github.io/portfolio"
16+
Blog: "https://vedantmadane.github.io/blog"
1717
Projects:
1818
- Detect Multiple Faces: "https://vedantmadane.github.io/mkcl/camera/detect/#/"
1919
- Mahābhārata: "https://vedantmadane.github.io/maha/poster"

index.html renamed to blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: home
3-
title: Vedant Madane
3+
title: Blog
44
subtitle: Learning Languages-- Natural and Programming
55
---
66
<head>
77
<title>
8-
Vedant Madane's Website
8+
Vedant Madane's Blog
99
</title>
1010
<!-- Global site tag (gtag.js) - Google Analytics -->
1111
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60753416-2"></script>

portfolio.md renamed to index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
layout: page
3-
title: Portfolio
4-
subtitle: Building bridges between ancient wisdom and modern technology
53
full-width: true
64
---
75

0 commit comments

Comments
 (0)