forked from riggraz/no-style-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Robot.txt & jekyll-sitemap plugin
- Loading branch information
1 parent
971c2b9
commit 6526247
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ source "https://rubygems.org" | |
|
||
gem "kramdown-parser-gfm" | ||
|
||
gem 'jekyll-sitemap' | ||
|
||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ title: 양시준의 개발 이야기 # name of the site | |
author: Sijun Yang # name of site's author | ||
email: [email protected] # email of site's author | ||
url: https://yangsijun528.github.io/ # root address of the site | ||
baseurl: "/blog" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath) | ||
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath) | ||
description: > # description of the site (multiple lines allowed) | ||
개발자 양시준의 Gituh Blog. | ||
개발과 관련된 회고, 인사이트 등을 이야기합니다. | ||
|
@@ -26,3 +26,4 @@ sass: | |
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
- jekyll-sitemap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,6 @@ entries: | |
# show_more: true | ||
# show_more_text: See more posts... | ||
# show_more_url: example2-archive.html | ||
|
||
# - title: rss | ||
# url: feed.xml | ||
|
||
# - title: another list | ||
# entries: | ||
|
@@ -58,3 +55,6 @@ entries: | |
url: https://github.com/YangSiJun528 | ||
- title: [email protected] | ||
url: mailto:[email protected] | ||
|
||
- title: rss | ||
url: feed.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
|
||
User-agent: * | ||
Allow: / | ||
Sitemap: https://yangsijun528.github.io/_site/sitemap.xml |