Skip to content

Commit 6e1b3fd

Browse files
committed
update
1 parent 9c3150e commit 6e1b3fd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

blog/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
title: My GitHub Pages Site
2222
description: >- # this means to ignore newlines until "baseurl:"
2323
This is my GitHub Pages site with a theme.
24-
baseurl: "/" # the subpath of your site, e.g. /blog
24+
baseurl: "/blog" # the subpath of your site, e.g. /blog
2525
url: "https://diviyeshpatel.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2626
github_username: diviyeshpatel
2727

blog/blog.markdown

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: page
3+
title: Blog
4+
permalink: /blog/
5+
---
6+
7+
8+
9+
<!--
10+
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
11+
12+
You can find the source code for Minima at GitHub:
13+
[jekyll][jekyll-organization] /
14+
[minima](https://github.com/jekyll/minima)
15+
16+
You can find the source code for Jekyll at GitHub:
17+
[jekyll][jekyll-organization] /
18+
[jekyll](https://github.com/jekyll/jekyll)
19+
20+
21+
[jekyll-organization]: https://github.com/jekyll
22+
-->

0 commit comments

Comments
 (0)