Skip to content

Commit 570ff34

Browse files
committed
[UPDATE] Updating configuration file
1 parent fc7d17a commit 570ff34

4 files changed

+16
-71
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# jekyll
12
_site
23
.sass-cache
34
.jekyll-metadata
5+
6+
# vim
7+
wap
8+
[._]*.s[a-v][a-z]
9+
[._]*.sw[a-p]
10+
[._]s[a-v][a-z]
11+
[._]sw[a-p]
12+
# session
13+
Session.vim
14+
# temporary
15+
.netrwhist
16+
*~
17+
# auto-generated tag files
18+
tags

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: > # this means to ignore newlines until "baseurl:"
2020
line in _config.yml. It will appear in your document head meta (for
2121
Google search results) and in your feed.xml site description.
2222
baseurl: "" # the subpath of your site, e.g. /blog
23-
url: "blog.jaysinh.com" # the base hostname & protocol for your site, e.g. http://example.com
23+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2424
twitter_username: jaysinhp
2525
github_username: ultimatecoder
2626

_config.yml~

-34
This file was deleted.

_posts/2016-12-30-book-review-i-want-2-do-project-tell-me-wat-2-do.md~

-36
This file was deleted.

0 commit comments

Comments
 (0)